jquery-ujs icon indicating copy to clipboard operation
jquery-ujs copied to clipboard

Ruby on Rails unobtrusive scripting adapter for jQuery

Results 79 jquery-ujs issues
Sort by recently updated
recently updated
newest added

Hi folks, I want to track "Ajax" requests in application.js as globally in my Ruby on Rails project but even though I used all the possibilities offered by jQuery and...

I have a form with file field and `remote: true`. The request format of this form is ["application/javascript", "application/x-javascript"]. On backend, I check user's permission, and redirect to another url....

## Background I have a form that I want to save automcatically via ajax as the options are changed. In particular, I want to have a checkbox that turns on/off...

Hi, I'm using the button_to like this: ``` =button_to example_path, class: 'btn btn-danger', data: { confirm: 'Really?' } do %i.icon-undo Example Text ``` Now I expected that it would ask...

hello, I found an XSS that occurs with `jquery-ujs` and `jquery-rails`. I have confirmed the operation with Safari and IE (and old version of Edge). The problematic part is the...

I have a select element which has a remote: true to my contacts controller. However, if one of the options is selected, then I want to cancel that remote call...

our automated @depfu yarn updates had some errors in our system-tests. with jquery 3.4.0 there are some problems with jquery-ujs and other libraries such as bootstrap-datepicker. i'm not completely sure...

I'm trying to send a form with Content-Type:application/json; I set `...` As it says in the documentation. But it's always sent as Content-Type:application/x-www-form-urlencoded; Is this a bug or is there...