You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have rails link_to tag nested inside ul, li tags. Like below
<!-- Working --><%= link_to(session_path, method: :delete) do %>Sign Out<% end %><!-- Not Working --><ul><li>something</li><li>something</li><li>something</li><li><%= link_to(session_path, method: :delete) do %>Sign Out<% end %></li></ul>
Rails version: 4.2.2
jquery-rails version: 4.0.4
Jquery-ujs is not able to access the nested element.
The text was updated successfully, but these errors were encountered:
Could you create a new empty application that you can share just to reproduce this issue. Looking the code you shared I don't see anything that is wrong and I could not reproduce this issue either.
I have rails
link_to
tag nested insideul, li
tags. Like belowRails version:
4.2.2
jquery-rails version:
4.0.4
Jquery-ujs is not able to access the nested element.
The text was updated successfully, but these errors were encountered: