[URL="http://www.jeasyui.com/tutorial/dd/dnd2_demo.html"]http://www.jeasyui.com/tutorial/dd/dnd2_demo.html[/URL]
codigo del div y de la tabla html
Código:
necesito que el cliente seleccione lo que desea y alla un boton para imprimir su factura, los PDF los estoy creando con la libreria class.ezpdf.php<div class="cart"> <h1>Shopping Cart</h1> <table id="cartcontent" style="width:300px;height:auto;"> <thead> <tr> <th field="name" width=140>Name</th> <th field="quantity" width=60 align="right">Quantity</th> <th field="price" width=60 align="right">Price</th> </tr> </thead> </table> <p class="total">Total: $0</p> <h2>Drop here to add to cart</h2> </div>
espero me puedan ayudar