Is there any way to set height and width of an image using jquery? The following is my code
var img = new Image(); // Create image $(img).load(function(){
In case the image is inside $('div.myGallery > img').css({ 'height': '10px', 'width': '10px' }); 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
$('div.myGallery > img').css({ 'height': '10px', 'width': '10px' }); 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
$('div.myGallery > img').css({ 'height': '10px', 'width': '10px' });