gigaZhang / struts2-jquery

Automatically exported from code.google.com/p/struts2-jquery
0 stars 0 forks source link

tabs('load',tabid) does not work in 3.6.1 #1061

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
(This is for feature requests and bugs in Struts2 jQuery Plugin - for
getting help, please use the User Group.
http://groups.google.com/group/struts2-jquery )

This does not work in 3.6.1 but it works in 3.5.1:
  $('#tabs').tabs('url',tabid,'myaccount.action?actionFlag=subclient_add').tabs('load',tabid);

struts2 2.3.15.1;
struts2-jquery-plugin-3.6.1

Original issue reported on code.google.com by richardy...@gmail.com on 5 Dec 2013 at 9:27

GoogleCodeExporter commented 9 years ago
Please take a look at the jQuery UI Upgrade Guide for your custom code.
The jQuery UI version has changed in the 3.6.x versions to jQuery UI 1.10.x.

http://jqueryui.com/upgrade-guide/1.10/#removed-url-method-use-aria-controls-att
ribute

Original comment by johgep on 11 Jan 2014 at 2:24