Searched refs:sID (Results 1 – 1 of 1) sorted by relevance
1555 $(window).bind("unload."+ sID, unload);1624 $(window).bind("resize."+ sID, windowResize);1846 …, layoutContainer: sID // FLAG to indicate this is a layout-container - contains unique internal ID1858 $N.bind("layout"+ name.toLowerCase() +"."+ sID, Instance[ layoutMethods[name] || name ]);2001 $(document).bind("keydown."+ sID, keyDown); // only need to bind this ONCE2269 .bind("mouseenter."+ sID, addHover )2270 .bind("mouseleave."+ sID, removeHover )2304 $P.bind("layoutpane"+ name.toLowerCase() +"."+ sID, Instance[ paneMethods[name] || name ]);2506 $R.bind("dblclick."+ sID, toggle );2972 $(window).unbind("."+ sID); // resize & unload[all …]