You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest that you change the line $images into
$images = $this.find('img').add($this.filter('img')).find('input[type="image"]').add($this.filter('input[type="image"]'))
as this add a support for images on asp:imagebutton
The text was updated successfully, but these errors were encountered:
If asp:imageButton it is outputting input element, then it falls outside the scope of this plugin. This plugin was designed solely for img elements. Related background images on #29
I suggest that you change the line $images into
$images = $this.find('img').add($this.filter('img')).find('input[type="image"]').add($this.filter('input[type="image"]'))
as this add a support for images on asp:imagebutton
The text was updated successfully, but these errors were encountered: