Jquery Globalization -


i using mvc4.0 , jquery globalization plugin microsift "http://www.scottgu.com/blogposts/jqueryglobalizationdemos.zip" got "http://weblogs.asp.net/scottgu/archive/2010/06/10/jquery-globalization-plugin-from-microsoft.aspx". plugin using amount formating e.g

var result= $.format(1000, "c", "en-gb"); 

this plugin working fine when giving reference "glob.js" , "glob.all.js" files directly on page(view), when giving reference same files on master page crashing in jquery.validate.js file.

    $.each(params, function( i, n ) {     source = source.replace( new regexp("\\{" + + "\\}", "g"), function() {         return n;     }); }); 

i getting error replace function undefined. please me.

and, link latest version of microsoft jquery globalization plugin?

thanks in advance

the jquery globalization plugin microsoft has been accepted offical jquery plugin couple of years ago (http://blog.jquery.com/2010/10/04/new-official-jquery-plugins-provide-templating-data-linking-and-globalization/)

you can find latest version here along examples: https://github.com/jquery/globalize.

a more complete example of code needed see why error get. try show on http://jsfiddle.net/ maybee?


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -