PHP Classes

File: system/modules/jquery/info.xml

Recommend this page to a friend!
  Classes of Mihajlo Siljanoski   Xmodule   system/modules/jquery/info.xml   Download  
File: system/modules/jquery/info.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xmodule
Modular Web application development framework
Author: By
Last change:
Date: 7 years ago
Size: 962 bytes
 

Contents

Class file image Download
<module> <name>jQuery <small>(ver. 2.0+)</small></name> <description>jQuery module will automaticaly download jquery JS library localy and will provide script tag with local path.</description> <example> <init>$jquery = module('jquery');</init> <return>$jquery->load('1.12.4') will return string like &lt;script src=&quot;http://xmodule.eco.mk/cache/permanent/jquery/1.12.4.js&quot;&gt;&lt;/script&gt;</return> <code> <pre> <?php //loading module $jquery = module('jquery'); ?> </pre> </code> <code> <pre> &lt;!DOCTYPE html&gt; &lt;html lang=&quot;en&quot;&gt; &lt;head&gt; &lt;?php echo $jquery-&gt;load(&#39;1.12.4&#39;);?&gt; ... </pre> </code> </example> </module> <author> <name>Mihajlo Siljanoski</name> <web>https://mk.linkedin.com/in/msiljanoski</web> </author>