jQuery: The Write Less, Do More JavaScript Library

 « Return to Thread: reload an SWF object from jquery

Re: reload an SWF object from jquery

by Olaf :: Rate this Message:

Reply to Author | View in Thread


pacodelucia schrieb:

> Apparently $("reportChart") is not returning really an SWF "object".
> Anyone has an idea if this possible with jquery?

This is not a correct Selectot for ID, try so:

//access via jquery
$("#reportChart").reload("charts/genrate_chart.php"); // does not work

# for ID, . for CLASS

--
Viele Grüße, Olaf

-----------------------------------
olaf.bosch@...
http://olaf-bosch.de/
http://ohorn.info/
http://www.akitafreund.de/
-----------------------------------

 « Return to Thread: reload an SWF object from jquery