Changeset 2088:54199ba0e870 for admin/js/jquery
- Timestamp:
- 09/25/13 10:50:29 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/jquery/jquery.pageTabs.js
r2054 r2088 28 28 $(this).addClass(options.activeClass); 29 29 $('.'+options.contentClass+'.active').removeClass('active').hide(); 30 $('#'+options.partPrefix+getId($(this).find('a').attr('href'))).addClass('active').show(); 30 $('#'+options.partPrefix+getId($(this).find('a').attr('href'))).addClass('active') 31 .show() 32 .onetabload() 33 .tabload(); 31 34 }); 32 35
Note: See TracChangeset
for help on using the changeset viewer.