Click here to Skip to main content
15,890,741 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerRe: jquery accordition page jumps after completion of accordition Pin
Ashutosh Mahto5-Aug-13 19:36
professionalAshutosh Mahto5-Aug-13 19:36 
GeneralRe: jquery accordition page jumps after completion of accordition Pin
pandu web dev5-Aug-13 20:39
pandu web dev5-Aug-13 20:39 
AnswerRe: jquery accordition page jumps after completion of accordition Pin
Dholakiya Ankit18-Sep-13 2:13
Dholakiya Ankit18-Sep-13 2:13 
QuestionNeed help creating an array for checked checkboxes in order checked Pin
jlistunner2-Aug-13 11:23
jlistunner2-Aug-13 11:23 
QuestionHow to get rid of "X" button of dialog box in dojo. Pin
Mehwish Wajiuddin30-Jul-13 20:29
Mehwish Wajiuddin30-Jul-13 20:29 
Questionhow to select numbers that is not between single/double cuotes with regular expression Pin
mohammadkaab30-Jul-13 3:03
mohammadkaab30-Jul-13 3:03 
AnswerRe: how to select numbers that is not between single/double cuotes with regular expression Pin
twseitex30-Jul-13 7:14
twseitex30-Jul-13 7:14 
QuestionJquery .on() not working on dynamic content Pin
log9827-Jul-13 10:13
log9827-Jul-13 10:13 
hi
I would like to have the authority to send my information via $.ajax() when (at the time) I click the update button

How can I handle the update button click event kendogrid?

http://jsfiddle.net/psot98/Dyb9Y/18/embedded/result/

I wrote this code but does not work:

<pre lang="Javascript">

 $(".table").on("click", "k-grid-update", (function () {

            alert('xxx');

            //$.ajax({

            //    url: 'api/apdevice',
            //    type: 'PUT',
            //    datatype: 'application/json',
            //    data: {},
            //    success: function (data) {

            //    },

            //    error: function (data) {

            //    }

            //});
        }));


thank you
AnswerRe: Jquery .on() not working on dynamic content Pin
Richard Deeming29-Jul-13 1:29
mveRichard Deeming29-Jul-13 1:29 
QuestionSet in kendogrid sparkline Pin
log9824-Jul-13 10:16
log9824-Jul-13 10:16 
QuestionIntegrating google map in mscrm2011 Pin
Member 1002064523-Jul-13 12:34
Member 1002064523-Jul-13 12:34 
QuestionJava Script error Pin
sivared22-Jul-13 7:53
sivared22-Jul-13 7:53 
QuestionUsing ExtJs for large scale Enterprise Business Application Pin
Prasad Khandekar19-Jul-13 5:32
professionalPrasad Khandekar19-Jul-13 5:32 
AnswerRe: Using ExtJs for large scale Enterprise Business Application Pin
fixthebugg19-Jul-13 7:04
fixthebugg19-Jul-13 7:04 
AnswerRe: Using ExtJs for large scale Enterprise Business Application Pin
Member 1003474120-Jul-13 1:59
professionalMember 1003474120-Jul-13 1:59 
QuestionSecure Emaildata base Pin
elistxs0817-Jul-13 22:45
elistxs0817-Jul-13 22:45 
AnswerRe: Secure Emaildata base Pin
ZurdoDev7-Aug-13 9:33
professionalZurdoDev7-Aug-13 9:33 
Questionwhy kendo grid popup editing doesn't show popup Pin
log9817-Jul-13 2:20
log9817-Jul-13 2:20 
SuggestionRe: why kendo grid popup editing doesn't show popup Pin
ZurdoDev17-Jul-13 7:30
professionalZurdoDev17-Jul-13 7:30 
Questionjavascript shift-reduce parser Pin
Ivan Vodišek16-Jul-13 2:58
Ivan Vodišek16-Jul-13 2:58 
AnswerRe: javascript shift-reduce parser Pin
Ivan Vodišek17-Jul-13 2:02
Ivan Vodišek17-Jul-13 2:02 
GeneralRe: javascript shift-reduce parser Pin
Richard MacCutchan17-Jul-13 4:59
mveRichard MacCutchan17-Jul-13 4:59 
AnswerRe: javascript shift-reduce parser Pin
Dholakiya Ankit8-Aug-13 18:24
Dholakiya Ankit8-Aug-13 18:24 
QuestionCascading Dropdowns Pin
eddieangel15-Jul-13 8:42
eddieangel15-Jul-13 8:42 
AnswerRe: Cascading Dropdowns Pin
Jasmine250117-Jul-13 5:41
Jasmine250117-Jul-13 5:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.