How to add ajax in joomla component page
Posted: Sun Apr 21, 2013 12:04 am
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
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