Difference between revisions of "Template:Sidebar"
Adelo Vieira (talk | contribs) |
Adelo Vieira (talk | contribs) |
||
Line 695: | Line 695: | ||
{{#tag:html| | {{#tag:html| | ||
<script> | <script> | ||
− | + | ||
+ | $(document).ready( function() { | ||
$('#totalItems, #enteredItems').keyup(function(){ | $('#totalItems, #enteredItems').keyup(function(){ | ||
− | resaltarSection() | + | setTimeout( function() { resaltarSection() }, 5000 ); |
− | |||
}); | }); | ||
− | resaltarSection() | + | setTimeout( function() { resaltarSection() }, 5000 ); |
− | + | ||
}); | }); | ||
+ | |||
</script> | </script> | ||
}} | }} |
Revision as of 17:04, 18 March 2021