[jQuery] How to load content inside iframe into DOM?

2008-02-07 Thread Action
Let's say I have webpage that has an iframe containing some other website that I don't own such as Wikipedia. Is it possible to have a javascript function on MY website triggered every time someone clicks a link on the site contained in the iframe?

[jQuery] Re: height() and width() returning incorrect values in Opera

2007-12-13 Thread Action
Looks like it's a bug with Opera: http://dev.opera.com/articles/view/jquery-write-less-do-more/#gotcha On Dec 13, 11:09 am, Action <[EMAIL PROTECTED]> wrote: > .css('height') also returns the same incorrect values. Also, there is > no "height" or "wid

[jQuery] Re: height() and width() returning incorrect values in Opera

2007-12-13 Thread Action
.css('height') also returns the same incorrect values. Also, there is no "height" or "width" attribute defined in the image tag. It has to be able to pull this dynamically. FF and IE don't have any problem with this, just Opera. On Dec 13, 10:25 am, Action <

[jQuery] height() and width() returning incorrect values in Opera

2007-12-13 Thread Action
I'm using height() and width() to find the dimensions of some inline images in the html. FF and IE work fine, but Opera is returning incorrect values. For example, it returns 92px as the width of an image that is actually 160px wide. How can I fix this?

[jQuery] Re: Adding rounded corners to inline images? (not background)

2007-12-12 Thread Action
I got the information about the image (height, width, src), removed it, then created a div of those dimensions in its place with that image set as the background. On Dec 12, 12:44 am, "R. Rajesh Jeba Anbiah" <[EMAIL PROTECTED]> wrote: > On Dec 11, 11:41 pm, Action <[E

[jQuery] Re: Adding rounded corners to inline images? (not background)

2007-12-11 Thread Action
Solved. On Dec 11, 11:09 am, Action <[EMAIL PROTECTED]> wrote: > The only rounded corners plugin I've found (http://www.methvin.com/ > jquery/jq-corner-demo.html) only applies the corners to the > background. > > I need to be able to able to add rounded corners to i

[jQuery] Adding rounded corners to inline images? (not background)

2007-12-11 Thread Action
The only rounded corners plugin I've found (http://www.methvin.com/ jquery/jq-corner-demo.html) only applies the corners to the background. I need to be able to able to add rounded corners to images inline in the html (anything using an image tag). Is there a plugin for this? Normally I'd use a s

[jQuery] Re: Noob question: How to access a PHP variable and append it to the html?

2007-11-30 Thread Action
wrote: > On Nov 30, 5:55 am, Action <[EMAIL PROTECTED]> wrote: > > > On Nov 29, 8:02 pm, Wizzud <[EMAIL PROTECTED]> wrote: > > > > For example ... ? > > Sorry, maybe that was a bit too cryptic. > > Can you provide an example of your PHP data? > Can y

[jQuery] Re: Noob question: How to access a PHP variable and append it to the html?

2007-11-29 Thread Action
On Nov 29, 8:02 pm, Wizzud <[EMAIL PROTECTED]> wrote: > For example ... ? > > On Nov 29, 9:34 pm, Action <[EMAIL PROTECTED]> wrote: > > > I have a PHP array of data I want to be able to append to the html > > using jquery and ajax. I want to be able to add di

[jQuery] Noob question: How to access a PHP variable and append it to the html?

2007-11-29 Thread Action
I have a PHP array of data I want to be able to append to the html using jquery and ajax. I want to be able to add different elements of the array to different parts of the page. How can I go about doing this?

[jQuery] AJAX form submission in CakePHP with jQuery Form Plugin?

2007-11-15 Thread Action
I was wondering if any of you jQuery + CakePHP users could help me out here... I have a blog-like page that contains a post, comments, and a new comment form. I want the new comment form to submit using ajax and have the newly added comment appear in the comments list. Currently, I'm using the j