Sunday, September 16, 2012

MouseOut Event Using Jquery in asp.net


$(document).ready(function() {
$('[id*=spanDOB]').mouseout(
function () {
                $("[id*=spanDOB]").css("border", "0px");
            });
});

No comments:

Post a Comment

Comments

Protected by Copyscape Plagiarism Software