Skip to content
Advertisement

Tag: jquery

jQuery send data to a new open tab and get the data

I want to send some data from ClassA to ClassB . So what I did is I create a hidden form in my ClassA view page and post it to ClassB. Then from the js part But then I dont know how can I get the post data from ClassA. I have tried getting the data from $_POST in the

Cant seem to get the first dependency to run on AJAX call

I am having significant issues trying to get the AJAX to fire on this PHP code. I can get the first field populated without issue, however the AJAX call does not seem to populate the first dependency (and therefore the second). I am an AJAX newbie (and have googled extensively) but cannot seem to crack this one. Note that the

Advertisement