If somebody knows about makeEditable pluging.
If somebody knows about makeEditable pluging.
jagrival
Posts: 4Questions: 2Answers: 0
I don't know, why "this" don't work? Like this:
loaddata: {id: $(this).parent().attr("id"), ParameId: ($(this).prev()).prev().text()}
...For loadurl parameters.
Can anybody help me?
This discussion has been closed.
Answers
Right now, I found a solution. I don't undertand why doesn't work before? And now I achive it:
loaddata : function ( value , settings ) { return { ParameId: ($(this).prev()).prev().text() };},