[jquery-dev] Re: Enhancement suggestion: .css(['prop', 'prop', 'prop']);

2009-03-31 Thread Daniel Friesen
Ticket has been opened: http://dev.jquery.com/ticket/4461 On Mar 21, 3:15 am, Daniel Friesen nadir.seen.f...@gmail.com wrote: At work when I was writing my own JavaScript framework (partly inspired in API by jQuery) I ran into a number of times where I needed to grab a series of css values

[jquery-dev] Re: Enhancement suggestion: .css(['prop', 'prop', 'prop']);

2009-03-22 Thread Daniel Friesen
Dave Methvin wrote: I ran into a number of times where I needed to grab a series of css values and set them all onto another, This functionality overlaps with what you were proposing in #4295 That bug has nothing to do with the caller interpreting complex

[jquery-dev] Re: Enhancement suggestion: .css(['prop', 'prop', 'prop']);

2009-03-21 Thread Cloudream
On Sat, Mar 21, 2009 at 6:15 PM, Daniel Friesen nadir.seen.f...@gmail.comwrote: At work when I was writing my own JavaScript framework (partly inspired in API by jQuery) I ran into a number of times where I needed to grab a series of css values and set them all onto another, as a result I

[jquery-dev] Re: Enhancement suggestion: .css(['prop', 'prop', 'prop']);

2009-03-21 Thread Dave Methvin
I ran into a number of times where I needed to grab a series of css values and set them all onto another, This functionality overlaps with what you were proposing in #4295 but to me it seems like a better way to do it because you can explicitly get the individual properties you want rather

[jquery-dev] Re: Enhancement suggestion: .css(['prop', 'prop', 'prop']);

2009-03-21 Thread Dave Methvin
I ran into a number of times where I needed to grab a series of css values and set them all onto another, This functionality overlaps with what you were proposing in #4295 That bug has nothing to do with the caller interpreting complex shorthands. I agree; I was looking at the