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?
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
.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 <
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?
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
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
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
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
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
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?
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
11 matches
Mail list logo