conflict between jquery 1.4.2 and jQuery 1.2.3 -
i using 2 above described libraries, 1 type writer effect on <ul>
, other used script match floating <div>
s height.
when link jquery 1.2.3, typewriter stops , shows <ul>
contents? think can do?
reference:
- matching height: http://filamentgroup.com/lab/setting_equal_heights_with_jquery
- text effect: http://web-development.tuljo.com/news-ticker-bbc-style
you should using single version of jquery library, not multiple ones.
if need choose, go newer 1 (in case 1.4.2).
Comments
Post a Comment