> newDiv = createElement("div");
> newDiv.load("http://mydomain.dev/search/view/Id/" + $(this).attr("id")
> + ".html");
> newDiv.insertAfter(".address");
Whoops, be sure to turn newDiv into a jQuery object after creating it.
Whoops, be sure to turn newDiv into a jQuery object after creating it.
No comments:
Post a Comment