Je suis à la recherche d'un plugin jquery pour la manipulation complète des URL (analyse, construction).jquery url builder/parser
Exemple:
var url = 'http://mypage.com/?param=1'
var params = $.getParams(url) # {param: 1}
var newUrl = $.newUrl(url, {param:2}) # 'http://mypage.com/?param=2'
Thx.
Le second est excellent, merci. – Kieron