Arthur
Member since Jun 17, 2010
- Profile: /members/6237-arthur.htm
- Comments: 2
Recent Blog Comments By Arthur
-
Creating Flickr-Style Photo Tagging With jQuery
Posted on Nov 18, 2010 at 4:33 PM
Hi Ben, Your plugin is great and works perfectly even in IE6, the only problem I can't overcome is to create something better than prompt. Is it possible to change variable "message" and its content outside the plugin? For example assign it to a text input. Thanks... read more »
-
Experimenting With jQuery's Queue() And Dequeue() Methods
Posted on Jun 17, 2010 at 6:14 PM
@Cowboy, Could you please explain the code you written? I was trying to follow your example, but failed (( Here is my code. Probably you could tell me where I got something wrong Thanks! $('.child').bind('click', function(){ var $anchor = $(this); function next(){ var action = actions[ idx++ ]; act... read more »