Carrinho e Retorno automático do PagSeguro em PHP

Fiz alguns arquivos para manipular o PagSeguro, basta adaptar ao seu site
http://www.ribsystem.com/downloads/pagseguro.zip

Tags:

Filed under:PHP, PagSeguro, Todos

Verificando no jquery um checkbox is checked

Português: O código a baixo verifica se o checkbox foi marcado;
English: The code below checks if the checkbox was marked;
Português: Faça download do jquery no site e inclua na mesma pasta renomeie para jquery.js;
English: Download the jquery site and include in the same folder to rename jquery.js;
Site: jquery.com

<script src=”jquery.js”></script>
<script language=”javascript”>
$(document).ready(function () {

   $(”#car”).click(function () { [...]

Tags: ,

Filed under:Jquery, Todos