Commits for jQuery 4.7

  • jQuery 4.7: February 25, 2011 2:07

    Commit 022a88e on master
    authored by Git Migration, committed by Drupal Git User (LDAP)
    Stripping CVS keywords
  • jQuery 4.7: February 25, 2011 2:07

    Commit 9d3c9ec on 4.7.x-1.x
    authored by Git Migration, committed by Drupal Git User (LDAP)
    Stripping CVS keywords
  • Adding 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.
  • Doc fix for #97599
  • Documentation fix for #97550
  • jQuery 4.7: November 6, 2006 22:03

    Commit e050aa5 on 4.7.x-1.x, master
    Drupal 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.

Maintainers for jQuery 4.7

  • mfredrickson - 4 commits
    last: 5 years ago, first: 5 years ago

Issues for jQuery 4.7

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports