Changeset 9743 for trunk/plugins
- Timestamp:
- 03/20/09 05:49:47 (3 years ago)
- File:
-
- 1 edited
-
trunk/plugins/jquery/ui.fixedmenu.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/jquery/ui.fixedmenu.js
r9640 r9743 4 4 */ 5 5 6 jQuery.fn.fixedBox = function(options ) {6 jQuery.fn.fixedBox = function(options, callback) { 7 7 8 8 options = jQuery.extend({ … … 66 66 // set visible ; 67 67 jQuery(this).css('display', 'block'); 68 if ( typeof callback == 'function' ) { 69 callback(); 70 } 68 71 })); 69 72 };
Note: See TracChangeset
for help on using the changeset viewer.