How to get the previous page url using jquery?
I am using the following code to get the current page location
$(document).ready(function() { var path
Use can use one of below this
history.back(); // equivalent to clicking back button history.go(-1); // equivalent to history.back();
I am using as below for back button
Back