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

JavaScript

 
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 
AnswerRe: Jquery .on() not working on dynamic content Pin
Richard Deeming29-Jul-13 1:29
mveRichard Deeming29-Jul-13 1:29 
log98 wrote:
$(".table").on("click", "k-grid-update", (function () {

I doubt your update button is an element called k-grid-update; that looks more like a CSS class. Try changing your code to:
JavaScript
$(".table").on("click", ".k-grid-update", (function () {

(Note the "." before the update button selector.)



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


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 
Generalcss Pin
tarun kumar sahu hs15-Jul-13 1:20
tarun kumar sahu hs15-Jul-13 1:20 

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.