¡@

Home 

2014/10/16 ¤W¤È 12:06:29

jquery Programming Glossary: preparelayer

Continue Execution Only After .each() Completes

http://stackoverflow.com/questions/9043968/continue-execution-only-after-each-completes

'.element' .each completes '.element' .each function 'prepareLayer ' is a complex function that takes a while to complete and as.. needs to be invoked for each matched element. Basically 'prepareLayer ' adds a lot of new HTML elements to the page. prepareLayer.. ' adds a lot of new HTML elements to the page. prepareLayer Ideally this should immediately run _after_ the above function..

Continue Execution Only After .each() Completes

http://stackoverflow.com/questions/9043968/continue-execution-only-after-each-completes

how to make sure that postPreparation runs immediately after '.element' .each completes '.element' .each function 'prepareLayer ' is a complex function that takes a while to complete and as in this construct needs to be invoked for each matched element... that takes a while to complete and as in this construct needs to be invoked for each matched element. Basically 'prepareLayer ' adds a lot of new HTML elements to the page. prepareLayer Ideally this should immediately run _after_ the above function.. needs to be invoked for each matched element. Basically 'prepareLayer ' adds a lot of new HTML elements to the page. prepareLayer Ideally this should immediately run _after_ the above function completes i.e. after each '.element' finishes running prepareLayer..