Open ggaston095 opened 7 years ago
I couldn't get x-editable to work on my project (neither with bootstrap nor jquery), so I created a plain rails 5 blog app
I've also created a public repo. I've followed all steps described here.
I don't know if I should have a specific jquery version or something, but It isn't working and my chrome console output is empty.
Have you added $('.editable').editable()?
$('.editable').editable()
@Rubioli is right, just add this line to application.js
I couldn't get x-editable to work on my project (neither with bootstrap nor jquery), so I created a plain rails 5 blog app
I've also created a public repo. I've followed all steps described here.
I don't know if I should have a specific jquery version or something, but It isn't working and my chrome console output is empty.