Dear all
I use jqxPopover and like to setup the popover itself, but without selector, since the html element, which will have the popover, will be available later so I do not have the jQuery selector at this time.
But if do not assign the selector property in the jqxPopover settings, I get the JavaScript error [jqxPopover: Invalid Popover toggler: “null”].
However, it is no problem to assign later the selector, it will work.
You can reproduce the problem, on https://www.jseditor.io/?key=jqwidgets-popover-selector and comment out ‘selector: $(“#button”)’.
Is it not allowed to let the selector unassigned?
Best regards,
– badera