QQ 群号:59796993
首页
介绍
演示
下载
文档
服务
反馈
教程:
ezj v2.9 官方教程.pdf
ezj v2.9 官方教程.doc
ezj v2.9 官方教程.htm
在线
文章:
jQuery 的 val 与 ezj 的 val 差别挺大
ezj 的自动 label 功能
四句代码实现表格行间隔背景色及高亮
填报表时用方向键控制焦点移动
很方便的 Ctrl + Enter 提交评论
文章报道时,使用 ezj 方便指定标题颜色
用 ezj 记住上次选择的项,方便下次列表选择
用 ezj.checker.check 轻松实现表单检测
参考:
$1.addClass(className)
$1.addListener(eventName, handler)
$1.after([element])
$1.append(element[, pos])
$1.before([element])
$1.bgcolor(r, g, b) 或 $1.bgcolor(colorString)
$1.centerWin()
$1.change(handler)
$1.childElements()
$1.click(handler)
$1.collapse([speed[, step]])
$1.color(r, g, b) 或 $1.color(colorString)
$1.data()
$1.detach()
$1.display([isDisplay])
$1.down()
$1.empty()
$1.enable([isEnable])
$1.enter(handler)
$1.expand([speed[, step]])
$1.fadeIn([speed[, onComplete]])
$1.fadeOut([speed[, onComplete]])
$1.fadeTo(opacity[, speed[, onComplete]])
$1.insert(element[, pos])
$1.keydown(handler)
$1.keyup(handler)
$1.labelFor()
$1.leave(handler)
$1.maxHeight(height)
$1.maxWidth(width)
$1.mousedown(handler)
$1.mousemove(handler)
$1.mouseout(handler)
$1.mouseover(handler)
$1.mouseup(handler)
$1.opacity([value])
$1.pos(baseElement[, base])
$1.removeClass(className)
$1.sel([selItems[, empty]])
$1.show([start[, end[, speed[, step[, onComplete]]]]])
$1.space()
$1.toggleClass(className)
$1.up()
$1.val([value[, mode]])
$c(element[, attributes[, parentElement]])
$exists(id)
$g(document.body).mask([opacity[, color]])
$g(document.body).unmask()
$g(selector[, parentElement])
$g(window).ready(handler)
$g(window).resize(handler)
$g(window).scroll(handler)
$getData(id)
$v(selector, [value[, mode]])
$x(xml)
$x1.nodes(path)
$x1.path(pathOrNode)
$x1.val(path)
alert([v1[, v2[, ...[, vN]]]])
Array.from(v)
Array.is(v)
Array.map(arr1, arr2, arr1ItemValue, defaultValue)
array1.and(arr)
array1.avg()
array1.checkRepeat()
array1.clear()
array1.copy()
array1.del(start[, length])
array1.each(func[, expand])
array1.exists(v[, ignoreCase])
array1.fetch(propName)
array1.max()
array1.mid(start[, length])
array1.min()
array1.sum()
array1.z(size, index)
Boolean.from(v)
Boolean.is(v)
Date.asDate(str) 或 Date.asDate(year, month, day)
Date.asDateTime(str) 或 Date.asDateTime(year, month, day, hour, minute, second[, millisecond])
Date.asTime(str) 或 Date.asTime(hour, minute, second[, millisecond])
Date.compare(dt1, dt2)
Date.daysInMonth(year, month)
Date.differ(dt1, dt2)
Date.from(v) 或 Date.from(year, month, day[, hour, minute, second[, millisecond]])
Date.is(v)
Date.isLeapYear(year)
datetime1.addDays(days)
datetime1.addHours(hours)
datetime1.addMilliseconds(milliseconds)
datetime1.addMinutes(minutes)
datetime1.addMonths(months)
datetime1.addSeconds(seconds)
datetime1.addYears(years)
datetime1.compareTo(dt)
datetime1.copy()
datetime1.d()
datetime1.daysInMonth()
datetime1.differTo(dt)
datetime1.format([formatStr])
datetime1.h()
datetime1.isLeapYear()
datetime1.l()
datetime1.m()
datetime1.n()
datetime1.s()
datetime1.total()
datetime1.w()
datetime1.y()
editor1.getSelection()
editor1.getSelectionValue()
editor1.ini(content)
editor1.setSelectionValue(value)
event1.addHandler(handler[, handlerKey[, skipWhenExists]])
event1.clear()
event1.removeHandler(handlerOrHandlerKey)
event1.trigger(sender, eventArgs)
ezj
ezj.about
ezj.about.company
ezj.about.description
ezj.about.path
ezj.about.version
ezj.ajax
ezj.ajax.bind(url, element[, errorText])
ezj.ajax.get(url[, requestData[, onOk[, onError[, onComplete[, key]]]]])
ezj.ajax.post(url[, requestData[, onOk[, onError[, onComplete[, key]]]]])
ezj.ajax.request(method, url[, requestData[, onOk[, onError[, onComplete[, key]]]]])
ezj.ajax.service(url, namespace, wsMethod[, requestData[, onOk[, onError[, onComplete[, key]]]]])
ezj.ajax.submit(form[, onOk[, onError[, onComplete[, key]]]])
ezj.checker
ezj.checker.bind(element)
ezj.checker.check(str, required, type, min, max) 或 ezj.checker.check(str, expression)
ezj.checker.validate(element)
ezj.cookie
ezj.cookie.read(name[, defaultValue])
ezj.cookie.write(name, value[, expires[, path]])
ezj.css
ezj.css.addText(cssText)
ezj.css.load(cssUrls[, media])
ezj.event
ezj.event.getEvent()
ezj.event.getKeyCode()
ezj.event.getMouseButton()
ezj.event.keyCodes
ezj.ext
ezj.ext.calendar(inputField[, button[, showsTime[, format]]]) 或 ezj.ext.calendar(inputField[, config])
ezj.ext.calendar.skin
ezj.ext.calendar.skins
ezj.ext.cancelable(element)
ezj.ext.cascade(valueElement, xml)
ezj.ext.chart(element, dataUrl, width, height) 或 ezj.ext.chart(element, config)
ezj.ext.codelighter(element)
ezj.ext.combobox(selectElement[, mode]) 或 ezj.ext.combobox(selectElement[, config])
ezj.ext.drag(element[, controller[, scopeElement[, scopeRestrict[, onOk]]]]) 或 ezj.ext.drag(element[, config[, onOk]])
ezj.ext.drop(button, box[, base]) 或 ezj.ext.drop(button, box[, config])
ezj.ext.editor(element[, config][, onOk])
ezj.ext.flier(imageUrl, imageAlt, link) 或 ezj.ext.flier(config)
ezj.ext.floater(element, offsetX, offsetY) 或 ezj.ext.floater(element[, config])
ezj.ext.focus(element, width, height) 或 ezj.ext.focus(element[, config])
ezj.ext.focus2(element, width, height[, speed]) 或 ezj.ext.focus2(element[, config])
ezj.ext.keylighter(element, keys, bgColors, colors) 或 ezj.ext.keylighter(element[, config])
ezj.ext.load(name, jsArr[, cssArr])
ezj.ext.loc(element)
ezj.ext.palette(inputField[, button[, response[, onSelecting[, onSelected]]]]) 或 ezj.ext.palette(inputField[, config])
ezj.ext.pin(element[, onOk])
ezj.ext.player(container, flvUrl, width, height[, previewImageUrl][, autoStart]) 或 ezj.ext.player(container[, config])
ezj.ext.rating(container, config, onOk)
ezj.ext.round(element, wallColor, bgColor[, borderColor[, corners[, radius]]]) 或 ezj.ext.round(element[, config])
ezj.ext.scroll(element[, direction[, screenDelay[, speed[, step[, onOk]]]]]) 或 ezj.ext.scroll(element[, config[, onOk]])
ezj.ext.swf(container, swfUrl, width, height[, version[, flashVars[, params]]]) 或 ezj.ext.swf(container[, config])
ezj.ext.tab(titleContainers, contentContainers[, normalTitleClass, hoverTitleClass, activatedTitleClass][, eventName]) 或 ezj.ext.tab(titleContainers, contentContainers[, config])
ezj.ext.tab2(titleContainers, contentContainers[, eventName[, onChanging[, onChanged]]]) 或 ezj.ext.tab2(titleContainers, contentContainers[, config])
ezj.ext.typer(element[, screenDelay[, speed[, onOk]]]) 或 ezj.ext.typer(element[, config[, onOk]])
ezj.ext.watermark(element[, text]) 或 ezj.ext.watermark(element[, config])
ezj.ext.zoom(element)
ezj.ie
ezj.javascript
ezj.javascript.load(jsUrls[, onComplete[, charset]])
ezj.javascript.path(jsFile)
ezj.qs
ezj.qs.get(paramName)
ezj.ready(handler)
Function.is(v)
Function.like([type1[, type2[, ...[, typeN]]]])
Function.match([type1[, type2[, ...[, typeN]]]])
Function.overload(paramIndex, defaultValue[, skipNull])
Function.run(v[, param1[, param2[, ...[, paramN]]]])
Math.nextRandom(minValue, maxValue)
new ezj.Ajax()
new ezj.Dom(selector[, parentElement])
new ezj.Editor(frame)
new ezj.Event()
new ezj.Xml(xml)
Number.as(v)
Number.asInt(v)
Number.asPureNumber(v)
Number.from(v[, defaultValue])
Number.from16(numString[, defaultValue])
Number.from2(numString[, defaultValue])
Number.from8(numString[, defaultValue])
Number.is(v)
number1.format()
number1.to16()
number1.to2()
number1.to8()
Object.is(v)
Object.prop(obj, propName[, defaultValue])
String.is(v)
String.isNullOrEmpty(v)
string1.endsWith(value[, ignoreCase])
string1.equalsIgnoreCase(str)
string1.left(length)
string1.mid(start[, lengthOrSubStr])
string1.padLeft(totalWidth, chr)
string1.padRight(totalWidth, chr)
string1.removeHtml()
string1.replaceAll(find, replacement[, ignoreCase])
string1.right(length)
string1.splitBefore(separator, count)
string1.splitEx(separator, trimItem[, removeEmptyItem])
string1.startsWith(value[, ignoreCase])
string1.trim([trimRN])
string1.trimLeft([trimRN])
string1.trimRight([trimRN])
string1.wChrs()