jeditable not working
- by zurna
I did not make any changes on the code. I dont receive any errors but its not working.
I must be missing something very very simple here. Any suggestion appreciated...
Test link.
http://www.aslanyurek.com/inner.asp?Section=commentary&CommentaryID=1
$('.GameStory').editable('content/commentary/index.cs.asp?Process=EditLiveCommentary&CommentaryID=<%=Request.QueryString("CommentaryID")%>', {
type : 'textarea',
id : 'elementid',
name : 'CommentaryDesc',
cancel : 'Cancel',
submit : 'OK',
indicator : '<img src="img/indicator.gif">',
tooltip : 'Click to edit...',
cssclass : 'someclass'
});
<div class="GameStory">
<p><span class="minute">36'</span>Here comes the pressure as Chelsea suddenly begin to up the tempo and Bolton can't keep the ball or clear it out of their own half.</p>
<p><span class="minute">34'</span>Yuri Zhirkov, despite his head wound, is having a really good game and seems to be enjoying the freedom that he has been given to attack from his left back berth tonight.</p>
<p><span class="minute">27'</span>Drogba whips in a free-kick that Jaaskelainen, for some reason, decides to punch straight into the face of Salomon Kalou who watches on as the ball rolls agonisingly of the post. Scare for Bolton.</p>
<p><span class="minute">4'</span>Chelsea face Bolton at 8pm on Tuesday, April 13th.</p>
<p><span class="minute">3'</span>Lively start at the Bridge with both sides looking to attack - it is by no means a defensive lineup from Owen Coyle so this could be an interesting game.</p>
<p><span class="minute">0'</span>Nicolas Anelka gets the first shot of the match in on goal but its very tamely struck and Jaaskelainen gathers easily.</p>
</div>