On Thu, Sep 11, 2008 at 2:12 PM, Brandon Zacharie
<
brandon.zacharie@gmail.com> wrote:
> I think Jaime got it. Try taking a look at $(update[0]).length... If
> it is zero then the element was not found. As Jorn stated, your code
> is syntactically correct, but I suspect that the string, if any,
> stored in update[0]/update[1] is not syntactically correct for jQuery.
> You might have something like "foo" when you really meant "#foo" or
> ".foo"
>
> On Sep 11, 11:38 am, "Jaime Ochoa Malagón" <
chp...@gmail.com> wrote:
>> is the update[0] have an '#'?
>>
>>
>>
>> On Wed, Sep 10, 2008 at 10:20 PM, Tom Shafer <
tom.sha...@gmail.com>