Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example Issue #15

Open
dalozzo opened this issue Dec 8, 2012 · 0 comments
Open

Example Issue #15

dalozzo opened this issue Dec 8, 2012 · 0 comments

Comments

@dalozzo
Copy link

dalozzo commented Dec 8, 2012

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant