Giter Site home page Giter Site logo

acc-wizard's People

Contributors

clocklear avatar hackable avatar imduffy15 avatar michail1982 avatar ms-ati avatar sathomas avatar tienvx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

acc-wizard's Issues

How about validation?

Is it possible to check validation on each step. Or jquery.validation durin submit is working?

Validation when form changed to sections for a large signup form

After changing the form in each "accordion-inner" to a div with ID "accordion-data" and changing form inside acc-wizard.js to .accordion-data the accordian works great

.. however Validation is a problem child for me ..
After hook('onNext', panel); i have added if($('form').valid()); which validates the form .. however it allows the button "next step" to open the next panel with errors in the parent panel

  • Can you suggest a solution for validation in each panel

Prev and Next Buttons failing in IE8+ (Only using 1 <form>)

I have been doing some extensive browser testing with this and for the most part it is holding up rather well. (Only Failed in IE8+)

However, when in IE8+ (yes IE6 & IE7 work), the previous and next buttons fail after the first accordion body. So you can click the next button and advance to the second accordion body, but when you click the next or prev buttons in the second body the form submits instead of going to the next accordion boyd.

My actual .accordion division is wrapped in a form tag to let everyone know.

Let me know if anyone has any information on this.

outer form breaks plugin's next/back button

I can create a wizard using this plugin successfully, however, if I wrap the outermost div with a form, this breaks the plugin's ability to dynamically create the next/back button in each accordion group.

I've created a JsFiddle that shows the problem being in the selector used to find all form elements in all child accordion group bodies:

var forms = $(".accordion-body .accordion-inner form", $el);

I suppose when you throw in a form around the whole thing, the selector skips the top/first form, since nested forms are generally not optimal.

http://jsfiddle.net/Dm2SU/1/

My goal is to use the accordion to break up my large form into smaller chunks/steps like a wizard. At the end of the page, I have a submit button for the entire form. If there's a better way to do this with this plugin, please let me know.

How do you make multiple FORMs POST as 1 FORM to the server?

I am a bit confused on how to make this actually work to submit my FORM...right now If I have 10 panels, that is 10 froms and only my very last FORM's fields will be POSTED to the server...please show how to make multiple FORMS POST? I have never seen many FORMS being used to build 1 FORM...I think it is a flaw but if there is a solution, please share?

Can't get it to work

This is really weird.

I copy the entire demo accordion HTML, include the CSS and the javascript but it won't work for me.

In the step by step instructions it says:

 $(window).load(function() {
    $(".acc-wizard").accwizard();
  })

But there is no .acc-wizard class in the HTML? When I change it to .accordion however I can get the Back/Next buttons to show up. However it still won't work.

Also, how to translate the button text?

What am I missing?

beforeNext with return false does not work

I have a beforeNext with a return false and it does not stop the execute it just goes to the next step, but the beforeNext is being fired because i can see my alert() i put in there for debugging. Any ideas?

function beforeNext() {
if($('#name').val() == "") {
return false;
}

$(".acc-wizard").accwizard({beforeNext: function (parent, panel) {
hash = "#" + panel.id;
if(hash == "#information") {
alert(beforeNext());
}
},
onNext: onNext});

UX-thingy

Especially on small devices; when pressing the [back]-btn, the next panel collapses on top of my screen -nice!- . Unfotunately, this doesn't happen when pressing the [next]-btn. Is there a way to fix this?

jquery version conflicts

Hi,

I just tried to test your accordian wozard with my project. I am using jquery 3.1 however im not sure which version is ok with your accordian. jQuery 1.11 works but i need 3.1 is there going to be an upgraded version of accordian wizard?

Thanks in advance

Gavarni

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.