var href = "/list?type=&sortType=created&offset=100&max=100" ; href = href.replace(/&max=(\d+)/, function(a, b) { return '&max='+(++b) }); alert(href)