Skip to content

mkuklis/jquery.tmplloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Little utility which loads and caches remote templates on demand. Compatible with various template engines.

dependencies:
 - jQuery

usage:

    $.tmplLoader.get("template-name" function(content){ 
      // callback
    }); 

override default options:

    $.tmplLoader.init(options);

or:

  $.tmplLoader.get("template-name", callback, options);

About

remote template loader

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors