Welcome![Sign In][Sign Up]
Location:
Search - jquery ajax form

Search list

[Other Web Codejquery_form

Description: jquery form用法基于Ajax的表单,效果非常漂亮。-jquery form
Platform: | Size: 93184 | Author: andy | Hits:

[Other Web Codejquery

Description: 使用ajax实现的动态表格,根据该例子可以方便写出符合个人需求的动态表格的JS代码-Use ajax to achieve a dynamic form
Platform: | Size: 20480 | Author: kk | Hits:

[WEB Codelongboo-ajax

Description: 龙博框架主要特点 富客户端技术, 可以和任意后端技术(包括但不限于php, .Net, Java, python)或静态的HTML页面. 包含40多个图形界面控件, 例如标签(Tabs), 窗口对话框(Dialog),树型表格(TreeGrid),时间线(TimeLine)等等. 多浏览器兼容, 包括IE6+, firefox1.5+, opera9+, safari3+ 和 Google Chrome. 大量的API文档 和示例. 不断更新的代码片段供程序员参考. 极为方便的所见即所得的界面编辑器. Web界面使用拖拽轻松搞定,大大降低开发时间. 和其他Ajax框架,如jQuery, prototype, mootools充分兼容. 源代码开放。在LGPL许可下, 可免费应用于个人或商业目的. -The framework of the main features of rombo rich-client technology, can be any back-end technologies (including but not limited to php,. Net, Java, python), or static HTML pages. Containing more than 40 graphical interface controls, such as labels (Tabs), dialog window (Dialog), tree form (TreeGrid), timeline (TimeLine) and so on. more compatible browser, including IE6+, firefox1.5+, opera9+, safari3+ and Google Chrome. a lot of API documentation and examples. constantly update the code fragment for the programmer' s reference. extremely convenient WYSIWYG editor interface. Web interface easy to use drag-and-drop to get to significantly reduce development time. and other Ajax frameworks such as jQuery, prototype, mootools fully compatible. source code open. Under the LGPL license can be used free of personal or commercial purposes.
Platform: | Size: 4352000 | Author: Lee XiaoLiang | Hits:

[JSP/JavajQueryAjaxGuestbook

Description: jquery+ajax无刷新评论源码 实现了获取评论无刷新,发表评论无刷新,页面获取评论时显示loading加载效果 jquery真的是一个非常优秀的JS库,简单容易掌握,对于网页中的多级菜单、级联效果、Tab选项卡切换、图片轮转显示, 实现起来都非常的简单,往往就是几句代码的事。 做AJAX应用,jquery提供的$.get()、$.post()函数都可以用于提交数据,但建议使用$.ajax()来提交,那两个函数都不 提供错误返回信息,不利全面掌控。 提交数据是action代表要执行的操作,id传递文章id,page是请求的分页页面,Math.round(Math.random()*10000) 防止页面被浏览器缓存而导致暂时无法刷新,如果出错显示错误信息 客户端用escape()函数编码含中文的字符串,服务器端用unescape()解码,这样做是为了防止乱码,如果你采用的是utf8, 那就不必了,设置正确的页面编码和服务端脚本编码就不会出问题。由于jquery默认使用utf8传输数据,而且不提供设置编码, 这里只有自己做转换,如果你用form插件的时候就会发现,编码问题是不能回绝的。-jquery+ ajax without refreshing comment source code Achieved to obtain comment on non-refresh comments without refreshing the page displayed when loading loading access to comment on results jquery is really a very good JS libraries, simple and easy to grasp, for the multi-level menu page, cascading effects, Tab tab switching, image rotation showed that To achieve them are very simple, the code is often a few things. Do AJAX applications, jquery provided $. Get (),$. post () functions can be used to submit data, but recommended the use of $. Ajax () to submit, then the two functions are not Provide the error information back to full control of the negative. Action on behalf of the data is presented to perform the operation, id pass the article id, page is a page request page, Math.round (Math.random ()* 10000) The browser cache to prevent the page is temporarily unable to refresh a result, if the error display an error message The client with the escape () f
Platform: | Size: 90112 | Author: Lachlan | Hits:

[JSP/JavaJQuery_PHP_AJAX_from

Description: JQuery 的 基于PHP语言 写的 AJAX 表单提交~ 例子!适用~ 里面有详细说明.-JQuery based on PHP language to write the AJAX form submission ~ examples! Apply ~ which is described in detail.
Platform: | Size: 99328 | Author: 枫林 | Hits:

[JSP/Javajquery.form

Description: The jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML forms to use AJAX. The main methods, ajaxForm and ajaxSubmit, gather information from the form element to determine how to manage the submit process. Both of these methods support numerous options which allows you to have full control over how the data is submitted. Submitting a form with AJAX doesn t get any easier than this!
Platform: | Size: 8192 | Author: vassiliy | Hits:

[JSP/Javajquery-validate

Description: Validate form using ajax
Platform: | Size: 325632 | Author: anhtu | Hits:

[JSP/Javajquery

Description: jQuery是JavaScript语言的一个新的资源库(框架) jQuery能快速,简洁的使用HTML documents, handle events, perform animations,并且能把Ajax交互应 用到网页,jQuery能够改变你书写JavaScript的方式. 版本主要包括jquery1.32,jquery1.42,jquery 1.44,jquery 1.5版本。 Query1.5下载,包括:jquery-1.5.js, jquery-1.5.min.js, jquery-1.5-vsdoc.js 其中 jquery-jquery-1.5-vsdoc.js可以为Visual Studio提供jquery1.5的智能提示。 jQuery 1.5.1 发布,全面支持IE9 jQuery 1.5.1发布了!这是自jQuery1.5发布以来第一个小版本更新,并且解决了很多BUG。 据jQuery官方博客5月3日的最新消息,jQuery 1.6 正式版已经可以下载使用。jQuery 1.6 版本包括了对属性(Attribute)模型的重要重写,还有诸多性能优化。借此机会感谢jQuery开发团队和jQuery错误分类团队的成员。 jquery1.6.4 此版本较jQuery 1.6.3进行了小幅改进,包括: Data:修复了用“-”所组成的数据属性名不能被采用骆驼式命名法(函数名中的每一个逻辑断点都有一个大写字母来标记)的函数所读取。 Event:修复了IE8中 $(“form”).live(“submit”, fn) 语句没有被<button type=”submit”>所激发的问题。 -jQuery is the JavaScript language, a new resource library (Framework) jQuery can use fast, simple HTML documents, the handle events, perform animations, and should be able to Ajax interactions Used web pages, jQuery can change the way you write the JavaScript way. Version including jquery1.32, jquery1.42, jquery 1.44, jquery 1.5 version. Query1.5 download, including: jquery-1.5.js, jquery-1.5.min.js, jquery-1.5-vsdoc.js Jquery-jquery-1.5-vsdoc.js for Visual Studio a jquery1.5 smart tips. the jQuery 1.5.1 release, full support for IE9 the jQuery 1.5.1 release! This is the first small version update since jQuery1.5 release, and solve a lot of bugs. According to the latest news of the jQuery official blog on May 3, jQuery 1.6 official version available for download. jQuery 1.6 version includes important rewrite of the attribute (Attribute) model, there are a lot of performance optimization. Take this opportunity to thank the team of the jQuery and jQuery misclassification te
Platform: | Size: 841728 | Author: 分额 | Hits:

[Otherjquery.addtolist

Description: 动态添加一个新的选项来一个选择列表。一个定制的形式(具体)是ajax提交。一个成功的ajax返回添加新的项目选择列表中。 -Dynamically add a new option to a select list. A customised form (which you specific) is ajax submitted. A successful ajax return adds the new item to the select list.
Platform: | Size: 2048 | Author: fsdafgiko | Hits:

[JSP/Javajquery.form

Description: 非常好用的jquery的一个扩展框架,用于ajax文件上传的-Very easy to use jquery an extension of the framework for ajax file upload
Platform: | Size: 8192 | Author: 黄小飞 | Hits:

[Other Web Codejquery

Description: ajax页面无刷新技术,直接在页面修改数据,表格切换,留言板,联动下拉框,选项卡等-Ajax page refresh technology, directly in the page to modify the data, form switch, message board, linkage drop-down box, TAB, etc...
Platform: | Size: 1528832 | Author: 乐振 | Hits:

[LabViewjquery-ajax-form-submit

Description: Webmaster will activate your member account after checking your files. If you do not want to upload source code,
Platform: | Size: 83968 | Author: mamami | Hits:

[WEB Codechairlgoin

Description: 一款漂亮的注册页、登陆页、找回密码页动态切换效果特效,Animated Form Switching with jQuery,是一个国外现成的Ajax效果登录框插件,使用挺方便的,通过本示例你就可以学会如何去使用它。-A nice sign-up page, landing pages, dynamic transition effects Retrieve Password page effects, Animated Form Switching with jQuery, Ajax is a ready-made effects of foreign login box plug-in, very convenient to use, through this example, you can learn how to use it
Platform: | Size: 31744 | Author: wpudn74 | Hits:

[WEB CodejQuery-Form

Description: 收集的一些jQuery表单实例,Ajax表单判断,锋利的JQuery一书里的随书实例:   Demo 1 : form插件的使用 ajaxForm().   Demo 2 : form插件的使用 -ajaxSubmit().   Demo 3 : form插件的使用 formSerialize()组装表单数据,用于jQuery中的.ajax().   Demo 4 : form插件的使用 ajaxForm()和ajaxSubmit().   Demo 5 : form插件的使用 验证后提交(简单验证).   Demo 6 : form插件的使用 验证后提交.   Demo 7 : form插件的使用 验证后提交.   Demo 8 : form插件的使用 dataType的其他方式.   另外还有JSP版的部分小实例,和PHP版的小程序。-JQuery collected some form instance, Ajax form judgments, sharp JQuery a book with the book examples: Demo 1: form plugin using ajaxForm (). Demo 2: form widget use - ajaxSubmit (). Demo 3: form plugin using formSerialize () assembled form data for jQuery s .ajax (). Demo 4: form plugin using ajaxForm () and ajaxSubmit (). Demo 5: Use form widget- after verification submitted (simple authentication). Demo 6: Use form widget- after verification submitted. Demo 7: form plugin to use- after verification submitted. Demo 8: form plugin using dataType the other way. There are also some small examples of JSP version, and PHP version of the applet.
Platform: | Size: 100352 | Author: ppudn12 | Hits:

[WEB CodejQueryValidation

Description: jQuery Validation表单验证插件实例大全,是锋利的JQuery第七章中的一个典型实例,一步步向大家讲解如何使用基于jQuery的表单验证插件jquery.validate.js和jquery.validate.messages_cn.js的使用方法,一共包含了7个盒子,功能慢慢的复杂,最后实现一个兼容性完美的Ajax表单验证程序,适时给出表单输入的正确与否,并给出中文的错误提示,本套实例的对于学习jQuery参考价值极高。-jQuery Validation Form Validation plugin instance Guinness, is sharp JQuery Chapter VII a typical example, she keeps you on how to use the validation plugin jquery.validate.js and use jquery.validate.messages_cn.js jQuery-based forms , contains a total of seven boxes, functional complexity slowly, and finally achieve a perfect compatibility Ajax form validation procedures, timely give the correct form input or not, and gives an error message in Chinese, this set of examples for learning jQuery reference high value.
Platform: | Size: 29696 | Author: wpudn80 | Hits:

[Other Web Codeajax

Description: 简易Ajax开发实现登录,注册,模拟充值,排序等功能: 1、 编写登录页面(Login.jsp)、充值页面(Pay.jsp)、充值记录页面(PayRecorder.jsp),各页面必须充分考虑用户体验,具体要求包括: 1) 登录时,在本地检查各表单项是否为空、长度是否满足要求等(要求使用formValidator)。 2) 登录时,异步提交到服务器检查用户名/密码是否正确(检查逻辑位于struts的Action类中)。 3) 使用jQuery的API实现充值页面中各种充值方式和面额的选择。 4) 充值完毕后,将充值信息写入Application内置对象,并转到充值记录页面中(以表格展示所有的充值信息,并使用jQuery的API实现表格隔行换色)。 5) 使用jQuery的API实现点击充值信息表格的表头后,表格行按照该列进行升/降序排列。 - Simple Ajax developers realize login, registration, simulate recharge, sorting and other functions: 1, write the login page (Login.jsp), top-page (Pay.jsp), recharge record page (PayRecorder.jsp), each page must fully consider the user experience, specific requirements include: 1) When logging in, check whether the individual table is empty, the length meets the requirements (required formValidator locally). 2) When logging in, asynchronous submitted to the server checks the user name/password is correct (check logic is located in the struts Action class). 3) using jQuery API to achieve top page of various denominations recharge methods and choices. 4) After completion of recharge, the recharge information is written Application built-in object, and go to page top record (in the form of top shows all the information and forms using jQuery API to achieve interlaced color change). 5) After using jQuery API implementation recharge information table Click the table header table row
Platform: | Size: 3746816 | Author: yoona | Hits:

[Other Web CodeAJAX-File-Upload

Description: AJAX File Upload Form Using jQuery For ASP
Platform: | Size: 270336 | Author: 艺风 | Hits:

[Web Serverajax

Description: 基于jquery框架,采用jQuery formValidator表单验证插件。-Based on the jquery framework, using jQuery formValidator form validation plug-ins.
Platform: | Size: 51200 | Author: tuf | Hits:

[JSP/Java《锋利的jQuery》(高清扫描版-有书签)

Description: 本书循序渐进地对jQuery的各种函数和方法调用进行了介绍,读者可以系统地掌握jQuery的DOM操作、事件监听和动画、表单操作、AJAX以及插件方面等知识点,并结合每个章节后面的案例演示进行练习,达到掌握核心知识点的目的。(Book step by step functions and methods of the jQuery call are introduced, the reader can grasp the jQuery DOM operating system, monitoring and event form operation, AJAX animation, and plug-in knowledge, combined with the demonstration of each chapter are behind the practice, to grasp the core knowledge point to.)
Platform: | Size: 41490432 | Author: mytom | Hits:

[Other Web CodejQuery-grid700720160705

Description: 网上找的好用的jquery表格插件,支持ajax分页等等,很好用!!!!(Online to find a good jQuery form plug-in, support Ajax paging, etc., very good use!!!!)
Platform: | Size: 191488 | Author: iorilee | Hits:
« 12 »

CodeBus www.codebus.net