I am curious if it is possible to read property file with jQuery and obtain key=value pair. My property file name my.properties looks like this
# My local config
address=http://www.google.com
link=/mylink
I need somehow to get value http://www.google.com
I found some i18 plugin, but I am using lots of plugins already and I don't want to use another one.
Thanks for help
-Roman