XML/JASON/Jquery/Javascript
文章平均质量分 87
chenyujin999
这个作者很懒,什么都没留下…
展开
-
Learn Javascript and Global Events
You now know how to attach the various different event handlers to the various objects within your web page. Sometimes you will have multiple objects on the page where you want to attach the same even原创 2013-10-27 13:45:29 · 811 阅读 · 0 评论 -
adding to window.onload event?
http://stackoverflow.com/questions/15564029/adding-to-window-onload-event I'm wondering how to add another method call to the window.onload event once it has already been assigne原创 2013-10-27 14:01:35 · 887 阅读 · 0 评论 -
An introduction to JSON
JSON=Javascript object notation and is lightweight data-interchange formatIt is native to js so nothing extra needing to do to make it work with javascript;It is great to store data for javascript原创 2013-10-27 21:12:10 · 715 阅读 · 0 评论 -
why Jquery and (Javascript Fundamentals ) Understanding the Document Object Model(DOM)
DOM Jquery provides a way to work accross the Broswers to access the DOM which is the biggest advatange; DOM has been implemented by many providers since many years; difference between diffe原创 2013-10-27 13:24:55 · 1309 阅读 · 3 评论 -
登陆/注册jsp页面用jQuery控制例子
js文件jQuery配置jQuery(document).ready( function() {jQuery("#loginForm").submit( function() {var canSubmit = new Boolean(true);if (jQuery("#email").val() == "") {jQuery("#emailErrorLogin")原创 2013-10-27 13:56:04 · 1160 阅读 · 0 评论 -
Examples of JSON encoding
EncodingExamples Examples of JSON encodingUpdated Dec 19, 2012 by fangyid...@gmail.com Example 1-1 - Encode a JSON objectExample 1-2 - Encode a JSON object - StreamingExam原创 2013-10-31 00:17:41 · 1077 阅读 · 0 评论 -
JSON.simple example – Read and write JSON
JSON.simple example – Read and write JSONPosted on August 11, 2011 , Last modified : August 29, 2012 By mkyongJSON.simple, is a simple Java libr原创 2013-10-31 00:19:58 · 1400 阅读 · 0 评论 -
Java JSON Tutorial
Java JSON TutorialPosted on August 12, 2011 , Last modified : August 23, 2011 By mkyongJSON (JavaScript Object Notation), is a simple and easy原创 2013-10-31 00:23:50 · 919 阅读 · 0 评论