I have lots of scenarios on a pretty content-heavy and js-dependent
site. I'm using jquery, and I'm trying to think of an effect way to
serve unique styles to non-js users.
Ideally, I would use javascript to link to a new external sheet. My
development environment is not allowing a creation of
n Sterling"
<[EMAIL PROTECTED]> wrote:
> Tony,
> try:
> (for an ID)
> $('#emptyDiv').load(externalHTML, function(){
> $(this).slideDown('slow');
>
> });
>
> (for a class)
> $('.emptyDiv').load(externalHTML, function(){
> $
I'm new to jQuery and can't figure this one out.
Instead of using an ajax get and innerHTML to load in external html, I
can just use jQuery's load function:
$(emptyDiv).load(externalHTMLFile);
which I like!
I would like to do is make better use of the graceful animations that
jQuery has. I wo
3 matches
Mail list logo