Page 1 of 1

How to add ajax in joomla component page

Posted: Sun Apr 21, 2013 12:04 am
by rashgang
employment_search.php
for eg:
<form name="search" action="index.php" method="get">
<input type="hidden" name="task" value="search_resume">
</form>

in search_resume.php file
all the functionaltiy will be there

i would like to add ajax functionality feature in joomla component page(employment_search.php) page
how to add it

Re: How to add ajax in joomla component page

Posted: Sun Apr 21, 2013 11:26 am
by social_experiment
if this is an existing component you can contact the author.

if this is something you want to do on your own you need to add files that can handle your javascript and php. what type of functionality do you have in mind?

Re: How to add ajax in joomla component page

Posted: Fri Sep 02, 2016 7:35 am
by rashgang

Re: How to add ajax in joomla component page

Posted: Fri Sep 02, 2016 5:07 pm
by Vegan
none of the CMS systems are setup for forms like you want.

You will have to roll your own from scratch to handle complex database needs etc

WordPress etc is more suited for reviews and commentary etc