[jQuery] Google maps

2009-02-03 Thread Rui Costa
Hi, Hi have develop a google maps with a form at the top of a marker, but i want to register information by using ajax - $post(...) -. I've tried to manipulate the textboxes, but, with no success. var infoTabs = [ new GInfoWindowTab("Dados",

[jQuery] Re: Read PARAM from Object

2007-06-20 Thread Rui Costa
so far so good. i'm getting the solution i need. well, at the right side of the wmv video, there are a list of videos, and i need to click, and change de source of the video and start to play, so i try this: $("#mediaPlayer [EMAIL PROTECTED]")[0].value = $("#" + this.id).attr('title'); // it's t

[jQuery] Re: Read PARAM from Object

2007-06-20 Thread Rui Costa
one more thing, i need to access to DATA parameter at the OBJECT tag. what the changes to this line : $("#mediaPlayer [EMAIL PROTECTED]")[0].value; ? thks one more time

[jQuery] Re: Read PARAM from Object

2007-06-20 Thread Rui Costa
you're right. what a fail thanks for this.

[jQuery] Re: Read PARAM from Object

2007-06-20 Thread Rui Costa
http://www.mobiliarioemnoticia.pt/wmv/testemunhos.asp i add 2 buttons. click them.

[jQuery] Re: Read PARAM from Object

2007-06-20 Thread Rui Costa
hi scott, thanks, but i put your sentece into an alert command, and de alert window don't opened. if remove [0] the alert window shows undefined. Any other option?

[jQuery] Read PARAM from Object

2007-06-20 Thread Rui Costa
Hi, Anyone knows how to read DATA and Param name fileName with Jquery?