My Code is Below.
$(document).ready(function () {
$("#btn").click(function () {
$("div").css("background-color", "red");
})
})
This My Div and I want to change color of this div
Problem with this code is : when i click on button then post back is occur and effect of jquery is remove
So please tell me what should i do to make jQuery Effect permanently
thanks in Advance
Vipan SharmaPosted Oct 6, 2015, 1:49 AM
Pankaj KumarPosted Oct 6, 2015, 1:30 AM
Priyaranjan K SPosted Oct 6, 2015, 12:47 AM
Vipan SharmaPosted Oct 6, 2015, 12:38 AM
Rashmiranjan DalabeheraPosted Oct 6, 2015, 12:32 AM