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