Side navigation
#14003 closed bug (invalid)
Opened June 10, 2013 10:21AM UTC
Closed June 27, 2013 08:54AM UTC
Event Click() don't work if...
Reported by: | cominfo@inbox.ru | Owned by: | cominfo@inbox.ru |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 2.0.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello.
I am using the latest version of Google Chrome and jQuery.
If the page load html content using load(), then the links to such content will not work event click().
Example:
In the page loads the content via the load() a link like <a id="foo" href="#"> Link </ a>.
In a separate file file.js inside $(document).Ready() event is present for this type of link:
$('# foo').click(function()
{
alert('Hello world');
});
In this form, does not work.
Attachments (0)
Change History (3)
Changed June 10, 2013 10:50PM UTC by comment:1
owner: | → cominfo@inbox.ru |
---|---|
status: | new → pending |
Changed June 11, 2013 08:05AM UTC by comment:2
I think, he simply bound the event directly to the link just before it was added to the DOM.
Changed June 27, 2013 08:54AM UTC by comment:3
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket!
Additionally, be sure to test against the "jQuery 1.x (edge)" or "jQuery 2.x (edge)" version to ensure the issue still exists—you may need to change this to a specific version depending on the test case.
For the AJAX-related tests you can create a few fiddles and submit requests to addresses with "/show/light" added to the end of the URL; example: http://jsfiddle.net/m_gol/3hwjC/17/show/light/
To get you started, use the appropriate boilerplate:
Open the link and click to "Fork" (in the top menu) to begin.
Also, please read:
Additional resources: