I had inserted two jQuery tabs on my site. One div container had the id - tabs and another had the id tabs-for-views.
Both of them were working fine till sometime ago, until i made some changes. I don't remember what the exact changes were..
Right now, the first tab uses the jQuery UI theme I am using. As in, I can see the tab navigation and content panels - but on clicking the tabs nothing happens. But the second (tabs-for-views) is not even converted to proper tabs format.
I am using the Drupal CMS for this site.
the tabs can be found on this page: http://betterclassofleaders.co.cc/whackk/
this is the jquery ui css file i am using: (insert first link)sites/default/themes/whack_custom/jquery-ui-1.7.2.custom.css
jQuery UI 1.7.2 requires jQuery 1.3.2. You're using jQuery 1.2.6 on your Drupal website.
You can either update the jQuery by using the jQuery Update module 6.x-2.0 or downgrade your jQuery UI to 1.6. :)
Also, just about your upgrade from 1.7.2 to 1.7.3. The update is just for compatibility fixes for jQuery 1.4, so it's unnecessary for you to do the upgrade since you're not using jQuery 1.4.