PHP Classes

File: Application/Module/Core/Public/Js/admin_core.js

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Application/Module/Core/Public/Js/admin_core.js   Download  
File: Application/Module/Core/Public/Js/admin_core.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: 355 bytes
 

Contents

Class file image Download
$(document).ready(function () { $('#update_note').click(function () { //. $.ajax({ url: CORE.params['sBaseAdminUrl'] + 'core/note', type: 'POST', data: $('#update_note_form').serialize(), }).done(function (data) { bootbox.alert(data); }); return false; }) });