Click here to Skip to main content
15,900,725 members

Comments by Akkywadhwa (Top 40 by date)

Akkywadhwa 12-Jan-15 15:36pm View    
This code is used to update a <div> on the webpage. The AJAX request fetches the data from the URL. From "Doesn't Work" I want to say that this piece of code doesn't update that particular <div>
Akkywadhwa 12-Jan-15 15:32pm View    
I have tried different selectors too.
Example:
$(document).on("change","some_class",function(){ });
Akkywadhwa 12-Jan-15 15:01pm View    
Nopes!
None of the method in the given solution works.
Akky
Akkywadhwa 12-Jan-15 0:29am View    
I want to execute the above ajax on a particular event, say selection changed event of a combo box. This ajax works when event is fired for the first time but doesn't works for subsequent firing of same event.
Akkywadhwa 11-Sep-14 11:18am View    
Its on line "int i= POS.DbOperation.Insert(query, param);"