Yep, that was all it took. Thanks!
On Jan 11, 3:43 pm, "Karl Rudd" wrote:
> Try closing the tag, ie:
>
> $('#myDiv').append($(''));
>
> Actually the second $() shouldn't be needed:
>
> $('#myDiv').append('');
>
> Karl Rudd
>
> On Mon, Jan 12, 2009 at 7:35 AM, Joe White wrote:
>
> > I'm trouble
Try closing the tag, ie:
$('#myDiv').append($(''));
Actually the second $() shouldn't be needed:
$('#myDiv').append('');
Karl Rudd
On Mon, Jan 12, 2009 at 7:35 AM, Joe White wrote:
>
> I'm troubleshooting a problem where my text wasn't showing up in IE.
> I've narrowed the problem down to cr
2 matches
Mail list logo