[jQuery] Re: Swaping background image error only in IE7

2009-10-23 Thread Eyveneena
Excellent! Karl Swedberg-2 wrote: > > > Hi Mixen, > > Looks like the problem is that you've misplaced a semicolon. Note the > difference between this ... > $(this).css({'background-image':"url('ico/ico_shout_o.gif');"})} ); > and this... > $(this).css({'background-image':"url('ico/ico

[jQuery] Re: Undocumented move/copy behavior of append() et al.

2009-06-22 Thread Eyveneena
when i need to clone something and use it in the same document i use this $(element to clone usually (this)).clone().prependTo(whereever); hope that helps Markus Gritsch-2 wrote: > > > Perfect :) > > On Sun, Dec 28, 2008 at 11:45 PM, Dave Methvin > wrote: >> >> Here's what I came

[jQuery] Re: Too much recusion/Out of Memory

2009-04-16 Thread Eyveneena
Hi All, I thought I needed to upgrade or somethingit only happens in IE 8 for me and I usually do not put my script in the header section of my page until todayToday was the first time I experienced the error line 41 out of memory...? Eyveneena www.lifesmem.com -- View this

[jQuery] create an array from file contents

2009-01-08 Thread Eyveneena
is there a way to create an array with a maximum number of entries automatically based on file contents with jQuery?