You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
facebook.js connect: function (formElement, requiredPerms) { add document.body.appendChild(formElement); if (this.ithing) { return formElement.submit(); }
when we use ajax 'formElement' no exists for js
this line may help:
add document.body.appendChild(formElement);
The text was updated successfully, but these errors were encountered:
facebook.js
connect: function (formElement, requiredPerms) { add document.body.appendChild(formElement); if (this.ithing) { return formElement.submit(); }
when we use ajax 'formElement' no exists for js
this line may help:
add document.body.appendChild(formElement);
The text was updated successfully, but these errors were encountered: