A simple javascript library that allows you to change the style of elements
Syntax
///[Alert!] please use the camelcase for property value
/// it means that you need to use backgroundColor instead of background-color
/// [examples]
//// borderRadius instead of border-radius
//// paddingBottom instead of padding-bottom
jss('element',
{
property1 : 'value1',
property2 : 'value2',
....
})