File: sample_include_1.js

Recommend this page to a friend!
  Classes of Christian Vigh   jQuery Script Parameters   sample_include_1.js   Download  
File: sample_include_1.js
Role: Example script
Content type: text/plain
Description: Example script 1
Class: jQuery Script Parameters
Retrieve the parameters of script tag parameters
Author: By
Last change:
Date: 9 years ago
Size: 521 bytes
 

Contents

Class file image Download
?/****************************************************************************** Sample script to demonstrate the usage of the $.script object. It uses a JQuery-like approach to store the parameters and adds the get_sample1_parameters function to the $ object. ******************************************************************************/ ( function ( $, $script ) { $. get_sample1_parameters = function ( ) { return ( $script. parameters ) ; } } ( jQuery, $.script ( ) ) ) ;