[jQuery] jquery.js and jquery-1.2.6.pack.js conflict

2009-12-31 Thread Mr.Aaqib
Hi, Recently i created menu and image gallery. I used jquery.js for menus and for image gallery i used jquery-1.2.6.pack.js as provided by carousels galleries. Now both of them does not work at same time. If i include both file image gallery script generates error message and if i remove the

[jQuery] Re: jquery.js and jquery-1.2.6.pack.js conflict

2010-01-01 Thread Mr.Aaqib
. It's likely the unpacked version is newer, anyway. On Thu, Dec 31, 2009 at 7:21 AM, Mr.Aaqib mr.aa...@gmail.com wrote: Hi, Recently i created menu and image gallery. I used jquery.js for menus and for image gallery i used jquery-1.2.6.pack.js as provided by carousels galleries. Now both

[jQuery] Re: jquery.js and jquery-1.2.6.pack.js conflict

2010-01-03 Thread Mr.Aaqib
with Prototype, as prototype has its own $() implementation!!  - Ashwanth Kumar On Jan 1, 3:51 pm, Mr.Aaqib mr.aa...@gmail.com wrote: Thnx for your reply. I did tried to remove one library but if i remove jquery-1.2.6.pack.js then image gallery doesnot work and if i remove jquery.js menus stop

[jQuery] Re: jquery.js and jquery-1.2.6.pack.js conflict

2010-01-03 Thread Mr.Aaqib
how can i get the full version of files? I used the files provided by example that i downloaded from the internet. On Jan 1, 7:28 pm, MorningZ morni...@gmail.com wrote: also, while debugging/diagnosing:  use the *full* versions of the files, do not use packed or minified, as they complicated