Jquery Image Preload 获取图像高度
我正在使用此页面的图像预加载插件。 http://www.farinspace.com/jquery-image-preload-plugin/。
我试图用下面的代码获取图像的高度。但是,这会提醒一堆垃圾而不是图像高度。
$.imgpreload('myJpg.jpg',function()
{
alert($(this).height);
});
现在想知道是否可以动态获取图像高度?
I am using the image preload plugin from this page. http://www.farinspace.com/jquery-image-preload-plugin/ .
I am trying to get the height of the image with the code below.However this alerts a bunch of garbage instead of the images height.
$.imgpreload('myJpg.jpg',function()
{
alert($(this).height);
});
Wondering now if it is possible to dynamically get the images height?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
无需使用图像预加载插件来获取高度
No need to use the image preload plugin to get the height