If you have two or more classes inside your HTML element you can select it using :
CSS:
.classA.classB
{
border:1px;
}
JQuery;
$(‘.classA.classB’).css(‘border’,’1px’);
Some good recipes for asp.net & other technologies.
Feel free to grab and play with code.
Please comment if you find articles useful or interesting.
Any proofreads are welcome!
If you have two or more classes inside your HTML element you can select it using :
CSS:
.classA.classB
{
border:1px;
}
JQuery;
$(‘.classA.classB’).css(‘border’,’1px’);
0 commenti:
Post a Comment