ASP.Net and Sql Server Articles
Thursday, May 8, 2014
Refresh the current web page using jQuery
<
script type=
"text/javascript"
>
$
(
function
(
)
{
$
(
'#btnClick'
)
.
click
(
function
(
)
{
document.
location
.
reload
(
)
;
}
)
}
)
</
script
>
No comments :
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments ( Atom )
No comments :
Post a Comment