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
807
posted 14 years ago by davebowker
Easily target elements which have certain attributes using jQuery
1
625
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
781
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
945
posted 15 years ago by davebowker
Standard list markup, adds button to expand a super dropdown next to the link.
1
1075
posted 15 years ago by davebowker
Can also be used to load scriptaculous, or any js file in WP
2
856
posted 16 years ago by davebowker
Use by inserting the following in the head.
<script>
$(document).ready(function() {
$("input").toggleVal();
});
</script>
0
1085
posted 16 years ago by davebowker