Hello, Wisej development team. I’m a huge fan of your product from Chongqing, China.
Recently, I’ve been working on a widget extension component, and while reading through the official documentation, I noticed some potential issues in the details.
These issues can be found at this link:
https://docs.wisej.com/api/wisej.web/content/widget
The first issue is:
this.container.innerHTML = “<select id=’widget’></select>
$(‘#widget’).widget(options);
This code snippet is missing a closing quotation mark at the end.
The second issue:
“If a script depends on another script, it should be declared after the script it depends on, i.e.: Query usually if the first script in the package list.”
Should “Query” here refer to “jQuery”?
Thank you for your time, and I appreciate your efforts in maintaining such great documentation!