We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Fixes publiclab#11379: Made the subtopics method
669acd0
(Jeff editing here, adding the discussion we had before:)
Just commenting here with notes from our call before, suggested pseudocode for making remote calls to open sub-topics:
Tag…..each do |subtopic| <script> $(‘#expand-btn-<%= index %>’).click(function(e) { $.ajax(‘/tags/subtopics?subtopic=<%= subtopic %>’).done(function(response) { $(‘#contents-UNIQ’).append(response.responseText); }); }); </script> end
Controller:
def subtopics Tag.find…… params[:subtopic] render “tags/subtopic”, layout: false end
Originally posted by @jywarren in #11332 (comment)
Let's open a new issue for setting this up within the code you created at #11229 !
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
No description provided.
The text was updated successfully, but these errors were encountered: