[jQuery] Re: Accessing iframe's content

2009-06-22 Thread Paul Peelen
So i've noticed... good to get it confirmed. The weird thing that I noticed is that JSON can get the contents of the page, but in JQuery it tries to read it as an script. I don't know that much about JSON though.. Thanks for you answer! Regards, Paul Peelen On 2 Juni, 15:46, Liam By

[jQuery] Accessing iframe's content

2009-06-02 Thread Paul Peelen
this problem and can help? Regards, Paul Peelen

[jQuery] Making a hrefs and using click on them

2008-05-29 Thread Paul Peelen
){ alert("Hello world!" + this.href); }); function showLoaderBox() { $('#boxContent ol').html(""); } function showLoaderMain() { $('#mainObjects').html(""); } function updateObjectList(div) { alert("Hello worlds!"); } }); Best regards, Paul Peelen