jquery - terminating because too few slides -
i receive error saying few slides. may know problem?
function log() { if (window.console && window.console.log) window.console.log('[cycle] ' + array.prototype.join.call(arguments,' ')); };
this html code , jquery. i'm running under google chrome , trying use onmouseover
effect don't know if did works or not. appreciated.
<script type="text/javascript"> $("#menu1").hover( function () { $("#td_1").show(); }, function () { $("#td_1").hide(); } ); $("#menu2").hover( function () { $("#td_2").show(); }, function () { $("#td_2").hide(); } ); $("#menu3").hover( function () { $("#td_3").show(); }, function () { $("#td_3").hide(); } ); $("#menu4").hover( function () { $("#td_4").show(); }, function () { $("#td_4").hide(); } ); $("#menu5").hover( function () { $("#td_5").show(); }, function () { $("#td_5").hide(); } ); $("#menu6").hover( function () { $("#td_6").show(); }, function () { $("#td_6").hide(); } ); $("#menu7").hover( function () { $("#td_7").show(); }, function () { $("#td_7").hide(); } ); $("#menu8").hover( function () { $("#td_8").show(); }, function () { $("#td_8").hide(); } ); </script> <tr> <td id="td_1" colspan="8" bgcolor="#cf0d0b" height="25"><div align="center" class="style101"> <a href="open-live-account.aspx" class="style101">open live account</a> | <a href="/file/nzf4setup.exe" class="style101">download</a> | <a href="/deposit.aspx" class="style101">deposit</a> | <a href="/withdraw.aspx" class="style101">withdrawal</a> </div> </td> </tr> <tr> <td id="td_2" colspan="8" bgcolor="#cf0d0b" height="25"> <div align="center" class="style101"> <a href="open-live-account.aspx" class="style101">open live account</a> | <a href="deposit.html" class="style101">deposit</a><a href="nzf-seminar.html" class="style101"></a> | <a href="withdraw.html" class="style101">withdraw</a><a href="nzf-seminar.html" class="style101"></a> | <a href="trading-platform.html" class="style101">trading platform</a><a href="nzf-seminar.html" class="style101"></a> | <a href="market-hours.html" class="style101">market hours</a><a href="nzf-seminar.html" class="style101"></a><a href="nzf-seminar.html" class="style101"></a> | <a href="trading-services.html" class="style101">trading services</a><a href="nzf-seminar.html" class="style101"></a></div> </td> </tr> <tr> <td id="td_3" colspan="8" bgcolor="#cf0d0b" height="25"><div align="center" class="style101"><a href="education-center.html" class="style101">education center</a> | <a href="risk-assessment.html" class="style101">risk assessment</a><a href="nzf-seminar.html" class="style101"></a> | <a href="risk-warning.html" class="style101">risk warning</a><a href="nzf-seminar.html" class="style101"></a> | <a href="money-management-responsible-trading.html" class="style101">money management & responsiblity trading</a><a href="nzf-seminar.html" class="style101"></a></div></td> </tr> <tr> <td id="td_4" colspan="8" bgcolor="#cf0d0b" height="25"><div align="center" class="style101"><a href="investment-news.html" class="style101">investment news</a> | <a href="economic-calendar.html" class="style101">economic calendar</a><a href="nzf-seminar.html" class="style101"></a></div></td> </tr> <tr> <td id="td_5" colspan="8" bgcolor="#cf0d0b" height="25"><div align="center" class="style101"><a href="affiliate-program.html" class="style101">affiliate program</a> | <a href="white-label.html" class="style101">white label</a><a href="nzf-seminar.html" class="style101"></a></div></td> </tr> <tr> <td id="td_6" colspan="8" bgcolor="#cf0d0b" height="25"><div align="center" class="style101"><a href="contact-us.aspx" class="style101">contact us</a><a href="nzf-seminar.html" class="style101"></a> | <a href="nzf-faq.html" class="style101">faq</a><a href="nzf-seminar.html" class="style101"></a> | <a href="site-map.html" class="style101">sitemap</a><a href="nzf-seminar.html" class="style101"></a></div></td> </tr> <tr> <td id="td_7" colspan="8" bgcolor="#cf0d0b" height="25"><div align="center" class="style101"><a href="about-us.html" class="style101">about us</a> | <a href="nzf-vision.html" class="style101">nzf vision</a><a href="nzf-seminar.html" class="style101"></a> | <a href="careers.html" class="style101">careers</a><a href="nzf-seminar.html" class="style101"></a></div></td> </tr> <tr> <td id="td_8" colspan="8" bgcolor="#cf0d0b" height="25"><div align="center" class="style101"><a href="contact-us.aspx" class="style101">contact us</a><a href="nzf-seminar.html" class="style101"></a> | <a href="nzf-faq.html" class="style101">faq</a><a href="nzf-seminar.html" class="style101"></a> | <a href="site-map.html" class="style101">sitemap</a><a href="nzf-seminar.html" class="style101"></a></div></td> </tr> </tr> </table></td>
without remotely knowing code looks like, think it's guess using jquery cycle plugin , html has 1 slide making plugin useless. cycle terminates because have 1 slide.
the code included not helpful @ all. post html , js.
Comments
Post a Comment