14,954
edits
| Line 48: | Line 48: | ||
#* Try to upgrade or downgrade the version of javascript library. Easy to switch the version: [http://jsfiddle.net/ JSFiddle] or [http://jsbin.com/welcome/1/edit JS Bin] | #* Try to upgrade or downgrade the version of javascript library. Easy to switch the version: [http://jsfiddle.net/ JSFiddle] or [http://jsbin.com/welcome/1/edit JS Bin] | ||
# [[Check Browser Compatibility | Checking browser compatibility]] | # [[Check Browser Compatibility | Checking browser compatibility]] | ||
# Javascript location: (1)JavaScript in <head> or <body> [http://api.jquery.com/click/ ex: .click()], (2)JavaScript in <input> tag or other DOM elements' tag ex: <button type="button" onclick="myFunction()" id="buttonId">Try it</button><ref>[http://www.w3schools.com/js/js_howto.asp JavaScript How To]</ref> | |||
== references == | == references == | ||