Hi,
I try to use prototip to use nice tooltips with prototype 1.6.0.1 and
script.aculo.us 1.8.1 but I get an error : "B has no properties"
and... I don''t know why! Include files are in this order :
- prototype.js
- scriptaculous.js
- prototip.js
and I just do that:
------------------------------------------------------------------------------------
<script type="text/javascript">
$$("a.infonomprenom").each(function($elm) {
	new Tip($elm, ''content'');
});
</script>
------------------------------------------------------------------------------------
Do you have any idea?
Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Spinoffs" group.
To post to this group, send email to
rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---