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