-
Sencha User
Unanswered: jQuerys' data
Unanswered: jQuerys' data
Hello!
$(this).data("first-click", false); Its a jQuery code... How can i convert it Ext core? i have no idea.
Thank you in advance.
Best Regards
-
Sencha - Ext JS Dev Team
Try explaining what you want to do, and someone will post code to do it.
-
Sencha User
Well... I mean : $('#foo').val(); = ExtJs's Ext.get('foo').getValue();
and i have no idea about $(this).data("first-click", false);
-
Sencha - Community Support Team
jQuery.data attaches data to an element. Ext doesn't have a concept of a datastore per element.
-
-
Sencha - Community Support Team
Well, not impossible, just a bit more work.
-
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us