.attr function not working inside ready after migration #432
Labels
Comments
|
Please provide a test case on JS Bin. Right now there are too few details here to do anything. |
|
var url = $('#sessionSearchForm').attr('action'); when adding var url = $('#sessionSearchForm').attr('action'); outside ready it's working. This is using with ajax |
|
As I wrote above, please create a full working test case on a service like JS Bin. Providing code snippets here on GitHub would require us to spend significant time on trying to re-create what you experience. That's too much friction. |
|
Closing as the test case has not been provided. We can reopen if we get one. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
var url = $('#essionSearchForm').attr('action');
This is not working inside ready state after migration.
The text was updated successfully, but these errors were encountered: