type="text/javascript" src='http://code.jquery.com/jquery-1.5.2.js'type="text/javascript"$(document).ready(function(){console.log($("div#result1").hasClass("selected").toString());});.selected { color:red; }.highlight { background:yellow; }ABCid="result1"