Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
517
jQuery with WebImageButton
posted

Is it possible to use jQuery with a WebImageButton? I have tried but I can only get 1/2 the effect! I'm trying to display a Ajax Indicator gif while I run a server method but I only gte 1/2 the effect. It works 100% if I use an input button, but I wanna use a WebImageButton.

Thanks
Dave

Parents
  • 24497
    posted

    Hi Dave,

    Which exactly functionality of jquery you plan to implement for WebImageButton?

    You should keep in mind that rendering of WebImageButton depends on browser and server settings. In most cases it is based on the <table>, but not on <input> or <button> html element. So, effects of "same" css attributes probably used by jquery will be quite different for them.

Reply Children