¡@

Home 

2014/10/16 ¤W¤È 12:09:15

jquery Programming Glossary: summary.push

Show user inputs on a summary page

http://stackoverflow.com/questions/14858495/show-user-inputs-on-a-summary-page

behaviour after validate returns. function makeSummary var summary steps.not last .each function i step step step summary.push ' p b ' step.data 'name' ' b p ' var ch step.find 'input type checkbox checked' if ch.length summary.push ' p No items.. step step summary.push ' p b ' step.data 'name' ' b p ' var ch step.find 'input type checkbox checked' if ch.length summary.push ' p No items selected p br ' else ch.each function i ch summary.push ' p ' ch .val ' p br ' return summary.join ''.. 'input type checkbox checked' if ch.length summary.push ' p No items selected p br ' else ch.each function i ch summary.push ' p ' ch .val ' p br ' return summary.join '' php jquery share improve this question First make the quantity and..