Home | History | Annotate | Download | only in html

Lines Matching refs:function

4 function readCookie(cookie)
25 function writeCookie(cookie, val, expiration)
37 function resizeWidth()
45 function restoreWidth(navWidth)
52 function resizeHeight()
62 function initResizable()
69 $(".side-nav-resizable").resizable({resize: function(e, ui) { resizeWidth(); } });
70 $(window).resize(function() { resizeHeight(); });
77 var _preventDefault = function(evt) { evt.preventDefault(); };
79 $(document).bind('touchmove',function(e){