Sha256: 47ac82d7a96c96f15bc26aaa2466f9b81ad822f823ad1c1f51f0d12b8f138de0
Contents?: true
Size: 462 Bytes
Versions: 10
Compression:
Stored size: 462 Bytes
Contents
$.fn.test = function(){ // Hide title on iframes if (window.self !== window.top) { $('h1').hide(); } if (location.search === '?notest') { return this; } $.scrollTo.defaults.axis = 'xy'; var root = this.is('iframe') ? this.contents() : $('body'); root.find('#ua').html( navigator.userAgent + '<br />' + 'document.compatMode is "' + document.compatMode + '"' ); return this.scrollTo('max', 1000).scrollTo(0, 1000); };
Version data entries
10 entries across 10 versions & 1 rubygems