I just upgraded to version 1.1 and it breaks my tabs. I investigated a little and it seems the newest version doesn't like to receive jQuery objects as the selector for the panes, before it used to work fine.
Here is an example:
var $panes = $(ul.panes > li)
$('.tabs').tabs($panes);
If the change has been made on purpose, it would need to be added to the list of backward incompatible changes.
Keep up the great work.
Here is an example:
var $panes = $(ul.panes > li)
$('.tabs').tabs($panes);
If the change has been made on purpose, it would need to be added to the list of backward incompatible changes.
Keep up the great work.
