We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2182bb7 commit 93acf1cCopy full SHA for 93acf1c
1 file changed
ltk/ltk.js
@@ -159,6 +159,12 @@
159
return window.getWidget($(this))
160
};
161
162
+ $.fn.toString = function() {
163
+ const tag = this.prop("tagName");
164
+ return `jQuery[${tag}, "${this.prop('outerHTML')}"]`;
165
+ };
166
+
167
168
// change the following to your own development root location
169
window.development_location = "C:/Users/laffr/dev/ltk";
170
0 commit comments