[jQuery] Re: Get Global CSS Value

2008-06-07 Thread Thommo
OK Thanks I will look at it On Jun 7, 12:12 pm, Dave Methvin <[EMAIL PROTECTED]> wrote: > > But I want to have a stylesheet that contains my own custom values > > which I read and then assign to my page elements.FYI  If I create a > > CSS class with custom properties and assign to an existing

[jQuery] Get Custom/global CSS Value

2008-06-06 Thread Thommo
I know I can get the CSS value for a standard CSS properties For instance $('#myelement').css('Width") But I want to create my own CSS properties eg: (Css Entry) a1FormDate { a1Type:Date a1Required:True } The problem is that if I try and retrieve this value by the above methods I get a null valu

[jQuery] Get Global CSS Value

2008-06-06 Thread Thommo
I've looked everywhere and it should be simple I know you can get current /actual css value for an element assigned to class ie: via $('myitem).css('cssvalue') But I want to have a stylesheet that contains my own custom values which I read and then assign to my page elements.FYI If I create a C