jQuery dynamically created buttons and AJAX update panel postback??
So I've created some toggle buttons and buttonset radio buttons using the exact sample source code from this page:
http://www.filamentgroup.com/examples/buttonFrameworkCSS/
My problem now is, when I am generating these buttons on server-side and putting it back through an AJAX update panel, although CSS is applied and so is the theme, but the javascript button-click functionality are no longer working.
Can someone tell me how do you make javascript link up with dynamically created buttons that utilizes jQuery UI to theme it?
thanks