jquery command???
jquery command???
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- ESKEMA0
$( "#play" ).hover(
function() {
//here is the roll-in
}, function() {
//here is the roll-out
}
);
$( "#play" ).hover(
function() {
//here is the roll-in
}, function() {
//here is the roll-out
}
);