coderifous / jquery-localize

a jQuery plugin that makes it easy to internationalize your web site.
465 stars 142 forks source link

Can this work inside jquery function like append,prepend,html ? #42

Closed glnn15g21 closed 10 years ago

glnn15g21 commented 10 years ago

Example:

script $('#commentCount').html(span data-localize="comment">comment); script span id='commentCount'></span

Is this possible ?

Thanks, Glenn Lee

glnn15g21 commented 10 years ago

Never mind. I solved it. Thanks