- $('body').pagecontainer({
- load : function(a,jq){
- console.log($.isEmptyObject(jq))
- }
- });
Returns true
. That definitely shouldn't be the case, according to the documentation
Any ideas what's going on?
Stackoverflow link to those who feel like earning some points: