I found this question and answer that talks about $.validator.unobtrusive.parse
jquery ujs not functioning when I remotely load partials/content with remote calls or jQuery
It looks like this is what I need to do to make jquery work on parts of a page that have been loaded using ajax.
But I would like to know what it's doing! Is it calling rails ujs, or is it talking to jquery directly? I've searched both the rails ujs git hub site and the jquery docs and couldn't see anything in either of those places. Is there any documentation anywhere?
Thanks for any help.
Perhaps this is clearer:
When I've added or changed part of the page using create.js.erb or update.js.erb how do I get jquery to work on these parts of the page. I'm trying to make elements sortable again, this question is about best-in-place editing, there are several other questions out there and the above link seems to be the only answer, and I can't make that work.
So how do you get jquery to "look at" parts of your page you've already changed once using rails ujs.