¡@

Home 

2014/10/16 ¤W¤È 12:07:02

jquery Programming Glossary: remy

Basic jQuery slideUp and slideDown driving me mad!

http://stackoverflow.com/questions/1092245/basic-jquery-slideup-and-slidedown-driving-me-mad

Use jQuery to Select Visited Links

http://stackoverflow.com/questions/1210871/use-jquery-to-select-visited-links

ideas jquery share improve this question Check out Remy Sharp's jquery.visited.js plugin . share improve this answer..

jQuery hover event with nested elements

http://stackoverflow.com/questions/1327711/jquery-hover-event-with-nested-elements

first this .css display none Thanks for your help. Remy jquery menu nested hover share improve this question Try..

Create TinyURL via Jquery Ajax call

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

restrictions. Luckily there's a JSONP API courtesy of Remy Sharp . Here's working code function TweetThis bigurl .getJSON..

Visual jQuery for jQuery 1.3.2

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

which is originally created by Yehuda Katz updated by Remy Sharp is very helpful interactive to explore jQuery API. I'm.. 1.3.2 or jQuery UI jquery share improve this question Remy Sharp answered this question by his tweet . visual.jquery.com..

Trigger a keypress with jQuery…and specify which key was pressed

http://stackoverflow.com/questions/202285/trigger-a-keypress-with-jquery-and-specify-which-key-was-pressed

I don't think this is possible in javascript however. So Remy was on the right track for sure. Triggering keypresses wouldn't..

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

select for other examples. Edit And here is a very nice Remy Sharp tutorial Auto populating Select Boxes using jQuery AJAX..

testing jQuery statements in Chrome JavaScript console

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

Tools in the browsers I would strongly suggest to look at Remy Sharp Tutorial on jQuery for Designers entitled Debugging Tools..

Using the context of the 'this' keyword with jQuery

http://stackoverflow.com/questions/552110/using-the-context-of-the-this-keyword-with-jquery

sometimes it refers to a jQuery object e.g. this .val . Remy Sharp's blog post is helpful but I would like to know how you.. by Mike Alsup . jquery share improve this question Remy Sharp's post is confusing if you don't read it carefully in.. into a jQuery object. I think the confusion comes in when Remy starts talking about jQuery plugins in the same article as jQuery..

Basic jQuery slideUp and slideDown driving me mad!

http://stackoverflow.com/questions/1092245/basic-jquery-slideup-and-slidedown-driving-me-mad

Use jQuery to Select Visited Links

http://stackoverflow.com/questions/1210871/use-jquery-to-select-visited-links

jQuery hover event with nested elements

http://stackoverflow.com/questions/1327711/jquery-hover-event-with-nested-elements

.controls first this .css display block function .controls first this .css display none Thanks for your help. Remy jquery menu nested hover share improve this question Try stopping event propagation in the hover function to prevent..

Create TinyURL via Jquery Ajax call

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

regular 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..

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.. Anyone 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..

Trigger a keypress with jQuery…and specify which key was pressed

http://stackoverflow.com/questions/202285/trigger-a-keypress-with-jquery-and-specify-which-key-was-pressed

the location of a cursor within an input or textarea element. I don't think this is possible in javascript however. So Remy was on the right track for sure. Triggering keypresses wouldn't allow me to input special characters without a lot of hassle..

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

example 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..

testing jQuery statements in Chrome JavaScript console

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

Using the context of the 'this' keyword with jQuery

http://stackoverflow.com/questions/552110/using-the-context-of-the-this-keyword-with-jquery

is used. Sometimes it refers to a DOM element e.g. this.id and sometimes it refers to a jQuery object e.g. this .val . Remy Sharp's blog post is helpful but I would like to know how you would explain the difference to a novice. Is the difference.. I subsequently came across that was also helpful What is this by Mike Alsup . jquery share improve this question Remy Sharp's post is confusing if you don't read it carefully in my opinion. The meaning of this never changes. In the example.. constructor passing this into the constructor transforms it into a jQuery object. I think the confusion comes in when Remy starts talking about jQuery plugins in the same article as jQuery events. jQuery plugins are something that people rarely..