[jQuery] Re: easing 1.3 plugin how to implement pls?

2009-10-20 Thread jessie
time on trailing commas > jessie wrote:Thanx Richard, Well its all now working apart from IE! > Everything seems to flow fine in Firefox but none of it works in IE after i > implemented this to my effects.js $(function(){ // Document is ready > $("a.group").fancybox({ &#x

[jQuery] Re: Am i missing something? tis not working in IE

2009-10-20 Thread jessie
location of > where it might be failing? > > one thing that stands out is the use of "enter" as a function name, > and IE and reserved words like that don't play nice, try "Enter" or > something that has no chance to conflict.  again, that's ju

[jQuery] Re: easing 1.3 plugin how to implement pls?

2009-10-20 Thread jessie
//fancybox.net/howto, my guess > would be one of these settings: > easingIn, easingOut, easingChange   Easing used for animations > > - Richard > > > > On Mon, Oct 19, 2009 at 8:10 AM, jessie wrote: > > > Ok after reading a bit i know realise that i have to animate and add &g

[jQuery] Am i missing something? tis not working in IE

2009-10-20 Thread jessie
Hi Everything is working as it should in Firefox, i've checked the firebug and its not spitting out any errors. Except in IE its not working... Can someone please have a look at my code and tell me if i'm missing somethin gplease. Thank-you in advance. Jess. Here is the scripts.. in orde

[jQuery] Re: easing 1.3 plugin how to implement pls?

2009-10-19 Thread jessie
Bump * anyone please? On Oct 19, 9:23 am, jessie wrote: > Hi > > I have fancybox lightbox installed and i wanted a different transition > effect.  So i've installed the easing 1.3 plugin > > I have read and re-read the instructions but i don't really understand >

[jQuery] Re: easing 1.3 plugin how to implement pls?

2009-10-19 Thread jessie
;overlayShow" : true });}); Thanx Jess On Oct 19, 9:23 am, jessie wrote: > Hi > > I have fancybox lightbox installed and i wanted a different transition > effect.  So i've installed theeasing1.3 plugin > > I have read and re-read the instructions but i don't reall

[jQuery] easing 1.3 plugin how to implement pls?

2009-10-18 Thread jessie
Hi I have fancybox lightbox installed and i wanted a different transition effect. So i've installed the easing 1.3 plugin I have read and re-read the instructions but i don't really understand where i need to make the change for it to take effect. Its all loading fine so there are no problems

[jQuery] Re: My code is not working getting an error missing )

2009-10-11 Thread jessie
bump* anyone? ;) On Oct 11, 4:43 pm, jessie wrote: > Ok so this is what i want to do and can't achieve. > > I have images that i'd like to rollover  here is the markup for both > of those instances, 1 is a button and the other is just a hyperlink > > >

[jQuery] Re: My code is not working getting an error missing )

2009-10-10 Thread jessie
"]').hover( function () { $(this).attr("src", $(this).attr("src").split('- off').join('-on')); }, function () { $(this).attr("src", $(this).attr("src").split('- on').join('-off'))

[jQuery] Re: My code is not working getting an error missing )

2009-10-10 Thread jessie
{ > >       $(".button").addClass("imgbutton"); >       $(".button").removeClass("imgbuttonhover"); > >       } >    ) > > }); > > After working with this in my editor, this is the bracketing that I used > to eliminate the error

[jQuery] Re: My code is not working getting an error missing )

2009-10-10 Thread jessie
jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On > > Behalf Of jessie > Sent: Saturday, October 10, 2009 9:57 PM > To: jQuery (English) > Subject: [jQuery] Re: My code is not working getting an error missing ) > > ok thanx guys, except that didn't resolve the p

[jQuery] Re: My code is not working getting an error missing )

2009-10-10 Thread jessie
ok thanx guys, except that didn't resolve the problem. I've posted about this before, and still can't get a way around it all. For starters this is what i currently have. jQuery(function($) { function getLeaf(url) { var splited=url.split('?');// remove all the parameter from url url=splited[0];

[jQuery] My code is not working getting an error missing )

