Monday, 7 September 2015

how to redirect from one page to another using Jquery

To redirect from one page to another using jquery in php is very simple . Just see below shown example

<script>
$(location).attr('href','your_link_to_redirect');
</script>

No comments:

Post a Comment