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
How would you proceed to fetch attributes on the original link clicked? Showing a warning modal is cool and all, but some dynamic information related to the action you're about to perform is usually a requirement.
<a href="#" data-id="2"></a>
How would you access data-id here to use it in the title / message?
The text was updated successfully, but these errors were encountered:
Hello,
How would you proceed to fetch attributes on the original link clicked? Showing a warning modal is cool and all, but some dynamic information related to the action you're about to perform is usually a requirement.
<a href="#" data-id="2"></a>
How would you access
data-id
here to use it in the title / message?The text was updated successfully, but these errors were encountered: