You are here

Files in Ajaxify Drupal with JQuery Ajax 7

Primary tabs

File namesort descending Location Namespace Description
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. package = User interface core = 7.x stylesheets[all][] = ajax_links_api.css scripts[] = ajax_links_api.js configure = admin/config/development/ajax-links-api
ajax_links_api.install ajax_links_api.install Install 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.
html--ajax.tpl.php tpl/html--ajax.tpl.php Overridden theme implementation to display the basic html structure of a single Ajax Drupal page.
page--ajax.tpl.php tpl/page--ajax.tpl.php Overridden theme implementation to display a ajax Drupal page.
README.txt README.txt How to use Ajax links API -------------------------------------------------------------------------------- METHOD 1 : In module config page, specify the Classes/Ids to trigger Ajax. Target DIV will be default CSS selector defined, you can change…

Other projects