[jQuery] registering a callback on an jcarousel image

2008-11-27 Thread Samuel Vogel
Hey guys, I have the following code to to something, when an image in the carousel gets clicked: $(document).ready(function(){ jQuery('#mycarousel').jcarousel({ itemLoadCallback: mycarousel_itemLoadCallback, initCallback: test }); }); function test (a, b) { $('li

[jQuery] Re: How do I write a JQuery expression for this?

2008-07-21 Thread Samuel Vogel
We can't really help you with the information you provided. How is the PDF placed in the ? You could also just toss an exerpt of your markup at us. That'd be fine... Regards, Samy 2008/7/21 [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Within a span with class "TreeView", there is a table. Within

[jQuery] Getting image src while using iepngfix

2008-07-20 Thread Samuel Vogel
Hey guys, I do have an image overlay running at: http://preview.ndoki.de/ It works like a charm in all browsers, except IE6. I noticed that it does not work, because the iepngfix script changes the src-attribute of the images, since my navigation is made up from transparent PNGs. But the jQuery ro

[jQuery] traversing over items (like foreach in php)

2008-07-06 Thread Samuel Vogel
Hey guys, I have a list that contains images as anachors. I need to iterate over the items and apply the height of each image to the anachor that surround it (to fix a displaying problem in IE). My code would look somehow like this: $("#navi ul li a").attr("height", $("#navi ul li a img").attr("he

[jQuery] form submit on choosing select option

2007-11-06 Thread Samuel Vogel
Hey guys, It seems that I'm unable to make up the right search term for google to find what I'm looking for: The eays jQuery way to make my form get submitted as soon as the user chooses an element from my select box. Should be easy,shouldn't it? Regards, Samy

[jQuery] Re: Looking for code snippet to "premark" input fields

2007-10-25 Thread Samuel Vogel
legroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Samuel Vogel > *Sent:* Thursday, October 25, 2007 6:35 AM > *To:* jquery-en@googlegroups.com > *Subject:* [jQuery] Looking for code snippet to "premark" input fields > > Hey guys, > > I'm on the search for an

[jQuery] Looking for code snippet to "premark" input fields

2007-10-25 Thread Samuel Vogel
Hey guys, I'm on the search for an small code snippet, that does change the value of an input field to lets say "put username here" and clears the field, as soon as the user clicks into the field and writes to it. Does somebody have this lieing arround? so long, Samy