gigaZhang / struts2-jquery

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

jQuery deprecated the select method in v.1.9 in v.1.10 they completely removed it. #1067

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which struts2-jquery plugin version?
latest SNAPSHOT

Please provide any additional information below.

I have this javascript error in firebug:
Error: no such method 'select' for tabs widget instance

file: jquery.ui.struts2.js
line: 415

$(self.escId(e.data.id)).tabs('select', idx);

this must be changed:

$(self.escId(e.data.id)).tabs('option','active', idx);

http://stackoverflow.com/questions/14859281/select-tab-by-name-in-jquery-ui-1-10
-0

Original issue reported on code.google.com by syt...@gmail.com on 27 Dec 2013 at 2:28

GoogleCodeExporter commented 9 years ago

Original comment by johgep on 6 Jan 2014 at 12:25

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/struts2-jquery/source/detail?r=1859

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

GoogleCodeExporter commented 9 years ago

Original comment by johgep on 13 Jan 2014 at 7:26