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({
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
//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
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
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
>
;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
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
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
>
>
>
"]').hover(
function () { $(this).attr("src", $(this).attr("src").split('-
off').join('-on')); },
function () { $(this).attr("src", $(this).attr("src").split('-
on').join('-off'))
{
>
> $(".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-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
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];
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
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
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
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 :
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
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
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
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.
Is there such a thing as a jquery ui plugin for png?
Jess
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
;-
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
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-
});
}
});
$(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:
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
>
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
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
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
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
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
. 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
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
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
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
x27;).click(function() {
$('.box').fadeOut("slow");
});
});
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
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)
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
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
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
41 matches
Mail list logo