jquery - Issue with slideDown in IE -


मेरे पास कोड की यह पंक्ति है:

  & lt; SCRIPT type = text / javascript & gt; $ (document) .ready (function () {$ ( "# StraightFoods") अगले ( "div.menu_body") slideDown ( "धीमी");।।}); & lt; / script & gt;   

यहां अनुभाग के लिए HTML है:

 <कोड> & lt; div class = "menu_head" id = "StraightFoods" title = "सीधे फूड्स" & gt; & Lt; div title = "# d99043" id = "straightfoods_colour" & gt; & lt; / div & gt; & Lt; a rel = "# d99043" href = "http: //URL/Category/0/Straight_Foods.html" & gt; सीधे फूड्स & lt; / a & gt; & Lt; / div & gt; & Lt; div class = "menu_body" & gt; & Lt; div class = "leftbox_item" id = "सूरजमुखी सीड्स" & gt; & Lt; a rel = "# d99043" href = "http: //URL/Category/0/Straight_Foods~Sunflower_Seeds.html" & gt; & lt; span शैली = "रंग: # d99043" & gt; सूरजमुखी के बीज & lt; / span & gt; & lt ; / a & gt; & Lt; / div & gt; & Lt; div class = "leftbox_item" id = "पीनटकर्नेल" & gt; & Lt; a href = "http: //URL/Category/0/Straight_Foods~Peanut_Kernels.html" & gt; स्पैन शैली = "रंग: # d99043" & gt; पीनट कर्नेल & lt; / span & gt; & lt; / a & gt; & Lt; / div & gt; & Lt; div class = "leftbox_item" id = "सीधे सीड्स" & gt; & Lt; a href = "http: //URL/Category/0/Straight_Foods~Straight_Seeds.html" & gt; & lt; span शैली = "रंग: # d99043" & gt; सीधे बीज & lt; / span & gt; & lt; / a & gt; & Lt; / div & gt; & Lt; / div & gt;   

कि फ़ायरफ़ॉक्स में काम करता है, लेकिन किसी कारण के लिए IE में त्रुटियों से चलाता है और JQuery के बाकी अपने पन्ने पर काम करना बंद।

लाइन 4031 चार 5::

  jQuery.extend (jQuery जब IE में देखने, मैं पृष्ठ जो मुझे JQuery.js में इस खंड पर ले जाए, लोड हो रहा है त्रुटियों को देखने। Fx, {speed: धीमी: 600, तेज: 200, // डिफ़ॉल्ट स्पीड _ डीफ़ॉल्ट: 400}, चरण: {अस्पष्टता: फ़ंक्शन (एफएक्स) {jQuery.attr (fx.elem.style, "opacity", fx.now) );}, _default: फ़ंक्शन (एफएक्स) {if (fx.elem.style और amp; fx.elem.style [fx.prop]! = नल) fx.elem.style [fx.prop] = fx.now + Fx.unit; // त्रुटि रेखा !! और fx.elem [fx.prop] = fx.now;}}});   

अगर मैं अगर / बाकी अनुभाग की टिप्पणी, मेरा पेज ठीक काम करता है, लेकिन यह कारणों slideDown में रखते हुए मेरा पेज के बाकी को तोड़ने के लिए। किसी भी विचार?

निश्चित नहीं कैसे लेकिन समस्या दूर चली गई है .... कैसे अजीब पता करने के लिए रुचि रखते हैं, तो किसी और को हालांकि इस मुद्दे पड़ा है

। मसा में, यह शायद मैं उपयोग कर रहा था JQuery के संस्करण था। मुझे लगता है कि मेरी फाइल में कुछ पुरानी है।

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -