ajax_links_api.css |
ajax_links_api.css |
|
.ajax-links-api-loading {
background-image: url(ajax_links_api_loading.gif);
background-repeat: no-repeat;
margin: 50px;
padding: 30px;
height: 11px;
width: 16px;
} |
ajax_links_api.info |
ajax_links_api.info |
|
name = Ajax links API
description = Simple API to load content via jQuery Ajax.
dependencies[] = jquery_update
package = User interface
core = 6.x |
ajax_links_api.install |
ajax_links_api.install |
|
Install, update and uninstall functions for the Ajax links API module. |
ajax_links_api.module |
ajax_links_api.module |
|
Make any links or create new links to load content to particular DIV via
jQuery Ajax. |
page-ajax.tpl.php |
tpl/page-ajax.tpl.php |
|
prints only $content . used for ajax loaded content. |
README.txt |
README.txt |
|
Before you start (Important) :
--------------------------------------------------------------------------------
Open the page.tpl.php file for your theme, and search for
$content.The $content should be surrounded by a div with an class
(or id).If… |