Category:Scripting context: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
(Hapus Wall)
m (Reverted edits by Linda55555 (talk) to last revision by Kwah)
 
(11 intermediate revisions by 7 users not shown)
Line 1: Line 1:
Defaulted to using jQuery 1.3.2 because of a change in browser
sniffing code in jQuery 1.4 is not compatible with Greasemonkey (?)
without some modifications, see below on getting jQuery 1.4 to work:


Edits
  jquery-1.4.1.min.js:
    [old]  36: var o=r.createElement("div");n="on"+n;var m=n in o;
    [new]  36: var o=r.createElement("div");n="on"+n;var m=true;
  jquery-1.4.1.js
    [old] 934: var isSupported = (eventName in el);
    [old] 934: var isSupported = true;
Comment out commented code (1.3 <-> 1.4) and reload.

Latest revision as of 18:34, 18 August 2013

Pages in category "Scripting context"

The following 4 pages are in this category, out of 4 total.