At Sun, 02 Aug 2015 14:40:06 -0700, Timothy Beyer wrote: > > At Sat, 1 Aug 2015 23:19:09 -0300, > Stefan Scott Alexander wrote: > > > > [1 <multipart/alternative (7bit)>] > > [1.1 <text/plain; UTF-8 (7bit)>] > > > > [1.2 <text/html; UTF-8 (quoted-printable)>] > > 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. > > > > Now, looking at Edward Z. Yang's Logitext, I see this line: > > > > https://github.com/ezyang/logitext/blob/master/js.urp#L11 > > > > script http://localhost/logitext/ffi.js > > > > And ffi.js does call $...: > > The $("...") notation typically means that it is using jQuery to refer to a > DOM > element (a method call on that element, in most cases): > > * # is the HTML "id" attribute > * . is the HTML "class" attribute
Upon rereading your question, disregard my response. Ziv's answer, shown elsewhere, is probably what you had in mind. Tim _______________________________________________ Ur mailing list [email protected] http://www.impredicative.com/cgi-bin/mailman/listinfo/ur
