Tagged Questions
0
votes
1answer
69 views
Stop div from being dragged above top 300px
Stop div from being dragged obove 300px top without useing contain.
so far i made it flicker and get back.. or just get back to 300px after drop
how can i limit it in a proper way?
i need it to DO ...
0
votes
1answer
105 views
“div” Restriction with “table” in jQuery
I have a question about "div restriction for Table in jQuery".
i have a table :
<div id="slctble">
<table border="1" cellspacing="2" id="sample">
<tr class="toprow">
...
0
votes
2answers
121 views
Stop visitor from clicking on a link again until 24 hours expires
I'm having a problem. I have a page with about 1,200 buttons, the website will not be a membership website, I just want to be able to keep track of each visitor to ensure that a button that they ...
0
votes
1answer
349 views
jquery file does not work outside of domain (crossdomain.xml)
I have read through numerous questions posted here about jquery and cross-domain implementation. What I am about to ask I believe is illegal but...
Background:
I "downloaded" (ripped really) a ...
0
votes
1answer
262 views
restrict special numbers for input
I want to restrict special numbers for input, so far I have restricted just symbols and text:
<input type="text" id="txtPageNumber" class="txtPageNumber" onkeyup="this.value = ...