Tagged: anchor
Hello. Anyone know of a way to do this? It could help speed up dev to not have to put in long/descriptive tags.
Before: http://www.test.com/#test
After: http://www.test.com
Thanks,
Ryan
Hey rlogan2334!
I am not sure how it can speed up development, but maybe those topics can actually help you.
You would need some JS to make it happen
http://stackoverflow.com/questions/4550425/how-to-hide-anchor-link-with-jquery
http://stackoverflow.com/questions/9165479/how-to-hide-an-anchor-tag-by-href-id-using-css
Let us know if we can do anything else related to our theme
Regards,
Basilis
Thanks for the info.
If you have a site with complex terms, not having to enter/display these terms, but rather use initials…saves time.
http://www.test.com/#AmmoniumHexachloroplatinate
vs.
Hi,
This works great if you have a handful of links on a large scale if there are 2 urls with same initials then it will cause a lot of issue in permalinks. I wouldn’t do this because the browser anyway remembers the urls I enter :) so I just type the starting letters in the URL and copy the rest from the browser and paste it where it is required.
Best regards,
Vinay
Cool, thanks for the info.