jquery Programming Glossary: gridvalues
Code is taking effect when it shouldn't be http://stackoverflow.com/questions/11491177/code-is-taking-effect-when-it-shouldnt-be a '#btn' button is clicked function addwindow numberAnswer gridValues btn '#mainNumberAnswerTxt' .val numberAnswer .data 'data ignore'.. .val numberAnswer .data 'data ignore' true '#btn' gridValues .trigger 'click' Now what I want to do is that if the user.. .data 'data ignore' true If the user has clicked on a #btn gridValues button then display the number in the textbox of the number..
Code is taking effect when it shouldn't be http://stackoverflow.com/questions/11491177/code-is-taking-effect-when-it-shouldnt-be and it will perform a trigger to another function after a '#btn' button is clicked function addwindow numberAnswer gridValues btn '#mainNumberAnswerTxt' .val numberAnswer .data 'data ignore' true '#btn' gridValues .trigger 'click' Now what I want.. addwindow numberAnswer gridValues btn '#mainNumberAnswerTxt' .val numberAnswer .data 'data ignore' true '#btn' gridValues .trigger 'click' Now what I want to do is that if the user clicked on the Add button then display the number from the Number.. addwindow function '#mainNumberAnswerTxt' .val numberAnswer .data 'data ignore' true If the user has clicked on a #btn gridValues button then display the number in the textbox of the number of buttons which are currently turned on or in other words perform..
|