Side navigation
#12716 closed bug (invalid)
Opened October 12, 2012 11:48AM UTC
Closed October 30, 2012 09:14AM UTC
i cannot use the ajax module of jq on chrome
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | ajax | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
as the title,i set the button click method but it's doesn't work.
the same page work in ie? and latest ff.following is code:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<script type="text/javascript" src="jquery-1.8.2.js"></script>
<script type="text/javascript">
/*$(function()
{
$("#btn1").click(function(event)
{
alert("hello");
event.stopPropagation();//阻止冒泡过程
})
})*/
jQuery(function()
{
$("#btn").click(function()
{
$("#text").load("./fen.txt");
});
})
</script>
</head>
<body>
<div id="text"></div>
<input id="btn" type="button" value="get fen"></input>
<br/>
<input id="btn2" type="button" value="post fen"></input>
</body>
</html>
Attachments (0)
Change History (2)
Changed October 15, 2012 04:03PM UTC by comment:1
component: | unfiled → ajax |
---|---|
owner: | → anonymous |
status: | new → pending |
Changed October 30, 2012 09:14AM UTC by comment:2
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 Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/. Open the link and click to "Fork" (in the top menu) to get started.