Ask A Question

Notifications

You’re not receiving notifications from this thread.

Rails 6. SyntaxError: missing ) in parenthetical (UJS)

Nikola Okonesh asked in Javascript

Hi! I use pagination Pagy gem, and button "More..." (more pages Ajax) not work
index.js.erb

  var colum = document.querySelector("#categories_index");
  var pagin = document.querySelector("#categories_index_paginate");

  colum.innerHTML += ("<%= j render(partial: 'article/posts/post', collection: @posts, cached: true) %>");
  pagin.innerHTML = ("<%= render(partial: 'next_link') %>");

SyntaxError: missing ) in parenthetical

I not use JQuery.

Only "@rails/ujs": "6.0.0" webpacker.

Rails -v 6.0.0.
Ruby -v 2.6.1

Help! Thanks!!!

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,464+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.