Difference between revisions of "JavaScript"
Jump to navigation
Jump to search
(Info on ECMAScript 6) |
(adds link to JQuery v. Prototype slideshow) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
JQuery is included with [[Drupal]], and is also used in many other projects. | JQuery is included with [[Drupal]], and is also used in many other projects. | ||
In this slideshow, you can [http://slideshow.rubyforge.org/jquery.html compare JQuery with Prototype] | In this slideshow, you can [http://slideshow.rubyforge.org/jquery.html compare JQuery with Prototype] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:JavaScript]] | [[Category:JavaScript]] | ||
[[Category:Wiki]] | [[Category:Wiki]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 09:05, 9 December 2008
Get wp:Greasemonkey (here) so that you can have your browser be even more useful. You might even want to use Super Greasemonkey if you like using the awesome JQuery library. I'm hoping that Super Greasemonkey makes it into the official version, and that you can specify in your script which JQuery library to run (like Google's hosted JQuery scripts) making it easier to keep compatibility with the JQuery API version and also avoiding the need to bundle JQuery.
- MediaWiki/js talks about using JavaScript in MediaWiki
- User Scripts are JavaScripts that you insert into your web browser such as Greasemonkey scripts. Userscripts.org is the open source repository of Grease Monkey scripts.
- MediaWiki/Presentation describes methods to produce presentations from your wiki
JavaScript Libraries[edit | edit source]
JQuery is included with Drupal, and is also used in many other projects. In this slideshow, you can compare JQuery with Prototype