You are here

README.txt in jQuery AJAX Load 7

jQuery AJAX Load

Just enable the module and add class .jquey_ajax_load to any link, URL content (without other regions) will be loaded on #jquery_ajax_load_target element. Those classes and id could be personalized to your needs. Target element coould be set on a per-link basis using the data-target attribute to define a valid jQuery ID.

It comes with a set of modules that uses the functionality for:

    Loading content on a link
    Loading content on a Twitter Bootstrap Modal

The content loaded could be either:

    The content part of any URL.
    Any entity under a personalized view mode. Actually done for nodes, could be extended to any entity with a few lines of code
    A personalized function.

Aditional features include:

    jQuery show/hide effect for loaded content.
    Toogle function.

This module includes a sub-module that manipulates NODE entity types under a jQuery ajax load view mode. This module could be use as a base for your own manipulations of any entities. The callback could be as simple or complex to fit your requierements.

File

README.txt
View source
  1. jQuery AJAX Load
  2. Just enable the module and add class .jquey_ajax_load to any link, URL content (without other regions) will be loaded on #jquery_ajax_load_target element. Those classes and id could be personalized to your needs. Target element coould be set on a per-link basis using the data-target attribute to define a valid jQuery ID.
  3. It comes with a set of modules that uses the functionality for:
  4. Loading content on a link
  5. Loading content on a Twitter Bootstrap Modal
  6. The content loaded could be either:
  7. The content part of any URL.
  8. Any entity under a personalized view mode. Actually done for nodes, could be extended to any entity with a few lines of code
  9. A personalized function.
  10. Aditional features include:
  11. jQuery show/hide effect for loaded content.
  12. Toogle function.
  13. This module includes a sub-module that manipulates NODE entity types under a jQuery ajax load view mode. This module could be use as a base for your own manipulations of any entities. The callback could be as simple or complex to fit your requierements.