PHP Classes

File: public/asset/vendor/select2/docs/themes/site/js/data-fill-from.js

Recommend this page to a friend!
  Classes of fathurrahman   mnTemplate   public/asset/vendor/select2/docs/themes/site/js/data-fill-from.js   Download  
File: public/asset/vendor/select2/docs/themes/site/js/data-fill-from.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: mnTemplate
Route HTTP requests to callback functions
Author: By
Last change:
Date: 1 year ago
Size: 299 bytes
 

Contents

Class file image Download
$(document).ready(function() { $("[data-fill-from]").each(function () { var $this = $(this); var codeContainer = $this.data("fill-from"); var $container = $(codeContainer); var code = $.trim($container.html()); $this.text(code); $this.addClass("prettyprint"); }); });