I'd like to create an application where when a Super user clicks a link the users should get a notification or rather a content like a pdf for them to access on the screen.
Use Case: When a teacher wants …
I load my contact form into my page with JQuery/AJAX.
The contact form contains the reCaptcha scripts.
Unfortunately, JQuery removes the script tags before inserting them into my page. These script tags are needed because they output the captcha. …
i am new to cakephp and trying to send data from ajax to my controller action..
i have a popup model in which there is a input box ..i want to grab that value and send to controller without page …