Products / Services
  • Products / Services
  • Companies
  • Buy Leads
Post Buy Requirement

Vertical Lathe in Pune

( 22 Products Available )
Grid View List View

Get Best Sellers for

Vertical Lathe

To List your Product Boost Your Business Visibility Worldwide Register Now
Save Your Time
Tell us your Buy Requirement to Get Instant Response
Waiting for permission
To search by voice, go to your browser settings and allow access to microphone

Allow microphone access to search with voice
dow_ht = 0; pcategory_ht = $("#pcategory").height()-600; $(document).ready(function() { var loading = false; //to prevents multipal ajax loads $(window).scroll(function() { // if($(window).scrollTop() + $(window).height() == $(document).height()) { //window_ht = $(window).height()*scroll_tp; window_scroll_top = ($(window).scrollTop()+250); //if($(window).scrollTop()>=window_ht) { if(window_scroll_top>=pcategory_ht && scroll_tp<=2) { //alert(scroll_tp+"--wh-"+window_ht+"---scrltop-"+$(window).scrollTop()+" "+$("#load_more_a_id").offset().top+"--catgjeig--"+pcategory_ht); pcategory_ht = (pcategory_ht+$("#pcategory").height()-600); scroll_tp++; //alert($(window).scrollTop()); //alert($(window).height()); //user scrolled to bottom of the page? //there's more data to load // if(page_no < ttl_records && page_no <= 2) { //loading = true; //prevent further ajax loading //console.log(page_no+'-'+ttl_records); //$( "#load_more_a_id" ).trigger( "click" ); add_more_product_classified(); } } else { if(page_no < ttl_pages) { $('#view-more').show(); } } }); }); ///////////////////////////// function add_more_product_classified() { if(ttl_pages <= 1) { $('#view-more').hide(); return false; } var url_new = paging_uri; if(url_new){ url_new +='?action=ajax_load_classified&solr_rand_no='+solr_random_no+'&catg_page='+page_no+qstr; } if (typeof gad_l3_page_city_id !== "undefined" && gad_l3_page_city_id !== null && gad_l3_page_city_id !== '') { if (url_new.includes("gad_city_l3_id=")) { url_new = url_new.replace(/gad_city_l3_id=[^&]*/, "gad_city_l3_id=" + gad_l3_page_city_id); } else { url_new += "&gad_city_l3_id=" + gad_l3_page_city_id; } } $('#view-more-loader').html(''); $.ajax({ url:url_new, success:function(result){ $('#classified_grid_wrap_ul').append(result); // $('#append-results-div').append(result); $('#view-more-loader').html(''); $('#load_more_a_id').show(); page_no++; if(page_no >= ttl_pages) { $('#view-more').hide(); } $(".mCustomScrollbar").mCustomScrollbar(); } }); }