You’ve a HTML typo
<a rel="facebox" href="https://stackoverflow.com/questions/33096111/portal.php?id=".$rowa["_id"].'" class="icon-remove">
^^^
instead of
<a rel="facebox" href="https://stackoverflow.com/questions/33096111/portal.php?id=".$rowa["_id"].' class="icon-remove">
^^^^^^^^^^
Check the difference your href
attribute is not closing perfectly over here
1
solved I just want to remove the word “class” [closed]