Questions tagged as 'ruby-on-rails'

2
answers

Problem to open a modal with AJAX Foundation 6 in Rails

For some reason, the modal does not appear when calling it with Foundation 6, I do it by means of a partial, I leave the code friends, maybe they can give me a solution, which I find strange because with other frameworks of styles like Materiali...
asked by 28.11.2016 / 20:13
1
answer

ajax + rails send ajax data to controller

I have the following code: $(document).ready(function(){ $('#score').on('click',function () { alert("hola"); var score=4; console.log("dentro de click"); $.ajax({ type: "POST",...
asked by 04.09.2018 / 14:50