Posts by Lucas • 28 points
3 posts
-
0
votes1
answer42
viewsA: Cell spacing at right
Oops, I hope this can help you. <table style="width: 100%;"> <tbody> <tr> <td width="50"><img width="40" height="40" src="comeback.jpg"></td> <td…
-
1
votes0
answers34
viewsQ: Logic Jquery ' ? ' and ' : '
Hello, I’m a beginner in jquery, and I was looking at the documentation for Jquery Ui, Draggable and Droppable. I’m studying the demo of the site, but I don’t understand this part: var $list = $(…
-
0
votes2
answers549
viewsQ: Display Multiple input images with Jquery
I would like to know how to present the images that were selected in my Multiple input. I’ve tried to find something of the kind but only found how to get the name, size, type. Ob