[wd_asp elements=’search’ ratio=’100%’ id=1]

Change CSS using Jquery (Class & ID)

28th January 2014

CSS

Css - Codehaven

$('.container-twelve').css('height', '377px');
$('.four.columns').css('height', '377px');
$('#box').css('background', 'url(images/home1.gif)');

document.getElementById('formID').style.left = "-109%";
document.getElementById('formID').style.border= "2px solid";