Firstly hello everyone and apologies for breaking new ground in terms
of simple idiot questions.
Ok so I'm trouble doing something I would consider as simple with
jquery.
I have a form and i want to run a common function (that checks a bunch
of inputs) that will be run when certain fields blur. wor
= src_split.join("_on.");
> > el.attr("src", new_src);
>
> > This way you can use firebug to step through your code and see which
> > statement produces the error.
>
> > by(e)
> > Stephan
>
> > 2009/2/25 digital :
>
> >>
tr("src", new_src);
>
> This way you can use firebug to step through your code and see which
> statement produces the error.
>
> by(e)
> Stephan
>
> 2009/2/25 digital :
>
>
>
> > Hi, pulling my hair out here.
>
> > When the page loads I
Hi, pulling my hair out here.
When the page loads I'm collecting a variable from the url which
corresponds to the class of an image. I want to then change the image
source. I'm doing this because the page doesn't reload and the menu
needs to respond to the content if you get my meaning.
$url = l
Sorry, I posted the wrong bit of code. My .ajaxLoad code is:
$pastemonkey('#content').not($pastemonkey('#PasteTags')
[0]).ajaxStart(function(){
$pastemonkey.blockUI();
});
On Sep 30, 4:57 pm, "Tane Piper" <[EMAIL PROTECTED]>
wrote:
> Hi there,
>
> I am running into a lit
hijackLinks($('.content')); });
return false;
}
});
}
Hope that helps,
Kelvin :)
On Tue, 17 Apr 2007 11:02:07 +0100, digital spaghetti <[EMAIL PROTECTED]> wrote:
>
> Bahh, I've found a bug. In the code when I get type, I check to see
> if type == "w
without doing a == selection on it?
Tane
On 4/17/07, digital spaghetti <[EMAIL PROTECTED]> wrote:
Hi Sean,
Thanks, that seems to have done the trick - although it broke the Tabs
plugin I was using in my admin interface. I've created a workaround
and this works perfectly:
function hijac
Hi Sean,
Thanks, that seems to have done the trick - although it broke the Tabs
plugin I was using in my admin interface. I've created a workaround
and this works perfectly:
function hijackLinks(root) {
$('a',root).click(function(){
var type = $(this).attr('class');
if (type ==
for the backend and I don't want to have to hard
code anything into my views to make this work :/
Tane
On 4/17/07, digital spaghetti <[EMAIL PROTECTED]> wrote:
Hey folks,
I've been working on this one with a little help, but i'm now stuck.
I have an AJAX interface, whe
Hey folks,
I've been working on this one with a little help, but i'm now stuck.
I have an AJAX interface, where I want all internal links to load
content into a specific div called .content. The issue is it works,
except for link in content thats loaded into the div.
So far, here is what I ha
Hey folks,
Bit of a shameless plug here, but I'd like to announce to you my
project - Webrocket. It's a CMS built on CakePHP, and using jQuery
for all it's JavaScript. Currently it uses AJAX functions to load
most of the pages. I've currently been working on this for a work
project, however t
11 matches
Mail list logo