This content has been marked as final.
Show 3 replies
-
Re: cursor default to the search bar
Ryan Rutan Apr 19, 2013 10:35 AM (in response to mnevill)1 person found this helpfulIf you wanted to do something like this, you could use something like:
<script type="text/javascript">$j(function() { $j('#autosearch').focus(); });</script>
wrapping it with some conditional logic at the end of:
/template/decorator/default/footer-javascript.ftl
-
Re: cursor default to the search bar
mnevillApr 19, 2013 3:27 PM (in response to Ryan Rutan)
Thanks Ryan. You're awesome. We will take that and run with it. I will update this post with instructions if/when we get it working.
Thanks,Matt
-
Re: cursor default to the search bar
mnevillJun 18, 2013 1:15 PM (in response to mnevill)
We didn't seem to have much luck with this. Are there any other FTL files that need to be altered?
-
-