[jQuery] Re: what would be the opposite of top.frames as a jquery selector context?

2009-01-27 Thread maggus.st...@googlemail.com
maybe the parent of your documentElement? On 27 Jan., 21:36, jquertil wrote: > If i want to do something in a parent frame, I would do this: > > $('#myDiv', top.document).hide(); > > but what about this following scenario? I'm inside a frame that was > created like so: > > $('body', top.document

[jQuery] Re: bind eventhandler after animation finished

2009-01-24 Thread maggus.st...@googlemail.com
oves the mouse out of your div before the animation has > finished. > So the main question is: what would you like to happen if the mouse is > moved out while the image is sliding in? > > by(e) > Stephan > > 2009/1/24 maggus.st...@googlemail.com : > > > > > hi e

[jQuery] bind eventhandler after animation finished

2009-01-24 Thread maggus.st...@googlemail.com
hi everyone, what i want to accomplish in general: i have a text field which has a filename as the value. when hovering the field, a div should slide in from the bottom of the field and show a preview of this image. currently i'm using the following jquery-code: function rexShowMediaPreview()

[jQuery] Re: New jQuery Editable released.

2009-01-18 Thread maggus.st...@googlemail.com
< and > sign is not escaped properly... if you type it doesn't show up after closing editable mode.. On 18 Jan., 17:45, "a.karimzadeh" wrote: > You can check it here:http://plugins.jquery.com/project/Editable > > It's fully customizable: > > #1 Easy to use > $('div.editable').editable(); > #2 S