Side navigation
#4992 closed bug (invalid)
Opened July 29, 2009 09:30PM UTC
Closed November 18, 2009 02:23AM UTC
ajax() and underscores
Reported by: | deliriant | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 1.4 |
Component: | ajax | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
have searched all over for a solution to this and am not sure if it's a real bug but below is the function am trying to call:
$.ajax({
method: 'get',
beforeSend: function(){
//
},
success: function(html){
$('#layer').html(html);
}
});
note the "comments_status", it won't return anything on success, but when i replace with an argument like "delete" it returns the page am trying to load.
i hope there's a simple solution for this. thank you in advance.
Attachments (0)
Change History (1)
Changed November 18, 2009 02:23AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Can you debug this a bit more? For example, are you seeing the action parameter correctly in the php file that receives the ajax call? Please reopen with a complete test case.