[jQuery] Re: A seemingly simple .load

2009-10-07 Thread Fluffica
Should I take this to mean no one's quite sure? I know it's kinda rude of me to throw a chunk of code up like that, but I'm pulling my (prematurely gray) hair out. On Oct 5, 2:09 pm, Fluffica wrote: > Good Morning/Afternoon (depending where you are) > > I would usuall

[jQuery] A seemingly simple .load

2009-10-05 Thread Fluffica
Good Morning/Afternoon (depending where you are) I would usually hate to post chunks of code like this, but I may be about to break my monitor. I've written a chunk of code, which on an address change, loads page content either into a black, or white div. The address change event is working, and

[jQuery] .load is adding extra markup

2009-09-07 Thread Fluffica
Good afternoon all, Please forgive me if this is a rookie error. (I'm a designer). I have this bit of code $("#pageArea").load(urlToLoad+" #pageArea"); which, for the most part, is doing what I'd expect it to. Swapping out the #pageArea in the current page, for the #pageArea in another page. H

[jQuery] Re: Making a button in active

2009-05-28 Thread Fluffica
That sounds to make sense, I shall try that out. Thanks chaps. If I'm ever in your area, I'll buy you all a pint. On 27 May, 18:00, Liam Byrne wrote: > This is definitely the best option, as you can achieve everything that > you might need > > The disabled css class can > a) have the same text

[jQuery] Re: Making a button in active

2009-05-27 Thread Fluffica
>        var oriHref = $(this).attr('href'); >        //.btn is now NOT clickable >       $(this).attr('href' : ''); >       $("#somethingElse").doStuff("slow", function(){ >               //.btn is now clickable >               $(&

[jQuery] Re: Making a button in active

2009-05-27 Thread Fluffica
Sorry, I should probably add, it's not actually a button. It's an On May 27, 2:05 pm, Fluffica wrote: > Good Afternoon (or morning depending on where you are). > > I really hate posting probably quite simple questions to forums, but > this is really foxing me. >

[jQuery] Making a button in active

2009-05-27 Thread Fluffica
Good Afternoon (or morning depending on where you are). I really hate posting probably quite simple questions to forums, but this is really foxing me. $(".btn").click(function(){ //.btn is now NOT clickable $("#somethingElse").doStuff("slow", function(){

[jQuery] Re: fadeOut Callback woes

2009-03-23 Thread Fluffica
Yes. Well. Not definitely. Let me check... Yes. Definitely. However, might be something simalar. I have card-a and card-b which are contained in slide-bar. card-a and card-b are containers to load and display content into alternatly. When the user closes the slide-bar, I want both of them to hide

[jQuery] fadeOut Callback woes

2009-03-23 Thread Fluffica
Good morning all, Apologies again if this is a really basic question, but I've searched though the jQuery Docs and am struggling to find a solution. function lovelyFunction() { $("#lovelyDiv").fadeOut(5000,function(){ alert("Why now?"); }); }; Everything I'm read

[jQuery] Re: One page site & multipage degradation

2009-02-13 Thread Fluffica
Why that works really rather well, actually solves other issues too, thank you very much. I'm getting into this jQuery stuff.

[jQuery] One page site & multipage degradation

2009-02-13 Thread Fluffica
Morning all, I'm working on a large single page site at the moment. I've seen these around before quite happily using type mark up, leaving jQuery to control loading the content in dynamicly and so on. However, our solution to both graceful degradation and a worry that Google doesn't class one