Git Product home page Git Product logo

Comments (7)

PaulGuo avatar PaulGuo commented on July 26, 2024

I tried your codes using juicer-0.6.5, but it's ok.
Maybe you can check the version of your juicer.

Please try again using juicer-0.6.5 and give me a feedback, thx.

from juicer.

Shelley avatar Shelley commented on July 26, 2024

Many thanks for your email.
I checked my version, it's 0.6.5

my custom function is as below:
function default_value(self_value, default_val){
if(!self_value || self_value == "undefined") {
return default_val;
}
return self_value;
}
juicer.register('default', default_value);

in firefox and chrome both well,but in ie is always occur exception.

2013/6/13 GuoKai [email protected]

I tried your codes using juicer-0.6.5, but it's ok.
Maybe you can check the version of your juicer.

Please try again using juicer-0.6.5 and give me a feedback, thx.


Reply to this email directly or view it on GitHubhttps://github.com//issues/37#issuecomment-19381321
.

from juicer.

PaulGuo avatar PaulGuo commented on July 26, 2024

Thanks for your feedback, i'll check this bug later and then fix it. :)

from juicer.

PaulGuo avatar PaulGuo commented on July 26, 2024

Please try another name like default_fn, the default in IE may have been reserved.

from juicer.

sumory avatar sumory commented on July 26, 2024

delete maybe also one keyword reserved on IE7/8, WTF!

from juicer.

PaulGuo avatar PaulGuo commented on July 26, 2024

@sumory delete keyword has been reserved also in some version of safari(ios).

from juicer.

Shelley avatar Shelley commented on July 26, 2024

2013/6/14 GuoKai [email protected]

@sumory https://github.com/sumory delete keyword has been reserved also
in some version of safari(ios).


Reply to this email directly or view it on GitHubhttps://github.com//issues/37#issuecomment-19449458
.

from juicer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.