[jQuery] Re: JQuery Unable to Read Margins When Set to Auto?

2009-08-31 Thread phpn1b
anyone? On Aug 25, 4:46 pm, phpn1b alv...@gmail.com wrote: I have a simple test page with a div where the left and right margins are set to auto. The div has a width and when viewed it's centered on the page. When I try to read the left or right margin with jQuery it's returned as 0px

[jQuery] JQuery Unable to Read Margins When Set to Auto?

2009-08-25 Thread phpn1b
I have a simple test page with a div where the left and right margins are set to auto. The div has a width and when viewed it's centered on the page. When I try to read the left or right margin with jQuery it's returned as 0px instead of auto. I'm trying to add a div to a page and set the new

[jQuery] Animating Border Color

2009-08-24 Thread phpn1b
Is it possible to animate an element's border color? I tried $ ('#foo').animate({ borderColor: '#ff'}, 1000); and $ ('#foo').animate({ 'border-color': '#ff'}, 1000); with no success.

[jQuery] Re: Animating Border Color

2009-08-24 Thread phpn1b
... example:http://jsbin.com/ogono Give that a shot. If you find any issues, please bring them up here: http://groups.google.com/group/jquery-ui-dev We're working on moving this into the trunk for the next jQuery UI release, 1.8a2. Thanks. - Richard On Mon, Aug 24, 2009 at 4:34 PM, phpn1b alv

[jQuery] Appending AJAX response data to calling element

2009-06-03 Thread phpn1b
I have a list where each list item has a click event attached to it. Upon clicking a list item, the click calls a PHP script and passes the list's title attribute as a parameter to the script. How can I take the data returned (some HTML) from the AJAX call and append it to the list item which was

[jQuery] Opacity and IE

2009-05-21 Thread phpn1b
Not sure if this is a bug or me. I have a div that contains an image. The div has position relative and the image within it has position absolute. The image is wider than the div and I want the image to display outside the div. So far, everything works fine, however if I change the opacity of the

[jQuery] jQuery/Webkit bug?

2009-05-04 Thread phpn1b
I wrote a plugin that works great in every browser except Webkit (Safari, Chrome), and the problem I'm experiencing with Webkit is intermittent. What appears to happen is that the first time a Webkit browser sees the page, it miscalculates the position of a div centered using CSS. Reloading the