On Oct 7, 10:25 am, craigeves wrote:
> Hi
>
> Can anyone help? I'm trying to toggle a class on the span .arrow when
> you click .msg_head. I have several classes of .arrow on the page and
> only want to toggle the class of t
Hi
Can anyone help? I'm trying to toggle a class on the span .arrow when
you click .msg_head. I have several classes of .arrow on the page and
only want to toggle the class of the span within the element i'm
clicking. This is my code - but it doesn't work... any advice?
Thanks
Craig
$(".msg_h
understanding whats happening here let me know
> and I'll try to explain it, I'm not the best at explaining things
> though.
>
> Nalum
>
> On Oct 2, 4:06 pm, craigeves wrote:
>
> > Hi Nalum
>
> > I have tried and amended the code as you suggested - but still
ggest this
> jquery pluginhttp://plugins.jquery.com/project/cookie.
>
> I've explained how it works in this code herehttp://pastebin.com/m2c0e0bde.
>
> Hope this helps you out.
>
> Nalum
>
> On Oct 2, 3:15 pm, craigeves wrote:
>
> > Here it is - thanks
in the original post all the code you have?
>
> On Oct 2, 3:03 pm, craigeves wrote:
>
> > Thanks for this - but I don't understand where it would fit into my
> > script? I'm only just starting in jQuery...
>
> > Also, will this save the position of the portl
script do something like thishttp://pastebin.com/m90a2af6
>
> Hope this helps,
> Nalum
>
> On Oct 2, 2:35 pm, craigeves wrote:
>
> > anyone?
>
> > On Oct 2, 12:08 am, craigeves wrote:
>
> > > Please can someone help?
>
> > > I am using the jQu
anyone?
On Oct 2, 12:08 am, craigeves wrote:
> Please can someone help?
>
> I am using the jQuery UI (sortable) Portlets code - but I want to use
> the jQuery cookies plugin to remember the order of the portlets. I
> don't know where to start - and searching the net for an
quot;); },
function() {$(this).removeClass('ui-icon-
hover'); }
);
});
Header 1
fdssdsd
Header 2
fsdsdfsfsd
Header 3
fdsfsdfsdfsd
Header
Please can someone help?
I am using the jQuery UI (sortable) Portlets code - but I want to use
the jQuery cookies plugin to remember the order of the portlets. I
don't know where to start - and searching the net for an answer only
brings up sortable ul and li.
Please help.
Code:
$(func
Sorry. Stupid me.
I want the script to remember the position of the divs and the
collapsible state.
Thanks
Craig
On Sep 28, 1:44 pm, Mike McNally wrote:
> It might help if you'd mention what it is you want to *do* with the plugin.
>
>
>
>
>
> On Mon, Sep 28, 2009 at
I forgot to say that the script above is based on the JQuery UI
framework.
On Sep 28, 9:32 am, craigeves wrote:
> I'm really stuck in adding the cookies plugin to the sortables script
> I have below. I don't even know where to begin. Can anyone help?
>
>
>
I'm really stuck in adding the cookies plugin to the sortables script
I have below. I don't even know where to begin. Can anyone help?
$(document).ready(function(){
$(".column").sortable({
connectWith
Hi all
Please can you help?
I want to animate the width of the 'progress_bar' div when the page
loads. I'm using the code below, which works fine in Firefox... but it
doesn't want to work in IE6.
Where am I going wrong?
Many thanks in advance
$(document).ready(function(){
$("#
ot;).fadeOut(1000, function() {
> $("#weight_log").fadeIn(1000);
>
> });
>
> On Sep 23, 12:39 pm, craigeves wrote:
>
>
>
> > lease help...
>
> > What I need to do is simple.
>
> > When I click on .log or .tweets it fades out a div and fades in
>
lease help...
What I need to do is simple.
When I click on .log or .tweets it fades out a div and fades in
another div. The problem I have though is that it fades in/fades out
at the same time causing a 'bump' in the animation effect.
I need the first div to fade out first, and only when that h
I would like to apply a cookie to this script so that I can return to
the page at a later date and it would remember my last action. Can
anyone help? Thanks in advance.
$(document).ready(function(){
$(".close").click(function () {
$("#welcome").fadeIn("slow");
});
$(".
16 matches
Mail list logo