Unnamed: 0
int64
302
6.03M
Id
int64
303
6.03M
Title
stringlengths
12
149
input
stringlengths
25
3.08k
output
stringclasses
181 values
Tag_Number
stringclasses
181 values
1,920,430
1,920,431
jQuery droppable not working
<p>I'm trying to implement what I thought was a simple droppable in jQuery. I need the draggable items to have a numeric id that changes. The items are draggable but when I drag them to the drop target the alert doesn't fire. My code is as follows:</p> <pre><code> &lt;script&gt; $(function() { $( ".drag...
php jquery
[2, 5]
2,583,973
2,583,974
Jquery Incompatibility
<p>I have 2 test pages, <a href="http://www.northstardata.com/testing/index3.html" rel="nofollow">http://www.northstardata.com/testing/index3.html</a> and <a href="http://www.northstardata.com/testing/index4.html" rel="nofollow">http://www.northstardata.com/testing/index4.html</a>. Index3 works fine, index4 does not. T...
javascript jquery
[3, 5]
2,549,132
2,549,133
javascript doing nothing
<p>i am trying to make a finish time in a line of text update depending on the length of time selected in the drop down box relative to the start time.</p> <p>so if the start time was 13:00 and the user selects 1 hour the finish time would update to 14:00</p> <p>I dont have a clue what i am doing right or wrong sinc...
php javascript
[2, 3]