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

2010-01-04 Thread MorningZ
> how can i get the full version of files?

http://code.google.com/apis/ajaxlibs/documentation/index.html#jquery


[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  wrote:
> also, while debugging/diagnosing:  use the *full* versions of the
> files, do not use packed or minified, as they complicated matters a lot


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

2010-01-03 Thread Mr.Aaqib
well i used the code provided by example that i download form net. I
did change some functionality but i didn't change the files that are
included in the pack. I used almost AS IT IS.

On Jan 1, 5:07 pm, Ashwanth Kumar  wrote:
> Well, did u use jQuery when used with Prototype, as prototype has its
> own $() implementation!!
>
>  - Ashwanth Kumar
>
> On Jan 1, 3:51 pm, "Mr.Aaqib"  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 working. Now i tried prototype image gallery and
> > same problem. when i include prorotype .js gallery menus stop working
> > and if include jquery.js file for menus image gallery does not work.
>
> > Any Idea??
>
> > On Dec 31 2009, 10:07 pm, brian  wrote:
>
> > > You should only load one of those files. The version included with
> > > jCarousel is there as a convenience. It's not necessary to use it if
> > > you already are loading jQuery. It's likely the unpacked version is
> > > newer, anyway.
>
> > > On Thu, Dec 31, 2009 at 7:21 AM, Mr.Aaqib  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 of them does not work at same time. If i
> > > > include both file image gallery script generates error message and if
> > > > i remove the menus jquery.php file menus does not work but image
> > > > gallery works as expected.
>
> > > > I dont know whether its version conflict or something else. Any help
> > > > will be highly appreciated.
>
> > > > Regards
> > > > Aaqib Iqbal


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

2010-01-01 Thread MorningZ
"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 working"

Well, maybe instead of pointing fingers to jQuery as the issue, how
about looking into fixing either of your code, the image gallery would
be the smarter choice since fixing that will allow you to move to the
newest version of the jQuery framework...

this is an excellent article diagnosing the three biggest issues going
from 1.2.6 to 1.3.x

http://www.learningjquery.com/2009/03/3-quick-steps-for-a-painless-upgrade-to-jquery-13

that's where I would start  :-)

On Jan 1, 5:51 am, "Mr.Aaqib"  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 working. Now i tried prototype image gallery and
> same problem. when i include prorotype .js gallery menus stop working
> and if include jquery.js file for menus image gallery does not work.
>
> Any Idea??
>
> On Dec 31 2009, 10:07 pm, brian  wrote:
>
> > You should only load one of those files. The version included with
> > jCarousel is there as a convenience. It's not necessary to use it if
> > you already are loading jQuery. It's likely the unpacked version is
> > newer, anyway.
>
> > On Thu, Dec 31, 2009 at 7:21 AM, Mr.Aaqib  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 of them does not work at same time. If i
> > > include both file image gallery script generates error message and if
> > > i remove the menus jquery.php file menus does not work but image
> > > gallery works as expected.
>
> > > I dont know whether its version conflict or something else. Any help
> > > will be highly appreciated.
>
> > > Regards
> > > Aaqib Iqbal


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

2010-01-01 Thread MorningZ
also, while debugging/diagnosing:  use the *full* versions of the
files, do not use packed or minified, as they complicated matters a lot


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

2010-01-01 Thread Ashwanth Kumar
Well, did u use jQuery when used with Prototype, as prototype has its
own $() implementation!!

 - Ashwanth Kumar

On Jan 1, 3:51 pm, "Mr.Aaqib"  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 working. Now i tried prototype image gallery and
> same problem. when i include prorotype .js gallery menus stop working
> and if include jquery.js file for menus image gallery does not work.
>
> Any Idea??
>
> On Dec 31 2009, 10:07 pm, brian  wrote:
>
>
>
> > You should only load one of those files. The version included with
> > jCarousel is there as a convenience. It's not necessary to use it if
> > you already are loading jQuery. It's likely the unpacked version is
> > newer, anyway.
>
> > On Thu, Dec 31, 2009 at 7:21 AM, Mr.Aaqib  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 of them does not work at same time. If i
> > > include both file image gallery script generates error message and if
> > > i remove the menus jquery.php file menus does not work but image
> > > gallery works as expected.
>
> > > I dont know whether its version conflict or something else. Any help
> > > will be highly appreciated.
>
> > > Regards
> > > Aaqib Iqbal


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

2010-01-01 Thread Mr.Aaqib
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 working. Now i tried prototype image gallery and
same problem. when i include prorotype .js gallery menus stop working
and if include jquery.js file for menus image gallery does not work.

Any Idea??

On Dec 31 2009, 10:07 pm, brian  wrote:
> You should only load one of those files. The version included with
> jCarousel is there as a convenience. It's not necessary to use it if
> you already are loading jQuery. It's likely the unpacked version is
> newer, anyway.
>
> On Thu, Dec 31, 2009 at 7:21 AM, Mr.Aaqib  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 of them does not work at same time. If i
> > include both file image gallery script generates error message and if
> > i remove the menus jquery.php file menus does not work but image
> > gallery works as expected.
>
> > I dont know whether its version conflict or something else. Any help
> > will be highly appreciated.
>
> > Regards
> > Aaqib Iqbal