Guest User

Untitled

a guest
Dec 10th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. stylesheets[all][] = jcf/dist/css/theme-minimal/jcf.css
  2. scripts[] = jcf/dist/js/jcf.js
  3. scripts[] = jcf/dist/js/jcf.file.js
  4. scripts[] = jcf/dist/js/jcf.radio.js
  5. scripts[] = jcf/dist/js/jcf.button.js
  6. scripts[] = jcf/dist/js/jcf.select.js
  7. scripts[] = jcf/dist/js/jcf.checkbox.js
  8.  
  9. (function ($) {
  10. $(document).ready(function(){
  11. jcf.replaceAll();
  12. });
  13. }(jQuery));
  14.  
  15. jcf.refreshAll();
Add Comment
Please, Sign In to add comment