skip to Main Content

resize image in jquery don't applied

i want to resize some images when page load.i wrote this codes: but some times applied but sometimes don't applied. any ideas?? $(document).ready(function () { $( ".img-product" ).each(function( index ) { let h=$( this ).height(); let w=$( this ).width(); //console.log(…

VIEW QUESTION

Jquery .GET function from JSON data

The jQuery below illustrates how I get the products from https://dummyjson.com/products. However, I don't know how to iterate the loop to retrieve each of the 30 products in the link and the details of each product. $.get("https://dummyjson.com/products/1") .done(function(data, textStatus, jqXHR){…

VIEW QUESTION
Back To Top
Search