I think it would be nice to be able to create permanent rules in CSS, so that if I were to change the style of any specific type of element, it could have a permanent effect on all newly created elements as well.
Something like... $.cssRule("p",{marginBottom:"3px"}); or $.cssRule("p","margin-bottom","3px"); This could in effect be much faster than the current method that sets each of the styles on the type of element and then the developer needs to catch every case in the future.
-- You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-...@googlegroups.com. To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en.