Hi ,
i use jquery along with php for a ma applications.Its like i have a list of products in a page say like
filter1[drop down] filter2[drop down]
<div id='change'>
1.
2.
3.
</div>
these list of products are dynamically generated from DB. So like when there is any change in the drop downs i go to a page and rebuild the page there and using .html(data) i replace the id{change} . Is this the rite way to do. or any other better methods