Quantcast
Channel: jQuery Plugins - html-templates
Viewing all articles
Browse latest Browse all 3

jQuery Template

$
0
0

New jQuery Template System

Dynamic and Smart jQuery Template Engine. Just pass the data and by setting some html directives it generate whatever you want

<select id='countries'>
   <option loop='true'>%#field%</option>
</select>
var loadedData = ['Australia', 'Brazil', 'Canada', 'China', 'England', 'France', 'Italy', 'United State'];
$('#countries').template(loadedData);
<select id="countries">
  <option>Australia</option>
  <option>Brazil</option>
  <option>Canada</option>
  ...
  ..
  .
</select>

Check full doc and samples here jQuery Template Engine


Viewing all articles
Browse latest Browse all 3

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>