duanjingyu007 / jquery-i18n-properties

Automatically exported from code.google.com/p/jquery-i18n-properties
0 stars 0 forks source link

not Compatible with JQuery1.9 #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. upgrade to  JQuery version 1.9
2. integrate with current version jquery-i18n
3. Invoke the i18n library using
    jQuery.i18n.properties({
        name : [ 'js_messages' , 'error_messages' , 'messages' ],
        path : '../resources/bundles/',
        mode : 'both',
        callback : function() {

        }

What is the expected output? What do you see instead?
The site should work as expected. But we see that there is an error in the 
error console of firefox

typeof import == "undefined"

jquery-1.9.js (line 3811, col 7)

What version of the product are you using? On what operating system?
we are using the latest code uploaded on this site on windows XP.

Please provide any additional information below.
This works fine when I use jQuery 1.4 version. If I dont include JQuery i18n 
library the site works fine for me.

Original issue reported on code.google.com by marwin.m...@gmail.com on 12 Feb 2013 at 8:39