Jquery post issue.
Jquery post issue.
Hi;
This should work! onkeyup I want it to load that page in the div but it doesn't 
What did I miss?
Its here
- function reload_deals()
{
$.post('<?php echo base_url("home");?>', { search: document.search_form.category_search.value},function(output){$('#deals_box').html(output).show();});
}
Thanks