Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : Unable to use .html()

$
0
0
Ah ok, didnt know that. But it still doesn't work (there isnt even an error or something). I changed

  1. this.dialog.html(view).appendTo(this.options.appendTo);
to
  1. $('<div class="dialog"></div>').html(view).appendTo(this.options.appendTo);

Viewing all articles
Browse latest Browse all 3491

Trending Articles