I want to change the bottom navigation tags. It says these texts are in the script. So I did an advanced search on all js/html/css files, and found this
But the only locations are in the demos.html and index.html, not part of the code but as explanations in the info grid.
I would think these would be in a javascript file, namely jquery.anythingslider.fx. When I narrow my advanced find into just the js directory, nothing is found.
Where do I find?
return ['Recipe', 'Quote', 'Image', 'Quote #2', 'Image #2', 'Test'][i - 1];
Hello
I want to change the bottom navigation tags. It says these texts are in the script. So I did an advanced search on all js/html/css files, and found this
return ['Recipe', 'Quote', 'Image', 'Quote #2', 'Image #2', 'Test'][i - 1];
But the only locations are in the demos.html and index.html, not part of the code but as explanations in the info grid.
I would think these would be in a javascript file, namely jquery.anythingslider.fx. When I narrow my advanced find into just the js directory, nothing is found.
Where do I find? return ['Recipe', 'Quote', 'Image', 'Quote #2', 'Image #2', 'Test'][i - 1];
One glimmer, wiki says it is in the header of the html file. Now why couldn't the Advanced Find, find it in the header of the html file?
Here is the documentation on how to use the
navigationFormatteroption.If that doesn't help, what specifically are you trying to do?