Profile
Achievement
davebowker's Recent SnippetsTagged jquery
- All /
« Prev 1 Next »
If on do nothing. If on make off. If off make on. Alter external value and focus.
0
796
posted 14 years ago by davebowker
Easily target elements which have certain attributes using jQuery
1
617
posted 15 years ago by davebowker
Modified the code very slightly to add in cursor states for when the timeline is grabbed. Also added in (but commented out) the code to make the sliding twice as fast using a multiplier.
0
772
posted 15 years ago by davebowker
Version differs slightly from the demo, as the src for the thumbnail image is a child of the demo example, so has been slightly modified.
0
929
posted 15 years ago by davebowker
Standard list markup, adds button to expand a super dropdown next to the link.
1
1061
posted 15 years ago by davebowker
Can also be used to load scriptaculous, or any js file in WP
2
839
posted 16 years ago by davebowker
Use by inserting the following in the head.
<script>
$(document).ready(function() {
$("input").toggleVal();
});
</script>
0
1070
posted 16 years ago by davebowker