when the contents of the panel are updated via AJAX, the usual 
$(document).ready(...) / $(...) stuff does not fire again.  
Try This hope will work.   
 $(document).ready(function () { 
  
 
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(EndRequestHandler);
 
            function EndRequestHandler(sender, args) { 
                // Re-initialize controlrs            
 }  //rest JQuery 
 });


On Thursday, 19 April 2012 22:24:56 UTC+5, Leandro Faria wrote:
>
> Hello guys,
>
> I'm working with bootstrap components on a asp.net web application.
> It's works fine, but curiously, they stop working after a page postback. 
> The appearance is fine, but the behavior isn't. That's why i supose that 
> the problem envolves the javascript files.
>
> For example, a dorp down button: after postback, the expand action doesn't 
> work.
>
> Do you have an idea what could be the cause of this?
>
> Thanks in advance!
>
> *Leandro Faria
> *leandro...@gmail.com <javascript:>
> http://about.me/lhfaria 
> http://leandrofaria.com.br/blog
> http://br.linkedin.com/in/leandrofaria
> http://twitter.com/lhfaria
> 55 31 92132680
>
>  

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to twitter-bootstrap+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to