Giter VIP home page Giter VIP logo

Comments (2)

saribe avatar saribe commented on July 26, 2024

No!

That can be a new feature in new next version!

I will try do get it done asap.

Samuel Ribeiro Pinto

2015-08-10 13:38 GMT+01:00 indrahulu [email protected]:

in eModal.ajax, is there a way to make all buttons in footer disabled
while loading remote content and then enabled after remote content is
successfully loaded. i'm using eModal to load a form and place the submit
button in the footer. since the loading of form could possibly take time, i
think it could be helpful if there is a way that the submit button in the
footer will only be enabled after the form is successfully loaded. i am no
javascript expert to figured this out and really like the simple use of
eModal. :)


Reply to this email directly or view it on GitHub
#14.

from emodal.

saribe avatar saribe commented on July 26, 2024

This bug is fix thanks to pharaoh2012.

you can download the version 1.2.1-rc1

ATTENTION!!!

The change 1.2.x has breaking changes. The callback argument for prompt, confirm, ajax and iframe, now are provided in then function.

e.g.:
V 1.1.X
eModal.confirm(question, title, function(trueOrFalse) { trueOrFalse ? doTrue() : doFalse(); });

V 1.2.X
eModal
.confirm(question, title)
.then(doTrue, doFalse);

from emodal.

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.