need a tiny bit of jquery UI for flashing...
This commit is contained in:
parent
b562de3e94
commit
51ab897655
6
lib/jquery.ui-1.10.3.custom.min.js
vendored
Normal file
6
lib/jquery.ui-1.10.3.custom.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -31,6 +31,7 @@ $(document).ready(function() {
|
|||||||
$(elm).attr("href", target_id);
|
$(elm).attr("href", target_id);
|
||||||
// highlight it when clicked
|
// highlight it when clicked
|
||||||
$(elm).click(function(e) {
|
$(elm).click(function(e) {
|
||||||
|
// This needs jQuery UI
|
||||||
$(target_id).effect('highlight', {}, 5000);
|
$(target_id).effect('highlight', {}, 5000);
|
||||||
});
|
});
|
||||||
// vanilla target name should already be in the URL tag, but this
|
// vanilla target name should already be in the URL tag, but this
|
||||||
|
Loading…
x
Reference in New Issue
Block a user