jquery - Joomla ajax call onclick event to call helper method in component -


My case is low: I need to call a php helper method in the view / edit.php of my component in order To validate the value of a textbox against the database, I have read a lot of threads about Ajax calls within Joomla, but it has not yet managed to work.

In helper.php the method is MyClass ::

View / Edit I have it:

  



  

Comments

Popular posts from this blog

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -