I am using jquery’s editable and with submit and cancel I also want to 1 extra button for other functionality… can anyone help?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you have to extend the plugin… do the following changes in the source
after that you’ll have to define the options like
finally add the following to the source to call user defined functions
if everything go fine you can use it as
Disclaimer
i have not tested it so i cannot confirm whether it’ll work or not but you’ll get the idea