using css() method we can apply css in div element.
example:
$(“div”).css(“border”,”1px solid green”);
using css() method we can apply css in div element.
example:
$(“div”).css(“border”,”1px solid green”);
© PHPInterviewQuestion.com 2009 - 2012

Comments