I confess that I do not get much of Jquery and so I need help. I would like to update an information of a product, but without having to refresh the page. Example.:
When the user clicks the Main Photo link
Automaticallychangetheimagebelow:
TheproblemisonlyinJqueryandnotinthechangeintheDBthatI'mdoingwithPHP/Mysql.
Thelinkcodeisbelow:
$mostrar.="<a href='?principal=s&foto=".$jmFotos->IDFotos."&key=".$keyProdutos."' class='btn btn-primary btn-xs'>Foto Principal</a>";