Hi,
Here I am sharing one of teh issue I am facing with my site after integration with JQXcombobox. I have a form which is declared as “<form id=”aForm” action=”#”>” . The problem is that on clicking a JQX button, I am triggering an AJAX POST call to an API. On receiving the response, it shows a JS alert message as programmed, and then after the page get reloaded. On this auto reload, the URL will look like “…..php?# “.
This I had observed in many other situatrions too. Another observation is that in such pages, when ever you submit teh page first time every day, it reloads teh full page. Once it is realoaded, it will never auto reload on botton submissions.
In this particular case, I have used JqxTabs in the page.
I am unable to sort out this issue,do you see any reason for this auto reload?