Conflict with ajax while using with Jquery -


hi using jquery tab in page. while using update pannel both tab appear in same page. occures after post back.. problem there using jquery , update pannel together? how can overcome this?

i'm using jquery-ui tabs , <asp:updatepanel> controls on same page, , it's not best setup, works. 1 thing got me tabs() wasn't being called after partial-postback call databind() in 1 of inner asp.net controls. worked around way, , perhaps you:

function refreshtabs() {     $("#tabs").tabs(); }  function pageload () {     refreshtabs(); } 

by putting call tabs() inside asp.net's pageload() function instead of jquery's $() function, it's called after every postback, if partial postback triggered.

hope helps!


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -