Ver Mensaje Individual
  #1 (permalink)  
Antiguo 26/09/2011, 16:16
joelemeeseene
 
Fecha de Ingreso: septiembre-2011
Mensajes: 2
Antigüedad: 13 años, 1 mes
Puntos: 0
Pregunta Problemas con Jquery Barcode

estoy copiando el ejemplo de la pagina de jquery a dreamweaver para ver si funciona

esta es la pagina:

http://barcode-coder.com/en/barcode-jquery-plugin-201.htm

Descargue de alli los archivos .js que los guardo en la misma carpeta en al cual se encuentra el archivo .html que creo con el DreamWeaver

Código:
Download barcode JQuery plugin 2.0.2 
Download barcode JQuery plugin 2.0.2 - minified version
Escribo en dreamweaver el siguiente codigo

Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>asd</title>
</head>

<body>
<script type="text/javascript" src="jquery-barcode-2.0.2.js"></script>    
<script type="text/javascript" src="jquery-barcode-2.0.2.js"></script>  
<div id="bcTarget"></div> 
<input type="button" onclick='$("#bcTarget").barcode("1234567890128", "ean13",{barWidth:2, barHeight:30});' value="Test">  
  
</body>
</html> 
lo ejecuto y no funciona ni tira error por favor si alguien me podria ayudar me seria de mucha ayuda.