Loading
50 necessary practical jQuery code snippets

This article will show you 50 jquery code fragments, which can help your javascript project. Some of the code snippets are supported since jQuery 1.4.2, while others are really useful functions or methods that can help you quickly

Solution to js cross domain access problem

What causes the problem that ajax cannot request across domains? Ajax itself actually interacts with data through the XMLHttpRequest object. For security reasons, the browser does not allow js code to perform cross domain operations, so it will warn. Is there any perfect solution

primary
DWZ framework Ajax request session timeout processing

Java server-side processing: modify: if (ServerInfo. isAjax (request)) {request.setAttribute ("statusCode", 301); request.setAttribute ("message", "Session timeout!");... in SessionValidateFilter

2010/04/27 21:02
3K
primary
Common problems and solutions of DWZ framework

Error loading XML document: dwz.frag.xml Directly use IE to open index.html. A dialog box pops up: Error loading XML document: dwz.frag.xml Reason: dwz.frag.xml is a core file that needs to be loaded before it can be used normally

2010/04/27 20:16
7.4K
primary
DWZ framework Ajax form submission

Common Ajax form submission method DWZ form submission dwz.ajax.js The default callback function is automatically called after the Ajax form is submitted, and the operation success or failure prompt is given On the Form tab, add onsubmit="return validateCallBack (this); after the Ajax form is submitted, such as

primary
HTML extension of DWZ framework

DWZ framework HTML extension supports HTML extension method to call DWZ component Ajax link extension usage method<a href="xxx" target="ajax" [rel="boxId"]>Example:<a href="w_alert. html" target="ajax" rel="container">

Design idea of DWZ rich client framework

The DWZ rich client framework is designed to be simple, practical and easy to extend, so that developers can also use Ajax to do projects and use various UI components without writing javascript DWZ framework supports replacing javascript code with html extension. As long as Dong html syntax, and then

primary
DWZ rich client framework video textbook

Online demo address http://demo.dwzjs.com Online documents http://demo.dwzjs.com/doc/dwz-user-guide.pdf Google Code download: http://code.google.com/p/dwz/...

No more

Loading failed, please refresh the page

No more

 Back to top
Top