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
When the page is loaded, the options are updated, the desired value is set, but when I try to retrieve it later (demonstrated by a delay), it is lost.
The problem seems to be the title attribute (set either as title, data-title or by script); to make it easier to play with the fiddle I left the script version. See line 10 of the script.
Simply put, when there's a title set, the value is lost... And I kind of need the title. Am I doing something wrong or this is really an issue ?
The text was updated successfully, but these errors were encountered:
JSFiddle : https://jsfiddle.net/stefanu/np8e1uwt/16/
When the page is loaded, the
option
s are updated, the desired value is set, but when I try to retrieve it later (demonstrated by a delay), it is lost.The problem seems to be the
title
attribute (set either astitle
,data-title
or by script); to make it easier to play with the fiddle I left the script version. See line 10 of the script.Simply put, when there's a
title
set, the value is lost... And I kind of need the title. Am I doing something wrong or this is really an issue ?The text was updated successfully, but these errors were encountered: