http://phplist.xxmn.com/zen/index.php?main_page=index&cPath=231
the js code,in dress.js:
$('#1d, #1a').click(function(event){
event.preventDefault();
$('#producListing').load(this.attr('href'));
});
the big font Price UP and price down is the text i will click, i want to make when click the text the page can’t refresh. thank you,
See the additional notes on the jquery load documentation:
If it is your domain, change the href to
/zen/index.php?main_page=index&cPath=231
.