Ok, but cant i have any simple solution?
On Mar 26, 8:25 pm, Oskar Krawczyk <[email protected]> wrote: > I'm sorry, I don't think you understand what I'm trying to explain here. > > MooTabs is *not going to work with 1.2.4 because it's using 1.1.2 API* > (http://en.wikipedia.org/wiki/Api). > > You have to convert it to 1.2.4 (and by saying "convert" I don't mean > "include 1.2.4 instead of 1.1.2 on the page"), or better yet, click > here:http://mootools.net/forge/browse?search=tab&category=interface&sort=&...- > all of the scripts are 1.2.4 compatible. > > ___ > > Oskar Krawczykhttp://nouincolor.com > > On Fri, Mar 26, 2010 at 12:47 PM, Deepali <[email protected]> wrote: > > Oskar i have tries with the 1.2.4 version but then both the plugin are > > not even working seperatly. > > > here is what i have been trying. > > >http://mootools.net/shell/CDH3E/11/ > > > Can you please check it and help me how can i get it work? > > > On Mar 26, 4:45 pm, Oskar Krawczyk <[email protected]> wrote: > > > Also, open your console before clicking on the link provided. > > > > ___ > > > > Oskar Krawczykhttp://nouincolor.com > > > > On Fri, Mar 26, 2010 at 11:44 AM, Oskar Krawczyk > > > <[email protected]>wrote: > > > > > You're not getting the point. > > > > > The mootab script uses 1.1.2 API, the "opacity on hover" snippet is > > using > > > > 1.2.4 API - you cannot use both on the same page. Port one or the other > > > > script to use a single MooTools version. Preferable 1.2.4+ as 1.1.2 is > > > > deprecated and not supported anymore. > > > > >http://mootools.net/shell/CDH3E/10/ > > > > > Don't even dare to ask "why isn't the opacity animating" :-) > > > > > ___ > > > > > Oskar Krawczyk > > > >http://nouincolor.com > > > > > On Fri, Mar 26, 2010 at 11:14 AM, Deepali <[email protected]> wrote: > > > > >> Thnaks for your reply oskar, > > > > >> I was using mootools.1.2.3.js but now added 1.2.4. Mootabs is working > > > >> fine but opacity on hover is still not working. :( > > > > >> what should i check now? > > > > >> On Mar 26, 3:41 pm, Oskar Krawczyk <[email protected]> wrote: > > > >> > Because: > > > > >> > 1. Your loading MooTools 1.1.2 > > > >> > 2. The "opacity on hover" uses 1.2.4 API > > > > >> > Fix all JS errors and you'll find it working. > > > > >> > ___ > > > > >> > Oskar Krawczykhttp://nouincolor.com > > > > >> > On Fri, Mar 26, 2010 at 10:28 AM, Deepali <[email protected]> > > wrote: > > > >> > > Hello, > > > > >> > > I am using two mootool plugin on the same page > > > >> > > 1)mootab > > > > >> > > here is the demo for it > > > > >> > >http://mootools.net/shell/CDH3E/8/ > > > > >> > > 2)opacity on hover- > > > >> > > code is here- > > > > >> > > <script type="text/javascript" > > src="js/mootools.1.2.3.js"></script> > > > >> > > <script type="text/javascript"> > > > > >> > > (function($) > > > >> > > { > > > >> > > window.addEvent('domready',function() > > > >> > > { > > > >> > > //element collection and settings > > > >> > > var opacity = 0.3, toOpacity = 0.9; > > > > >> > > //set opacity ASAP and events > > > >> > > $$('div.opacity').set('opacity',opacity).addEvents({ > > > >> > > mouseenter: function() { > > > >> > > this.tween('opacity',toOpacity); > > > >> > > }, > > > >> > > mouseleave: function() { > > > >> > > this.tween('opacity',opacity); > > > >> > > } > > > >> > > }); > > > >> > > }); > > > >> > > })(document.id); > > > >> > > </script> > > > > >> > > Here is demo for it > > > >> > >http://davidwalsh.name/dw-content/opacity-hover.php > > > > >> > > Can anyone please tell me why my both the plugin are not working > > on > > > >> > > the same page? > > > > >> > > Thanks in advance. > > > > >> > > To unsubscribe from this group, send email to mootools-users+ > > > >> > > unsubscribegooglegroups.com or reply to this email with the words > > > >> "REMOVE > > > >> > > ME" as the subject. > > > > >> To unsubscribe from this group, send email to mootools-users+ > > > >> unsubscribegooglegroups.com or reply to this email with the words > > "REMOVE > > > >> ME" as the subject. > > > To unsubscribe from this group, send email to mootools-users+ > > unsubscribegooglegroups.com or reply to this email with the words "REMOVE > > ME" as the subject. To unsubscribe from this group, send email to mootools-users+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
