I am doing a search on a list of people. And I want him to show the results "on the fly", and so it is. But there is one link that I need, and it should look like this:
chatid=18&userid=45&create=new
but after the results are displayed through this:
$.get('/ajax.php', {sec: 'search_users', ajax: 1, search_for: $(this).val()}, function(data) { $(".rBoxContentStaff").html(data); });
I get this result:
chatid=18&userid=45&create=new
And the link does not work. This is similar to html () as well as append ().
I did not find a solution for this, so I had to change the launch link.
source share