If somebody knows about makeEditable pluging.

If somebody knows about makeEditable pluging.

jagrivaljagrival 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?

Answers

  • jagrivaljagrival Posts: 4Questions: 2Answers: 0

    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() };},

This discussion has been closed.