I was looking for jQuery css hooks , and some of them are available on Github . I was able to use them to set some styles using jQuery, but as far as I understand, this only gives me a too complicated way to set the css style. I clearly lack sense ... What can I do with them? Can I use Opera support css columns? if so, how? Thank you for your help!
$(".sub").css({ 'columnWidth':'120px', 'columnRuleStyle':'dotted', 'columnRuleWidth':'1px', 'columnRuleColor':'#ccc', 'columnGap':'10px' });
Regis zaleman
source share