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
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
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
3 matches
Mail list logo