PHP Classes

File: site/lib/UI/jquery/js/app.js

Recommend this page to a friend!
  Classes of Muhammad Mengrani   PHP CouchDB Product CRUD   site/lib/UI/jquery/js/app.js   Download  
File: site/lib/UI/jquery/js/app.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CouchDB Product CRUD
Manage products stored in a CouchDB database
Author: By
Last change: Update of site/lib/UI/jquery/js/app.js
Date: 2 months ago
Size: 432 bytes
 

Contents

Class file image Download
$(function(){ $(".adminpage").accordion(); $(".dlg").accordion(); $(".lightbox").lightBox({ fixedNavigation:true }); $(".btn_edit").click(function(){ var ID = $("#btn_edit").val(); alert("Your press edit button? " + ID); }); $(".btn_delete").click(function(){ var ID = $("#btn_edit").val(); alert("Your press edit button? " + ID); }); }); $(".grid").flexigrid({ title: 'products', width: 700, height: 300 });