ajax loads from get method without refresh page php code example
Example 1: javascript change url without reload
window.history.pushState('', 'New Page Title', '/new-url.php');
Example 2: how to call javascript method using selectlist on change in vf page
var visualization = new google.visualization.LineChart(document.getElementById('chartBlock'));