CVS messages for jQuery 4.7
December 22, 2006
- Commit #48776 by mfredrickson at 21:15jQuery 4.7: /modules/jquery47/loading.gif 1.1.2.1 @ DRUPAL-4-7
jQuery 4.7: /modules/jquery47/pageax.js 1.1.2.1 @ DRUPAL-4-7
jQuery 4.7: /modules/jquery47/pageax.module 1.1.2.1 @ DRUPAL-4-7
jQuery 4.7: /modules/jquery47/README.txt 1.1.2.3 @ DRUPAL-4-7Adding the pageax submodule. From the readme: * Pageax.module The pageax module is an add-on to jquery47 that makes fetching pages from Drupal via Asyncronous JavaScript over XML (AJAX) an easier process. If the data you want to fetch appears on its own URL, you can simply use pageax to fetch it for you (without side bars, breadcrumbs, headers, or other page cruft) simply and easily. Pageax requires you write your own .js file like this example: if (isJsEnabled()) { addLoadEvent(myinitfunc); } function myinitfunc() { JQ("div#linkcontainer a").pageax(JQ("div#content-container")); } // EOF Where the div#linkcontainer is just a jQuery search to find the links you wish to attach this behavior too and div#content-container is where the content should be placed when it has been fetched. Some possible uses include fetching image nodes from a slide show, paging through content, etc.
November 21, 2006
- Commit #45972 by mfredrickson at 19:26
Doc fix for #97599
- Commit #45971 by mfredrickson at 19:23
Documentation fix for #97550
November 6, 2006
- Commit #44607 by mfredrickson at 22:03jQuery 4.7: /modules/jquery47/jquery-modified-compressed.js 1.1
jQuery 4.7: /modules/jquery47/jquery-modified.js 1.1
jQuery 4.7: /modules/jquery47/jquery47.module 1.1
jQuery 4.7: /modules/jquery47/README.txt 1.1Drupal 5.0 will include the fab JavaScript library jQuery. But where does that leave us poor slobs who need to develop on 4.7? Out in the cold, that's where. Sadly, Drupal 4.7's own JavaScript package conflicts with jQuery in a number of places, preventing easy including of the jQuery library in contributed modules. Enter jquery47, a slightly hacked version of jQuery, compatible with Drupal's own JS files. By invoking jquery_add_js('path/to/your/file.js') you can reap the benefits of jQuery while wrapped warmly in the bosom of Drupal 4.7 Initial commit. - Commit #44606 by mfredrickson at 22:01
Directory /cvs/drupal-contrib/contributions/modules/jquery47 added to the repository --> Using per-directory sticky date `2006.07.24.05.00.00'
