[jQuery] Re: missing ) after argument list SOLVED

2009-10-31 Thread webmas...@terradon.nl
I do not know why, but using single quotes instead of doubles did solve my problem! See the difference: $testReplace2 = ""; $testReplace2 = '';

[jQuery] Animate just works once?

2009-08-20 Thread webmas...@terradon.nl
Hi all I am testing a msn-look-a-like message box. So, when a message to a user is needed, the message-box shows up and disapears like a msn-message. The first time it works very well! But.starting it for a next time, there is no animation, the messagebox comes up right away, while after a fe

[jQuery] UI replacing background image after resizing, how??

2009-08-16 Thread webmas...@terradon.nl
Hi all, i have a resizable (grid 50) div with a background image. When i resize, i want to change my background image, like: bg400.png for bg350.png. But how do i detect the new heigth/width and how do i replace the background image? Thanks in advance for any answer!

[jQuery] How to resize div for new content with load?

2009-01-24 Thread webmas...@terradon.nl
Hi all, i use a menu for loading new content inside a content div, so far so good. Most of the time i have to load a big table, which is higher then the content div. In this case the footer div does not go down, my content div does not resize his height and goes through the middel of my table. Not

[jQuery] Re: How to grab the filename (src attribute) of an image?

2009-01-12 Thread webmas...@terradon.nl
Thanks for the answers, i see some daylight now, but i already have a normal onclick event on the image, triggering my normal js function: squareClicked(row,col,isEmpty) { // my other normal js function // with jquery : showing message div // my jquery post to taconite plugin page, proces

[jQuery] How to grab the filename (src attribute) of an image?

2009-01-12 Thread webmas...@terradon.nl
Hi all, how do i grab the filename of an image? Situation now: i use "normal" javascript when clicking on an image and just inserted some jquery to post gamedata to update a gamepage with the help of the taconite plugin (returns xml-data), so far so good. I just miss one item => i need the filen

[jQuery] How to move an image to another div??

2009-01-11 Thread webmas...@terradon.nl
Hi all, i cant find a way to move an image from one div to another. I only found UI but that all works with mouseclicks?? What already works: when i click on an image, i use the taconite plugin, for processing game results (great plugin) and returning xml data so i can update some content (text).