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

sql - Find last match with latest inserted name in table -

c# - XML serialize base class without knowing derived class -

Send innerHTML text in URL in JSP -