Tagged Questions
3
votes
2answers
886 views
jQuery: snapped scrolling - possible?
i'm having a scrollable table with fixed header.
would it be possible to have "snapped scrolling" on the scrollbar - which means that the table rows won't scroll pixel by pixel but snap responding to ...
2
votes
1answer
166 views
JQuery UI - draggable() - Snap on rotated pictures
this is my first question on Stack Overflow but have already found numerous answers to my problems in the past. Thank you all for the great work, I hope I'll be able to help back eventually ;-)
I am ...
1
vote
2answers
198 views
jquery drag and drop
I want to know how to clone and append an element to the droppable area with the following code:
$(function() {
$(".draggable").draggable();
$(".item").droppable({
drop: ...
0
votes
1answer
102 views
JQuery resizable snap to other resizable objects' borders?
I wonder why they didn't develope JQuery resizable with option to snap the resizing object to others (instead of snapping to grid) like draggable ? Does anyone know such a plugin to achieve this ?
...
0
votes
0answers
295 views
JQuery drag and drop problem with snap and drop on top
i am making a draggable shop list and they shouldnt be put on each other. But as i searvh around internet, i couldn't find any solution to prevent putting two elements on each other. Maybe someone has ...
0
votes
3answers
66 views
How to take snap shot of a <form> in jQuery?
There are multiple <input /> and <textarea> in the <form>,but none have their id or name.
Is it possible to take a snap shot of every thing inside the <form> and render it ...