Good I want to extract in separate strings a string with Jquery I do not know if to do it with regular expressions or some other method, the string is the following one
?i=0&edad=18_28&tarifa=40_80,81_110&servicio=25&ubicacion=1,4
Most of all extract the strings that are between the & amp; and save them in variables or array that is as follows:
id=0
edad=18_28
tarifa=40_48,81_110
servicio=25
ubicacion=1,4
Taking into account that they will not always be all of them sometimes, it may be age and rate but not location, please help