code stringlengths 1 2.08M | language stringclasses 1
value |
|---|---|
(function ($) {
$.scroller.i18n.es = $.extend($.scroller.i18n.es, {
setText: 'Aceptar',
cancelText: 'Cancelar'
});
})(jQuery);
| JavaScript |
(function ($) {
$.scroller.themes.jqm = {
defaults: {
jqmBody: 'c',
jqmHeader:'b',
jqmWheel: 'd',
jqmClickPick: 'c',
jqmSet: 'b',
jqmCancel: 'c'
},
init: function(elm, inst) {
var s = inst.settin... | JavaScript |
function schatting_koper() {
var koopsom = document.hypotheek_form.koopsom.value;
var schatting = Math.round(0.02 * koopsom);
document.hypotheek_form.inschatting.value = schatting;
}
function bereken_totaal() {
var koopsom = parseInt(document.hypotheek_form.koopsom.value);
var inschatting = parseIn... | JavaScript |
function schatting_koper() {
var koopsom = document.hypotheek_form.koopsom.value;
var schatting = Math.round(0.02 * koopsom);
document.hypotheek_form.inschatting.value = schatting;
}
function bereken_totaal() {
var koopsom = parseInt(document.hypotheek_form.koopsom.value);
var inschatting = parseIn... | JavaScript |
var nid=0;
var tid=431;
var mid=947;
var full=1;
var popDialogOptions = "dialogWidth:950px; dialogHeight:700px; dialogTop:0px; dialogLeft:0px; edge:Raised; center:0; help:0; resizable:1; scroll:1; status:0";
var popWindowOptions = "scrollbars=1,menubar=0,toolbar=0,location=0,personalbar=0,status=0,resizable=1";
v... | JavaScript |
var nid=0;
var tid=431;
var mid=947;
var full=1;
var popDialogOptions = "dialogWidth:950px; dialogHeight:700px; dialogTop:0px; dialogLeft:0px; edge:Raised; center:0; help:0; resizable:1; scroll:1; status:0";
var popWindowOptions = "scrollbars=1,menubar=0,toolbar=0,location=0,personalbar=0,status=0,resizable=1";
v... | JavaScript |
var nid=0;
var tid=431;
var mid=947;
var full=1;
var popDialogOptions = "dialogWidth:950px; dialogHeight:700px; dialogTop:0px; dialogLeft:0px; edge:Raised; center:0; help:0; resizable:1; scroll:1; status:0";
var popWindowOptions = "scrollbars=1,menubar=0,toolbar=0,location=0,personalbar=0,status=0,resizable=1";
v... | JavaScript |
/** FROM: http://www.nsftools.com/misc/SearchAndHighlight.htm **/
/** Adapted by vikuit **/
/*
* This is the function that actually highlights a text string by
* adding HTML tags before and after all occurrences of the search
* term. You can pass your own tags if you'd like, or if the
* highlightStartTag or h... | JavaScript |
/*
Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('placeholder','en',{placeholder:{title:'Placeholder Properties',toolbar:'Create Placeholder',text:'Placeholder Text',edit:'Edit Placeholder',te... | JavaScript |
/*
Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('uicolor','he',{uicolor:{title:'בחירת צבע ממשק משתמש',preview:'תצוגה מקדימה',config:'הדבק את הטקסט הבא לתוך הקובץ config.js',predefined:'קבוצות... | JavaScript |
/*
Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('uicolor','en',{uicolor:{title:'UI Color Picker',preview:'Live preview',config:'Paste this string into your config.js file',predefined:'Predefi... | JavaScript |
/*
Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
| JavaScript |
/*
(C) Copyright 2011 Jose Carrasco <jose.carrasco at vikuit dot com>
This file is part of "vikuit".
"vikuit" is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(... | JavaScript |
/*
(C) Copyright 2011 Jose Carrasco <jose.carrasco at vikuit dot com>
This file is part of "vikuit".
"vikuit" is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(... | JavaScript |
( function(){
var gadgetDialog = function(editor){
return {
title : 'Google Gadget Properties',
minWidth : 400,
minHeight : 300,
contents :
[
{
id : 'dialog',
label : 'Google Gadget Properties',
... | JavaScript |
/*
(C) Copyright 2011 Jose Carrasco <jose.carrasco at vikuit dot com>
(C) Copyright 2011 Jose Blanco <jose.blanco at vikuit dot com>
This file is part of "vikuit".
"vikuit" is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the ... | JavaScript |
/*
Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
// Compressed version of core/ckeditor_base.js. See original for instructions.
/*jsl:ignore*/
if(!window.CKEDITOR)window.CKEDITOR=(function(){var a={timestamp:'',vers... | JavaScript |
/*
* jQuery history plugin
*
* sample page: http://www.mikage.to/jquery/jquery_history.html
*
* Copyright (c) 2006-2009 Taku Sano (Mikage Sawatari)
* Licensed under the MIT License:
* http://www.opensource.org/licenses/mit-license.php
*
* Modified by Lincoln Cooper to add Safari support and only call the ca... | JavaScript |
/**
* jQuery Opacity Rollover plugin
*
* Copyright (c) 2009 Trent Foley (http://trentacular.com)
* Licensed under the MIT License:
* http://www.opensource.org/licenses/mit-license.php
*/
;(function($) {
var defaults = {
mouseOutOpacity: 0.67,
mouseOverOpacity: 1.0,
fadeSpeed: 'fast',
... | JavaScript |
/**
* jQuery Galleriffic plugin
*
* Copyright (c) 2008 Trent Foley (http://trentacular.com)
* Licensed under the MIT License:
* http://www.opensource.org/licenses/mit-license.php
*
* Much thanks to primary contributer Ponticlaro (http://www.ponticlaro.com)
*/
;(function($) {
// Globally keep track ... | JavaScript |
/**
* Modified by jose.blanco at vikuit dot com
* This file is part of vikuit, please check vikuit license.
**/
(function($){
var maxItems=0;
var style = 'mblog';
var labelBy = 'By';
var labelRead = 'Read more';
var current = "";
var standard = true;
$.fn.microblogging = function(j){
var k=$.extend({
ta... | JavaScript |
function selectTR(trname,trcount,url)
{
for (i=1;i<=trcount;i++)
{
document.all["tr"+i].style.backgroundColor="";
}
trname.style.backgroundColor="#C8D7E3";
parent.main.location.href=url;
}
var isSelected = false ;
function select_all_checkbox(form,chk_name)
{
if(!isSelected)
{
//
... | JavaScript |
function postvalue(id,value){
$("#" + id).val(value);
}
function posttip(value){
alert(value);
}
| JavaScript |
function calendar()
{
calendar.prototype.pt = 'div1';
calendar.prototype.id = 'calendar1';
calendar.prototype.month = 0;
calendar.prototype.year = 2000;
calendar.prototype.boxid = 'foundtime';
calendar.prototype.exec = function()
{
var obj = document.getElementById(this.pt);
this.createCalendar(... | JavaScript |
/*
http://www.JSON.org/json2.js
2008-03-24
Public Domain.
NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
See http://www.JSON.org/js.html
This file creates a global JSON object containing three methods: stringify,
parse, and quote.
JSON.stringify(value, replacer, space)... | JavaScript |
$(function(){
$("img").LoadImage(true,800,600,"images/imgloading.gif");
}); | JavaScript |
function cdiv()
{
cdiv.prototype.h = 360;
cdiv.prototype.w = 500;
cdiv.prototype.id = 'div1';
cdiv.prototype.bordercolor = '#99B6DB';
cdiv.prototype.bgcolor = '#ffffff';
cdiv.prototype.offsetX = 0;
cdiv.prototype.offsetY = 0;
cdiv.prototype.exec = function()
{
var hh = this.h;
var ww = this... | JavaScript |
/*
**************图片预加载插件******************
///作者:没剑(2008-06-23)
///http://regedit.cnblogs.com
///说明:在图片加载前显示一个加载标志,当图片下载完毕后显示图片出来
可对图片进行是否自动缩放功能
此插件使用时可让页面先加载,而图片后加载的方式,
解决了平时使用时要在图片显示出来后才能进行缩放时撑大布局的问题
///参数设置:
scaling 是否等比例自动缩放
width 图片最大高
height 图片最大宽
loadpic 加载中的图片路径
///范例
... | JavaScript |
function doSzBorder(){
var polyline = new GPolyline([
new GLatLng(22.726,113.758),
new GLatLng(22.737,113.764),
new GLatLng(22.743,113.771),
new GLatLng(22.752,113.787),
new GLatLng(22.757,113.794),
new GLatLng(22.764,113.794),
new GLatLng(22.770,113.790),
new GLatLng(22.775,113.801),
n... | JavaScript |
//拖拽模块
;(function($){
$.fn.jndrag = function(settings){
var obj = this;
var isIE = (document.all) ? true : false;
var params = $.extend({
handle:$(this)
},settings || {});
var _x,_y;
var handle;
... | JavaScript |
/***
* SHOP++ Header JavaScript
*
* http://www.shopxx.net
*
* Copyright (c) 2008 SHOP++. All rights reserved.
**/
shopxx.base='';
$().ready( function() {
// 刷新header登录、注册信息
$.flushHeaderInfo = function () {
var $headerShowLoginWindow = $("#headerShowLoginWindow");
var $headerShowRegisterWindo... | JavaScript |
/***
* SHOP++ Friend Link JavaScript
*
* http://www.shopxx.net
*
* Copyright (c) 2008 SHOP++. All rights reserved.
**/
$().ready( function() {
$(".pictureFriendLink .scrollable").scrollable({
loop: true,
speed: 1000
});
$(".pictureFriendLink .scrollable a").hover(
function() {
$(t... | JavaScript |
/***
* SHOP++ Base JavaScript
*
* http://www.shopxx.net
*
* Copyright © 2010 shopxx.net All Rights Reserved.
**/
// 解决IE6不缓存背景图片问题
if(!window.XMLHttpRequest) {
document.execCommand("BackgroundImageCache", false, true);
}
// 添加收藏夹
function addFavorite(url, title) {
if (document.all) {
window... | JavaScript |
/***
* SHOP++ Article JavaScript
*
* http://www.shopxx.net
*
* Copyright (c) 2008 SHOP++. All rights reserved.
**/
$().ready( function() {
// 改变文章内容字体大小
$articleContent = $("#articleContent");
$("#changeBigFontSize").click(function () {
$articleContent.css({"font-size": "16px"});
});
... | JavaScript |
/***
* SHOP++ Register JavaScript
*
* http://www.shopxx.net
*
* Copyright (c) 2008 SHOP++. All rights reserved.
**/
$().ready( function() {
// 注册窗口显示
$.registerWindowShow = function () {
$("#registerWindow").jqmShow();
}
// 协议窗口显示
$.agreementWindowShow = function () {
$("#agreementWi... | JavaScript |
/***
* SHOP++ Login JavaScript
*
* http://www.shopxx.net
*
* Copyright (c) 2008 SHOP++. All rights reserved.
**/
$().ready( function() {
// 登录窗口显示
$.loginWindowShow = function () {
$("#loginWindow").jqmShow();
}
// 必须会员登录才允许的操作,若未登录则显示登录窗口
$("a.mustMemberLogin").click( function(event) {
... | JavaScript |
/***
* SHOP++ Product JavaScript
*
* http://www.shopxx.net
*
* Copyright (c) 2008 SHOP++. All rights reserved.
**/
$().ready( function() {
$productListForm = $("#productListForm");
$pageNumber = $("#pageNumber");
$pageSize = $("#pageSize");
$orderType = $("#orderType");
$viewType = $("#viewTy... | JavaScript |
/***
* SHOP++ Register JavaScript
*
* http://www.shopxx.net
*
* Copyright (c) 2008 SHOP++. All rights reserved.
**/
$().ready( function() {
var $allCheck = $(".list input.allCheck");// 全选复选框
var $idsCheck = $(".list input[name='ids']");// ID复选框
var $deleteButton = $(".list input.deleteButton");//... | JavaScript |
/***
* SHOP++ Install JavaScript
*
* http://www.shopxx.net
*
* Copyright (c) 2008 SHOP++. All rights reserved.
**/
if(!window.XMLHttpRequest) {
// 解决IE6透明PNG图片BUG
DD_belatedPNG.fix(".png");
// 解决IE6不缓存背景图片问题
document.execCommand("BackgroundImageCache", false, true);
}
$().ready( func... | JavaScript |
/*
* jQuery pager plugin
* Version 1.0 (12/22/2008)
* @requires jQuery v1.2.6 or later
*
* Example at: http://jonpauldavies.github.com/JQuery/Pager/PagerDemo.html
*
* Copyright (c) 2008-2009 Jon Paul Davies
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
*... | JavaScript |
(function() {
function stripHtml(value) {
// remove html tags and space chars
return value.replace(/<.[^<>]*?>/g, ' ').replace(/ | /gi, ' ')
// remove numbers and punctuation
.replace(/[0-9.(),;:!?%#$'"_+=\/-]*/g,'');
}
jQuery.validator.addMethod("maxWords", function(value, element, param... | JavaScript |
/*
* jqDnR - Minimalistic Drag'n'Resize for jQuery.
*
* Copyright (c) 2007 Brice Burgess <[email protected]>, http://www.iceburg.net
* Licensed under the MIT License:
* http://www.opensource.org/licenses/mit-license.php
*
* $Version: 2007.08.19 +r2
*/
(function($){
$.fn.jqDrag=function(h){return i(this,h,'d');}... | JavaScript |
jQuery.extend({
createUploadIframe: function(id, uri)
{
//create frame
var frameId = 'jUploadFrame' + id;
if(window.ActiveXObject) {
var io = document.createElement('<iframe id="' + frameId + '" name="' + frameId + '" />');
if(t... | JavaScript |
(function($){
/* hoverIntent by Brian Cherne */
$.fn.hoverIntent = function(f,g) {
// default configuration options
var cfg = {
sensitivity: 7,
interval: 100,
timeout: 0
};
// override configuration options with user supplied object
cfg = $.extend(cfg, g ? { over: f, out: g } : f );
// instantia... | JavaScript |
/**
*
* Zoomimage
* Author: Stefan Petre www.eyecon.ro
*
*/
(function($){
var EYE = window.EYE = function() {
var _registered = {
init: []
};
return {
init: function() {
$.each(_registered.init, function(nr, fn){
fn.call();
});
},
extend: function(prop) {
fo... | JavaScript |
/**
*
* Date picker
* Author: Stefan Petre www.eyecon.ro
*
* Dual licensed under the MIT and GPL licenses
*
*/
(function ($) {
var DatePicker = function () {
var ids = {},
views = {
years: 'datepickerViewYears',
moths: 'datepickerViewMonths',
days: 'datepickerViewDays'
},
... | JavaScript |
/*!
* jQuery Form Plugin
* version: 2.43 (12-MAR-2010)
* @requires jQuery v1.3.2 or later
*
* Examples and documentation at: http://malsup.com/jquery/form/
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*/
;(functi... | JavaScript |
/*! Copyright (c) 2008 Brandon Aaron (http://brandonaaron.net)
* Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
* and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
*
* Version: 1.0.3
* Requires jQuery 1.1.3+
* Docs: http://docs.jquery.com/Plugins/livequery
... | JavaScript |
/*
* Metadata - jQuery plugin for parsing metadata from elements
*
* Copyright (c) 2006 John Resig, Yehuda Katz, J�örn Zaefferer, Paul McLanahan
*
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*
* Revisio... | JavaScript |
/*
* jqModal - Minimalist Modaling with jQuery
* (http://dev.iceburg.net/jquery/jqModal/)
*
* Copyright (c) 2007,2008 Brice Burgess <[email protected]>
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*
* $Version: ... | JavaScript |
/*
* Translated default messages for the jQuery validation plugin.
* Locale: CN
*/
jQuery.extend(jQuery.validator.messages, {
required: "此内容为必填项,请输入!",
remote: "内容输入错误!",
email: "E-mail格式错误,请重新输入!",
url: "网址格式错误,请重新输入!",
date: "日期格式错误,请重新输入!",
dateISO: "日期格式错误,请重新输入!",
number: "请输入合法的数... | JavaScript |
/*
* Superfish v1.4.8 - jQuery menu widget
* Copyright (c) 2008 Joel Birch
*
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*
* CHANGELOG: http://users.tpg.com.au/j_birch/plugins/superfish/changelog.txt
*/
;(functi... | JavaScript |
/**
* Cookie plugin
*
* Copyright (c) 2006 Klaus Hartl (stilbuero.de)
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*
*/
/**
* Create a cookie with the given name and value and other optional parameters.
... | JavaScript |
/***
* lSelect(Link Select) 无限级联动下拉菜单插件
*
* JSON数据格式示例:[{"title": "北京", "value": "beijing"},{"title": "湖南", "value": "hunan"},{"title": "湖北", "value": "hubei"}]
*
* http://www.shopxx.net
*
* Copyright (c) 2008 SHOP++. All rights reserved.
**/
(function($){
$.extend($.fn, {
lSelect: function(opti... | JavaScript |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | JavaScript |
| JavaScript |
var DBDefer; //数据库缓存
var DBVersion = null; //数据库版本
var DBHandle = null; //处理
//初始化数据库
function InitializeDatabase() {
DBDefer = $.Deferred();
//获取数据库信息
var dbBase = GetDataBase();
//检查数据库是否存在
dbBase.transaction(CheckDataVersionTableExistsQuery, DetermineDataVersionError, successCB);
... | JavaScript |
$(function () {
/***********创建数据库****************************************************/
InitializeDatabase();
/***************************************************************/
/*登录*/
$("#btnLogin").click(function () {
var username = document.getElementById("username").value;
... | JavaScript |
function sessionusername(username) {
$.cookie('name', username);
}
function Getusername() {
var name = $.cookie('name');
return name;
}
function OutUserName() {
$.cookie('name', null);
} | JavaScript |
var VersionId = 1000;
var CurrentSyncUrlId = 1100;
var CurrentVersion = "1.3";
var CheckDataVersionTableExistsSql = "SELECT count(*) AS cnt FROM sqlite_master WHERE type='table' AND name='SysVersion';";
var GetSysVersionEntrySql = "SELECT Val FROM SysVersion WHERE Id = ?";
var DropDataVersionSql = "DROP TABLE IF... | JavaScript |
(function() {
var SQLiteFactory, SQLitePlugin, SQLitePluginCallback, SQLitePluginTransaction, SQLitePluginTransactionCB, get_unique_id, pcb, root, transaction_callback_queue, transaction_queue;
root = this;
SQLitePlugin = function(openargs, openSuccess, openError) {
var dbname;
console.log("... | JavaScript |
/*!
* jQuery Mobile 1.4.2
* Git HEAD hash: 9d9a42a27d0c693e8b5569c3a10d771916af5045 <> Date: Fri Feb 28 2014 17:32:01 UTC
* http://jquerymobile.com
*
* Copyright 2010, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
*/
(function ( root, doc, factory ... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
/**
* jQuery EasyUI 1.3.5
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: [email protected]
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | JavaScript |
$(function () {
initLogin();
})
function initLogin() {
$('#treeLeft').tree({ //初始化左侧功能树(不同用户显示的树是不同的)
method: 'GET',
url: 'ashx/MenuHandler.ashx?action=getUserMenu',
lines: true,
onClick: function (node) { //点击左侧的tree节点 打开右侧tabs显示内容
debugger
... | JavaScript |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.