<div dir="ltr"><div><font face="monospace, monospace">I haven't understood how to use a JQuery library with Ur/Web because most JQuery library demos (just the demo, with no involvement with Ur/Web) tend to have a call to $... on their index.html page, and I couldn't figure out how to make that call to $... from Ur/Web.</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">Now, looking at Edward Z. Yang's Logitext, I see this line:</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace"><a href="https://github.com/ezyang/logitext/blob/master/js.urp#L11">https://github.com/ezyang/logitext/blob/master/js.urp#L11</a></font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">  script <a href="http://localhost/logitext/ffi.js">http://localhost/logitext/ffi.js</a></font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">And ffi.js does call $...:</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace"><a href="https://github.com/ezyang/logitext/blob/master/ffi.js">https://github.com/ezyang/logitext/blob/master/ffi.js</a></font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">So it seems that this could be used as a guide for wrapping other JavaScript libraries for Ur/Web, eg the DatePicker libraries I want to use:</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace"><a href="https://github.com/dbushell/Pikaday/blob/master/pikaday.js">https://github.com/dbushell/Pikaday/blob/master/pikaday.js</a></font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace"><a href="https://github.com/eternicode/bootstrap-datepicker/blob/master/js/bootstrap-datepicker.js">https://github.com/eternicode/bootstrap-datepicker/blob/master/js/bootstrap-datepicker.js</a></font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">Does this approach make sense?</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace"><br></font></div><div><br></div></div>