-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Hi,
the given example:
Click me to test JavaScript l18n
...
<script type="text/javascript"> $(document).ready(function () { $('#testButton').click( function () { alert(Code52.Language.Dictionary.Demonstration_Alert); return false; } ); }); </script>did not work.
" $('#samplebutton').click( "
The equal use of "samplebutton" worked.
The part:
alert(Code52.Language.Dictionary.Demonstration_Alert);
still is in trouble - i used successfully:
alert('@Language.Demonstration_Alert');
Thanks for your work & Greetings
Metadata
Metadata
Assignees
Labels
No labels