disable-link Questions
9
Solved
Is it possible to disable future date from today?
Let say today is 23/10/2010, so 24/10/2010 onwards are disabled.
Sorry I am very new in jQuery and JavaScript.
Shapeless asked 23/10, 2010 at 6:16
11
<a href="gohere.aspx" class="my-link">Click me</a>
I did
$('.my-link').attr('disabled', true);
but it didn't work
Is there an easy way to disable the hyperlink using jquery? Remo...
Swordfish asked 23/2, 2011 at 0:6
4
Solved
Assume that I have some HTML elements like these :
<div id="content_div">
<span><a href="some_link">Click me</a></span>
<div> Hello everybody. Click <a hre...
Fosque asked 19/6, 2013 at 8:54
2
Solved
See fiddle: http://jsfiddle.net/mrcarllister/Z2GjN/
Basically, I've got the click-drag-scroll working EXCEPT when you click and drag on an anchor/link.
It only seems to be when the mouse cursor ...
Saprogenic asked 22/11, 2012 at 12:47
1
© 2022 - 2024 — McMap. All rights reserved.