Re: [jQuery] detecting load

2009-11-24 Thread Alan Gutierrez
e alt text until the image loads. This would all be fine except I have some transparent pngs and I need to know when the image button image finishes loading so I can remove the background. Found this... http://jqueryfordesigners.com/image-loading/ Even better. I have some code to rewrite now

Re: [jQuery] detecting load

2009-11-24 Thread Alan Gutierrez
e src attribute into your document and the browser will pull the image from the memory cache. Alan Gutierrez http://twitter.com/bigeasy

[jQuery] jCarousel infinite loop aborting

2009-06-07 Thread Alan Gutierrez
ing is fine in IE 7. Alan Gutierrez

[jQuery] How To Extend a jQuery: Plugins versus Other?

2009-03-31 Thread Alan Gutierrez
Name + ' ' + hash.person.lastName); }, "hash" ); http://snipplr.com/view/13622/jquery-plugin-extend-get-to-parse-plain-text-properties-file-to-a-hash/ Best practice? Is there a better way to extend such core functionality? I'm wondering how one goes about creating jQuery extensions. It always bothered me that jQuery had such a small namespace. Alan Gutierrez

[jQuery] Square Brackets in Sortable Serialize

2008-07-11 Thread Alan Gutierrez
When I call $("#list").sortable("serialize") I get article[]=2&article[]=1 Why the square brackets? I've not seen this sort of style of query string before. -- Alan Gutierrez | [EMAIL PROTECTED] | http://blogometer.com/ | 504 717 1428 Think New Orleans | http://thinknola.com/

[jQuery] Automating forms / Command line web conversations

2008-04-07 Thread Alan Gutierrez
. Has anyone used JavaScript to automate Firefox or Safari? To launch a particular page and then execute a privileged script? (Is there a better place to ask?) Alan -- Alan Gutierrez | [EMAIL PROTECTED] | http://blogometer.com/ | 504 717 1428 Think New Orleans | http://thinknola.com/

[jQuery] Injecting jQuery with A Bookmarklet

2008-02-23 Thread Alan Gutierrez
the equivalent to the above IE code on Firefox? Or should I just poll to see if something like jQuery.fn.each exists? -- Alan Gutierrez | [EMAIL PROTECTED] | http://blogometer.com/ | 504 717 1428 Think New Orleans | http://thinknola.com/

[jQuery] Re: Syntactic sugar for checking whether an element exists

2007-07-10 Thread Alan Gutierrez
derlying functionality. I was pleased when jQuery got rid of all the pointless helper functions for CSS and simply went to name and value pairs for a css function. (IIRC). -- Alan Gutierrez | [EMAIL PROTECTED] | http://blogometer.com/ | 504 717 1428 Think New Orleans | http://thinknola.com/

[jQuery] Ranges

2007-07-05 Thread Alan Gutierrez
I'm currently working on selections and ranges for a rich text editor. Is this built into jQuery in a cross-platform way, or is there a plugin I can use? -- Alan Gutierrez | [EMAIL PROTECTED] | http://blogometer.com/ | 504 717 1428 Think New Orleans | http://thinknola.com/

[jQuery] Grid and Editor

2007-07-01 Thread Alan Gutierrez
e available that are jQuery based? -- Alan Gutierrez | [EMAIL PROTECTED] | http://blogometer.com/ | 504 717 1428 Think New Orleans | http://thinknola.com/

[jQuery] Re: Image resizing

2007-06-26 Thread Alan Gutierrez
bigThumb.animate({width:new_width,height:new_height}, {duration: 750, easing: "backinout"}); } -- Alan Gutierrez | [EMAIL PROTECTED] | http://blogometer.com/ | 504 717 1428 Think New Orleans | http://thinknola.com/