[jQuery] Re: creating an animated PNG loader pinwheel (sprite)

2009-04-23 Thread Martin Möller
Hey Adam, Check this out: http://snook.ca/technical/jquery-bg/ If someone could help with the JQ to do the background-position stepping and the reset, I will post a link to the completed piece with my image as well. I will do a white and black version as well- this will make it possible to

[jQuery] Re: With IE8 out, how do you test for IE6?

2009-03-23 Thread Martin Möller
Eridius  wrote: Do you guys have any tips/tricks for properly test IE8/7/6 On Vista and XP? Sure, the best Solution i found so far is Xenocode. http://www.xenocode.com/browsers/ Known Issues • The IE8 executable triggers a false positive warning when using Avira AV. UPDATE: Avira is patching

[jQuery] Re: Cross-Domain Jquery event?

2009-03-20 Thread Martin Möller
david wrote: in fact the .centerPopup resides on a completely different domain. Now is there a workaround for this? Dear David, you could read up on: Cross Frame Communication with Fragment Identifiers http://www.tagneto.org/blogcode/xframe/ui.html#pipeMessage_1237544371429 And this might

[jQuery] Re: Form Submit does not Submit Data but its Callback Function works

2008-11-13 Thread Martin Möller
Thank you Guys. I got it to work now with following Code, maybe it helps somebody out there with a similar NyroModal Problem: Does not work( Removes the Modal but still does not fire the Submit() ) (#form-config-content-make).submit(function() { top.$.nyroModalRemove(); return true; });

[jQuery] Form Submit does not Submit Data but its Callback Function works

2008-11-12 Thread Martin Möller
Hi List, please take a look, heres my sample code: $(.form-config-content-make-button).click(function() { $(#form-config-content-make).submit(top.$.nyroModalRemove()); }); Right now: The Nyromodal window gets removed but it doesnt fire submit. Greets, Martin

[jQuery] Re: Hover In/Out with quick mouse movements

2008-10-15 Thread Martin Möller
davebowker wrote: Which when I mouseout delays the fadeout effect by 2 seconds by fooling the already faded in element to fade in some more, ie. do nothing, before fading out. Maybe hoverIntent is what you are looking for: http://plugins.jquery.com/project/hoverIntent Cheers Mate

[jQuery] Re: Blur effect with jQuery ?

2008-10-02 Thread Martin Möller
graphicsxp wrote: I can't find this effect in the API or in the plugins repository. Does anyone know if it's possible at all to blur a DIV using jQuery, or would I have to code this myself ? Nothing i know of. Only IE supports a BLUR Filter, but i advise against it. Except this Blur CSS

[jQuery] [SITE SUBMISSION] http://www.metropolino.de

2008-01-29 Thread Martin Möller
Hello Everyone, I'd like to submit the Project we've been working on the past Months. When we were looking for a JS Framework to support us we almost instantly decided to use JQuery and we are glad we did. Metropolino.de is a Event Calendar and Community for the Metropolitan Region of Nuremberg

[jQuery] Re: Performance of jquery

2007-12-12 Thread Martin Möller
On Dec 12, 2007 10:44 AM, Suni [EMAIL PROTECTED] wrote: What I find disturbing is that it was when ui.jquery.com first launched when people already brought this up, since the frontpage loaded so slowly, yet it has not been fixed - a job that would require maybe less than a minute to do. I

[jQuery] mouseout behavior of elements inside the mouseout element

2007-12-03 Thread Martin Möller
Hi All, i have an element construct similar to this. -- a class=ShowmyDiv href=#IMAGE/a div class=myDiv a href=#/a /div -- $('.ShowmyDiv').mouseover(function() { $('myDiv').fadeIn(); }); $('.myDiv').mouseout(function() { $('myDiv').fadeout(); }); -- So but everytime i hover with

[jQuery] Re: Vibrator Plugin

2007-09-13 Thread Martin Möller
hysterical indeed! :-)) On 9/13/07, JFSIII [EMAIL PROTECTED] wrote: The quote and the work are both hysterical.