¡@

Home 

2014/10/16 ¤W¤È 12:08:20

jquery Programming Glossary: sharp

Create TinyURL via Jquery Ajax call

http://stackoverflow.com/questions/1414145/create-tinyurl-via-jquery-ajax-call

AJAX request is impossible because of same origin policy restrictions. Luckily there's a JSONP API courtesy of Remy Sharp . Here's working code function TweetThis bigurl .getJSON http json tinyurl.appspot.com callback url bigurl function data..

Is there a jQuery-like CSS/HTML selector that can be used in C#?

http://stackoverflow.com/questions/1580635/is-there-a-jquery-like-css-html-selector-that-can-be-used-in-c

Visual jQuery for jQuery 1.3.2

http://stackoverflow.com/questions/1660707/visual-jquery-for-jquery-1-3-2

jQuery for jQuery 1.3.2 Visual jQuery website which is originally created by Yehuda Katz updated by Remy Sharp is very helpful interactive to explore jQuery API. I'm using this website a lot more than jQuery documentation website I'm.. you know some website similar to this for jQuery 1.3.2 or jQuery UI jquery share improve this question Remy Sharp answered this question by his tweet . visual.jquery.com is the new visualjquery.com update the site moved to api.jquery.com..

How to make the value of one select box drive the options of a second select box

http://stackoverflow.com/questions/2603539/how-to-make-the-value-of-one-select-box-drive-the-options-of-a-second-select-box

on Dynamic Drive or you can search google for chained select for other examples. Edit And here is a very nice Remy Sharp tutorial Auto populating Select Boxes using jQuery AJAX Well because I have OCD I threw together a demo for you. It defines..

testing jQuery statements in Chrome JavaScript console

http://stackoverflow.com/questions/3821703/testing-jquery-statements-in-chrome-javascript-console