I have been using Jquery Tabs a lot lately and they usually work just fine. An issue here and there. Today I had an issue when trying to put the tabs inside an ASP Update Panel. The code did not seem to work. I found this easy fix buried in some forum....so I thought I would put it in my blog to be more accessible...and it worked really...
- <script type="text/javascript">
- function pageLoad(sender, args) {
- if (args.get_isPartialLoad()) {
- //put any javascript code
- $('#myTabs').tabs();
- }
- }
- </script>
No comments:
Post a Comment