![]() |
'Fisheye' won´t function properly, why? JQuery Newbie - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: 'Fisheye' won´t function properly, why? JQuery Newbie (/showthread.php?tid=12075) |
'Fisheye' won´t function properly, why? JQuery Newbie - El Forum - 10-04-2008 [eluser]Nummero2[/eluser] Hi, I wanted to add a Fisheye menue like here: Fisheye example I coded the following: Code: $(document).ready( function() Code: <div id='fisheye' class='fisheye'> It just doesnt work and I don´t know why. Any help, suggestions? Greetings Sebastian 'Fisheye' won´t function properly, why? JQuery Newbie - El Forum - 10-04-2008 [eluser]Nick Husher[/eluser] I assume you're including the correct library files. JSLint says you have a line breaking problem, the opening parenthesis for the $('#fisheye').Fisheye function should be on the same line. 'Fisheye' won´t function properly, why? JQuery Newbie - El Forum - 10-05-2008 [eluser]manilodisan[/eluser] I would strongly suggest you to use firebug when working with javascript. And the appropriate forum as well ![]() 'Fisheye' won´t function properly, why? JQuery Newbie - El Forum - 10-06-2008 [eluser]richman[/eluser] Fish eye uses interface which I believe works on an old version of jquery. I do not think it is supported anymore. |