2009-10-10 Thread jessie
Hi Everyone I have been given this code to add to my effects.js $(".button").hover(function() { $(".button").addClass("imgbuttonhover"); $(".button").removeClass("imgbutton"); }, function() { $(".button").addClass("imgbutton"); $(".button").removeClass("imgbuttonhover"); } But when i add it to m

[jQuery] Re: My code is not working for rollover

2009-10-09 Thread jessie
link it to your page > $(function() { > alert("it works");}); > > if the alert does not work somethings wrong. > > On Fri, Oct 9, 2009 at 12:09 PM, jessie wrote: > > > Thanks Guys, but yes i do want to keep my alt and title tags. > > > I've trie

[jQuery] Re: My code is not working for rollover

2009-10-09 Thread jessie
es[1] > > }); > }); > > also sometimes when i use attr() it doesnt work > so i use > attr({ > > }); > > instead :) > > did this achieve what you requested ? > > On Fri, Oct 9, 2009 at 11:03 AM, jessie wrote: > > > I would if there were ways to keep m

[jQuery] Re: My code is not working for rollover

2009-10-09 Thread jessie
is is what i have in my markup to call the doc's. http://ajax.googleapis.com/ajax/</a> libs/jquery/1.3.2/jquery.min.js"> I'm s lost and need to get these rollovers to work on all my links. but also have png transparencies for ie6. Any help would be so appreciated :

[jQuery] Re: My code is not working for rollover

