A
A
Alexey Konovalov2020-05-11 17:32:56
JavaScript
Alexey Konovalov, 2020-05-11 17:32:56

How to undo comma conversion?

Hello. I have an object that I'm converting with the $.param() function , but where there are commas, are they converted to this? 3%2C7%2C6 , but I want it to be like this: 3,7,6
How can I make it clear to the $.param() function that it does not convert commas?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question