Rules = {
'td.hole_position:click': function(element) {
tension_screw_position = element.innerHTML;
// TODO: Get the parent fieldset
}
}
|
Pastie
Support Pastie
or read my
Pastie << self
blog
Rules = {
'td.hole_position:click': function(element) {
tension_screw_position = element.innerHTML;
// TODO: Get the parent fieldset
}
}
|