Click here to Skip to main content
15,913,854 members
Home / Discussions / JavaScript
   

JavaScript

 
GeneralRe: Window.close overriding in java script Pin
Tahir Tamboli13-Aug-13 0:18
Tahir Tamboli13-Aug-13 0:18 
GeneralRe: Window.close overriding in java script Pin
Joezer BH13-Aug-13 0:49
professionalJoezer BH13-Aug-13 0:49 
GeneralRe: Window.close overriding in java script Pin
Tahir Tamboli13-Aug-13 19:20
Tahir Tamboli13-Aug-13 19:20 
GeneralRe: Window.close overriding in java script Pin
twseitex18-Aug-13 3:22
twseitex18-Aug-13 3:22 
GeneralRe: Window.close overriding in java script Pin
Tahir Tamboli20-Aug-13 3:37
Tahir Tamboli20-Aug-13 3:37 
GeneralRe: Window.close overriding in java script Pin
Tahir Tamboli20-Aug-13 3:46
Tahir Tamboli20-Aug-13 3:46 
Questionlazy load not working Pin
*Najla* 20108-Aug-13 8:57
*Najla* 20108-Aug-13 8:57 
AnswerRe: lazy load not working Pin
sjyanxin12-Aug-13 23:20
sjyanxin12-Aug-13 23:20 
GeneralRe: lazy load not working Pin
*Najla* 201013-Aug-13 0:38
*Najla* 201013-Aug-13 0:38 
GeneralRe: lazy load not working Pin
Dholakiya Ankit18-Sep-13 2:11
Dholakiya Ankit18-Sep-13 2:11 
Questionviop in java Pin
Member 98777295-Aug-13 9:03
Member 98777295-Aug-13 9:03 
AnswerRe: viop in java Pin
Richard MacCutchan5-Aug-13 20:54
mveRichard MacCutchan5-Aug-13 20:54 
GeneralRe: viop in java Pin
Member 98777297-Aug-13 5:31
Member 98777297-Aug-13 5:31 
Questionjquery accordition page jumps after completion of accordition Pin
pandu web dev3-Aug-13 1:03
pandu web dev3-Aug-13 1:03 
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 

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.