PHP Classes

File: Application/Module/Blog/Public/Js/admin_blog.js

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Application/Module/Blog/Public/Js/admin_blog.js   Download  
File: Application/Module/Blog/Public/Js/admin_blog.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 years ago
Size: 189 bytes
 

Contents

Class file image Download
ADMIN_BLOG = { init: function () { $('#blog_title').slug({}); CORE.editor('#blog_description', true); } }; $(document).ready(function () { ADMIN_BLOG.init(); });