2009-10-09 Thread jessie
rollovers instead > > > > jessie wrote: > > > Hi > > > I had it all working and now its not :( > > > My problem now lies with the hovering over my 2 classes > > ie. .LPButton,.CatMoreBtn>  its just not hovering! and i'd like to > > make this

[jQuery] pngfix conflicts with input type="image"

2009-10-08 Thread jessie
Hi I've applied a png fix to my jsquery. The problem i have now that its conflicting with my code for rollover. Can someone please guide me and tell me how i can make it work for both instances ie. my input buttons and rollover classes using png, gif and jpg. So this is my markup. and this i

[jQuery] My code is not working for rollover

2009-10-08 Thread jessie
Hi I had it all working and now its not :( My problem now lies with the hovering over my 2 classes ie. .LPButton,.CatMoreBtn > its just not hovering! and i'd like to make this work for me so i can have not only png's rollover but, gifs and jpgs but i have no clue where to put the additional code

[jQuery] Re: png fix with jquery ui?

2009-10-08 Thread jessie
Thank-you :) I'm doing it now :) Jess On Oct 8, 5:42 pm, HS8KIC wrote: > jessie wrote:Is there such a thing as a jquery ui plugin for png? JessI found > one but has never test it  you can > try.http://jquery.andreaseberhard.de/pngFix/ > Aom.

[jQuery] png fix with jquery ui?

2009-10-07 Thread jessie
Is there such a thing as a jquery ui plugin for png? Jess

[jQuery] Easy but nice lightbox i can add?

2009-10-07 Thread jessie
Hi Does anyone know of an easy lightbox i can add to my ecommerce site? i'd liek to get rid of the prototype one and replace it with jquery. Thanks Jess

[jQuery] Re: applying jquery to my input submit buttons

2009-10-07 Thread jessie
;- off').join('-on')); }, function () { $(this).attr("src", $(this).attr("src").split('- on').join('-off')); } ); On Oct 8, 1:35 pm, jessie wrote: > Hi > > Hoping someone can help me. > > I have a class for my su

[jQuery] applying jquery to my input submit buttons

2009-10-07 Thread jessie
Hi Hoping someone can help me. I have a class for my submit buttons. .submit { font-size:11px; font-weight:bold; color:#fff; border:1px solid #878787; background-color:#878787; cursor:pointer; } .submitHover { font-size:11px; font-

[jQuery] Re: image rollover

2009-10-05 Thread jessie
}); } }); $(function(){ // Document is ready $(".LPButton,.CatMoreBtn").enter();// call the function }); Andrea :) On Oct 5, 10:36 pm, Leonardo K wrote: > You can just do: > > $("#nav td, .otherclass").enter(); > > On Mon, Oct 5, 2009 at 07:50, jessie wrote:

[jQuery] Re: image rollover

2009-10-05 Thread jessie
Hi You posted a reply but there was nothing there! LOL i can't see what you wrote. Thanks Jess :) On Oct 5, 3:57 pm, Piyush Moradiya wrote: > On Sun, Oct 4, 2009 at 6:34 PM, jessie wrote: > > > Hi > > > I have implemented this jQuery for image rollover on href >

[jQuery] Re: image rollover

2009-10-04 Thread jessie
can anyone help me please? On Oct 4, 11:04 pm, jessie wrote: > Hi > > I have implemented this jQuery for image rollover on href > > The only problem is, is there a way to call more than one class for > this particular function? > $(function(){  // Document is ready

[jQuery] image rollover

2009-10-04 Thread jessie
Hi I have implemented this jQuery for image rollover on href The only problem is, is there a way to call more than one class for this particular function? $(function(){ // Document is ready $("#nav td").enter();// call the function }); So i have more than one class i'd like to this function b

[jQuery] Re: Difference between Accordion Widget UI and Accordion Plugin?

2009-10-01 Thread jessie
If i use an Accordian Plugin can someone please help me implement it into my cubecart template file? Thanks Jess On Oct 1, 10:23 pm, jessie wrote: > Ok so i should post the whole thing there then? would they be able to > help me incorporate the accordian menu with my cubecart te

[jQuery] Re: Difference between Accordion Widget UI and Accordion Plugin?

2009-10-01 Thread jessie
elp with jQuery UI > plugins:http://groups.google.com/group/jquery-ui > > <http://groups.google.com/group/jquery-ui>Sorry to have you post twice, but > that way it'll reach the right people and the answer (once given) will be in > the right archive. Thanks. > > - Richard

[jQuery] Re: Simple accordion sooo many which one?

2009-10-01 Thread jessie
t override the header and content > section to not have a background and border: > > http://jsbin.com/ijeci > > - Richard > > On Thu, Oct 1, 2009 at 6:02 AM, jessie wrote: > > > Hi > > > I would love to implement the *accordion menu* > > > The menu is dyn

[jQuery] Re: Difference between Accordion Widget UI and Accordion Plugin?

2009-10-01 Thread jessie
. Worth" wrote: > When you say 'Accordion Widget UI' do you mean jQuery UI Accordion? Also, a > link to the online tutorial might help us identify at least one that you're > trying to compare. > - Richard > > On Thu, Oct 1, 2009 at 7:34 AM, jessie wrote: > > &g

[jQuery] Difference between Accordion Widget UI and Accordion Plugin?

2009-10-01 Thread jessie
Can someone please explain to me the difference between the two? I just finished an online tutorial on Accordian Widget UI and it looked quite simple. Thanks Jess

[jQuery] Simple accordion sooo many which one?

2009-10-01 Thread jessie
Hi I would love to implement the *accordion menu* The menu is dynamic and its already there > i'm using css to style. So, i saw quite a few accordions but none that don't have panels... in other words i'd like the same function without the coloured panels. Which is the best *plugin to use for

[jQuery] Re: fadein is not a function?

2009-09-30 Thread jessie
g a bit harsh :). > Thanks & Regards, > Dhruva Sagar. > > Ogden Nash <http://www.brainyquote.com/quotes/authors/o/ogden_nash.html>  - > "The trouble with a kitten is that when it grows up, it's always a cat." > > On Thu, Oct 1, 2009 at 10:09 AM, jessi

[jQuery] Callback Function > had a look but don't get it

2009-09-30 Thread jessie
x27;).click(function() { $('.box').fadeOut("slow"); }); }); Jessie

[jQuery] Re: fadein is not a function?

2009-09-30 Thread jessie
tor").fadeIn("slow"); > > Thanks & Regards, > Dhruva Sagar. > > Joan Crawford<http://www.brainyquote.com/quotes/authors/j/joan_crawford.html> > - "I, Joan Crawford, I believe in the dollar. Everything I earn, I > spend." > > On Thu, Oct

[jQuery] fadein is not a function?

2009-09-30 Thread jessie
Hi I'm doing some online tutorials and simple tasks I'm getting an error on the function .fadein can someone please tell me what is wrong with this code. $(function() { // document is ready for load $('a').click(function() { $('.box').fadein(5000)

[jQuery] Re: Really struggling pls help

2009-09-30 Thread jessie
o achieve. > > To select the tag, in place of: > $('input[type="image"]') > > you can use: > $(".LPButton") > > assuming that all relevant tags to want to work on will have the > class="LPButton". > > That's as far as I k

[jQuery] Really struggling pls help

2009-09-30 Thread jessie
1; text-decoration:none; } God, if my css looks bad its because i've been at it for days and changing constantly to see what works. Please if anyone here can help me understand and/or show me where i'm going wrong and what i should be doing i'd truly appreciate it. Regards, Jessie

[jQuery] help with image titles & jQuery Slideshow

2009-08-11 Thread Jessie
the viewer is looking at it- a "download this" button that will allow them to download a larger pdf file of the image. Since jQuery makes it so there arent seperate html pages for each image, I dont know how to achieve this. Can someone help me?? Im lost. Thank you! -Jessie