hi,
hide the div in page load..i tried with following code ..
problem is after clicking search also div hiding...because after button click also ready fun executing..
Req:only one time means first time page load div should be hide..
pls anybody give me soln..
$(document).ready(function () {
$("test").hide();
$("#btnSearch").click(function () {
$("#test").show();
});
});
7 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pankaj Kumar ChoudharyPosted Jun 4, 2015, 6:02 AM
Upendra Pratap ShahiPosted Jun 4, 2015, 5:29 AM
Rajeesh MenothPosted Jun 4, 2015, 1:34 AM
Manoj BhoirPosted Jun 4, 2015, 12:52 AM
Muralishankar SundaramPosted Jun 4, 2015, 12:38 AM
Sakthikumar ThanavelPosted Jun 1, 2015, 2:04 PM
Shailesh UkePosted May 27, 2015, 9:56 AM