Our Clients

    Sector Wise Clients
    • All Clients
    • Agro Based & Food Processing Industries
    • Textile & Jute Sectors
    • Steel & Infrastructure
    • Plastic, Paper, Rubber, Chemicals And Others
    how can we help you?

    Contact us at our office nearest to you or submit a business inquiry online.

    ” Satisfactory “

    G R Multiflex Packaging (P) Ltd
    Director, R. K. Jaiswal
    /*jQuery(function(){ // bind change event to select jQuery('#dynamic_select').on('change', function () { var url = jQuery(this).val(); // get selected value //alert(url);exit; if(url != '') { jQuery.ajax({ url: 'https://wordpress.demo.rnjcs.in/suvidha/client-filter.php?sector='+url, type: "POST", success: function(data) { //alert('success'); jQuery('#without-client-filter').hide(); jQuery('#with-client-filter').show(); jQuery("#with-client-filter").html(data); }, error: function(data) { //alert('error'); jQuery("#err").html(event); } }); } else { //alert('empty'); jQuery('#with-client-filter').hide(); jQuery('#without-client-filter').show(); } }); });*/ jQuery(function(){ // bind change event to select jQuery('#dynamic_list li').on('click', function () { var url = jQuery(this).attr('id'); // get selected value //alert(url);exit; if(url != '') { jQuery.ajax({ url: 'https://wordpress.demo.rnjcs.in/suvidha/client-filter.php?sector='+url, type: "POST", success: function(data) { //alert('success'); jQuery('#without-client-filter').hide(); jQuery('#with-client-filter').show(); jQuery("#with-client-filter").html(data); }, error: function(data) { //alert('error'); jQuery("#err").html(event); } }); } else { //alert('empty'); jQuery('#with-client-filter').hide(); jQuery('#without-client-filter').show(); } }); });