Selectors
Last updated
Last updated
DLX Plugins
Selectors help tell Ajaxify Comments about your comment section.
Selectors can be an advanced topic, so it's best to allow Menu Helper to help with finding the right selectors.
Menu HelperTo find the right selectors, it's recommended to open the developer tools in your browser and go to elements.
Selectors must be compatible with jQuery notation. IDs must have a #
sign and classes must have a .
in front of them.
This container wraps the comments list. You can usually find it by opening the dev tools and finding an individual comment.
Trace this comment back to its parent container, and you'll find the container ID or class.
This is the wrapper ID or class for the form
element in the comments section.
This can usually be found by inspecting the comment form's textarea element and tracing it back to the form
parent element.
This wraps the respond area for the comment section.
You can usually find this by selecting the comment form's textarea and tracing it back to the form's parent container.
This is the comment form's textarea field and can be found by selecting the comment's textarea.
This is the submit button for the comment section. It can be found by selecting the submit button and finding the ID or class of the button or input.
Advanced Selectors must be in jQuery notation.