[jQuery] Smipple - Social Code Snippets

2009-06-28 Thread Ian Lewis
Hi all, I just wanted to let everyone know about a site I created for sharing code snippets in a social way. You can check it out at http://www.smipple.net/. Smipple allows you to save, organize, and share snippets with others easily. The best part though is that you can follow other people who ha

[jQuery] Extra mouseenter for element when removing stuff on top of it

2009-05-01 Thread Mike Lewis
I'm having an issue that my mouse is over an two elements, element a and b. a is on top of b, and b has hover events. If I remove A when the mouse is over it, I get a mouseenter event on b without a mouseremove. Is this a bug? is there a way to work around this? Thanks, Mike

[jQuery] Re: $.data

2009-02-06 Thread Ian Lewis
The jQuery docs weren't good enough? http://docs.jquery.com/Internals/jQuery.data You should probably be using the data() function from core though. http://docs.jquery.com/Core/data Ian On Fri, Feb 6, 2009 at 4:51 PM, Chris J. Lee wrote: > > I haven't been able to find good documentation on th

[jQuery] Re: Flash file redraw cutting through JS pop up window

2008-05-07 Thread Lewis
be set to transparent. > > Be aware that it will make your flash file more resource-intensive on > low spec computers. but if it's just for running ads, it shouldn't be > a problem. > > > > On Fri, Mar 28, 2008 at 7:43 PM, Karl Swedberg <[EMAIL PROTECTED]> wrote

[jQuery] Flash file redraw cutting through JS pop up window

2008-03-28 Thread Lewis
Hi i have a problem where im calling a JS pop-up overlay (is a custom script not adapted from the various lightbox plugins around ) but when the overlay is over the page - the redraw sections of the flash banners are cutting through the js window showing the banners animating content. is this a

[jQuery] Re: IE 7 show/hide/slide problems with Jquery

2008-01-17 Thread Lewis
asily - if you ask it to do too much at once it just gets confused and starts crying html tears. try to combine your code into nice little chunks for it. On Jan 14, 10:36 am, Lewis <[EMAIL PROTECTED]> wrote: > Hi all > > Apologies if this has been covered elsewhere, i had a good loo

[jQuery] IE7 show/hide/slide problems with Jquery

2008-01-14 Thread Lewis
Hi all Apologies if this has been covered elsewhere, i had a good look but couldnt find this issue highlighted. The problem I am encountering is with some show/hide commands in IE7. Every other browser, including IE6 performs the required actions correctly - its just IE7!!! if you go to this ad

[jQuery] IE 7 show/hide/slide problems with Jquery

2008-01-14 Thread Lewis
Hi all Apologies if this has been covered elsewhere, i had a good look but couldnt find this issue highlighted. The problem I am encountering is with some show/hide commands in IE7. Every other browser, including IE6 performs the required actions correctly - its just IE7!!! if you go to this ad

[jQuery] Re: problem with ifixpng background position

2007-10-22 Thread Lewis
Bah!! curse you IE6... curse you to hell oh well, thanks Rick that would explain the problem - however, if anybody has heard on the grape vine of any work-arounds - then i'd love to hear them!!! Lewis On Oct 22, 2:20 pm, "Rick Faircloth" <[EMAIL PROTECTED]> wrote:

[jQuery] problem with ifixpng background position

2007-10-22 Thread Lewis
hi guys i have come across an issue with IE 6 and Ifixpng, and could do with some advice! the transparency seems to be working, but in ie6 - the script also seems to strip out the background positioning styles... anyone come across this? is this gonna be an issue with the style sheet, or is it

[jQuery] Superfish animation out?

2007-10-01 Thread Lewis
e. rollover the menu the drop down slides down - roll out of the menu item the drop down slides back up...!?!? I have a reasonable knowledge of Flash, so understand that this principle isn't as easy as it immediately appears - but was wondering if anyone has tackled it yet?? thanks Lewis