JQuery插件搜集
记录一下jQuery插件.
example:
example:
Javascript代码
- // Shortuct functions
- jAlert = function(message, title, callback) {
- $.alerts.alert(message, title, callback);
- }
- jConfirm = function(message, title, callback) {
- $.alerts.confirm(message, title, callback);
- };
- jPrompt = function(message, value, title, callback) {
- $.alerts.prompt(message, value, title, callback);
- };
// Shortuct functions jAlert = function(message, title, callback) { $.alerts.alert(message, title, callback); } jConfirm = function(message, title, callback) { $.alerts.confirm(message, title, callback); }; jPrompt = function(message, value, title, callback) { $.alerts.prompt(message, value, title, callback); };
jqGrid Demo链接:http://www.trirand.com/blog/jqgrid/jqgrid.html
jsTree Demo链接:http://www.jstree.com/demo