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
instead of <a rel="some_id" ..> is better to use <a data-rel="some_id" ...> because "rel" is relation attribute, what can contain only one of predefined strings.
Also in the script: blah.attr("data-rel"..
The text was updated successfully, but these errors were encountered:
instead of
<a rel="some_id" ..>
is better to use<a data-rel="some_id" ...>
because "rel" is relation attribute, what can contain only one of predefined strings.Also in the script:
blah.attr("data-rel"..
The text was updated successfully, but these errors were encountered: