zurb foundation - Joyride is working, but not calling postRideCallback -


  & lt; ol डेटा- joyride = "aria-hidden =" "true" style = "display: none; " id = "दौरे" & gt; & Lt; li डेटा-आईडी = "मेलबॉक्स-मेनू" डेटा-बटन = "अगला" डेटा-विकल्प = "टिप स्थान: नीचे" & gt; & lt; h4 & gt; पहला & lt; / h4 & gt; & lt; div & gt; & lt; p & gt; xxx & lt; / p & gt; & lt; p & gt; yyy & lt; / p & gt; & lt; p & gt; zzz & lt; / p & gt; & lt; / div & gt; & lt; / li & gt; & Lt; li डेटा-आईडी = "नया-डोमेन" डेटा-बटन = "अगला" डेटा-विकल्प = "टिप स्थान: नीचे" & gt; दूसरा  gt; & lt; div & gt; & lt; p & gt; एएए & lt; / p & gt; & lt; / div & gt; & lt; / li & gt; & Lt; / ol & gt;   

मैंने ऊपर HTML का उपयोग कर एक joyride को सेट किया है। मैं इसे इस पर कॉल कर सकता हूं:

  $ (दस्तावेज़)। फाउंडेशन ('जॉयर्राइड', 'प्रारंभ', {'पोस्टरइड कॉलबैक': फ़ंक्शन () {window.alert ('हैलो वर्ल्ड'); }}   

और यह सफलतापूर्वक चलाता है। हालांकि, पोस्टरइड कॉलबैक कभी निकाल नहीं दिया जाता है क्या मैं गलत कर रहा हूं?

वाक्यविन्यास इसके लिए अद्यतन किया गया है, जाहिरा तौर पर फाउंडेशन 5 में।

यह काम करता है:

  $ (दस्तावेज़)। फाउंडेशन ({joyride: {post_ride_callback: function () {window.alert ('हैलो विश्व')}}}})। नींव ('जॉयर्राइड', 'स्टार्ट')    

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -