Click here to Skip to main content
15,900,511 members

Comments by Hawkeye101 (Top 32 by date)

Hawkeye101 19-Aug-13 0:50am View    
I updated the Question Can u check on it and Help me out??
Hawkeye101 19-Aug-13 0:35am View    
Yes i have a unique id for #mainbox...i aded this to the click event!
Hawkeye101 18-Aug-13 23:59pm View    
@Sergey I tried this!
$("#mainbox").click(function () {
$("#mainbox").animate({
width: "70%",
opacity: 0.4,
marginLeft: "0.6in",
fontSize: "3em",
borderWidth: "10px"
}, 1500);
});
But it doesnt animate!
Hawkeye101 18-Aug-13 14:46pm View    
Ill check on it and get back asap
Hawkeye101 13-Aug-13 6:07am View    
I did it like this!
function clearCircle() {

$('.circle').css('background-image', '');
the backgroud image goes of...but i need to get the circle to the same size as it was..how do i code that??