I am using this for editing inline and for this CSS
.editableText : Hover {framework: 1px shaded gray; } .Egative toolbar: hover + * {outline: 1 px dimmed gray; } .editableToolbar {} .editableToolbar A {display: block; Swim left; Height: 15px; Margin: 2px; Width: 17px; } .editableToolbar Edit {background: url ("icons.png") repeat scrolls 0 0 transparent; } .editableToolbar Save {background: url ("icons.png") repeat scroll-16 px 0 transparent; } .editableToolbar .cancel {background: url ("icons.png") repeat scroll 25px 0 transparent; } Here is the HTML generated
& lt; Div class = "editableToolbar" & gt; & Lt; A href = "#" class = "edit" style = "" & gt; & Lt; / A & gt; & Lt; A href = "#" class = "save" style = "display: none;" & Gt; & Lt; / A & gt; & Lt; A href = "#" class = "cancel" style = "display: none;" & Gt; & Lt; / A & gt; & Lt; / Div & gt; And here is my jquery
$ ('.admin.playlist_name'). Editable text ({newlines enabled: incorrect}); and works well in all browsers but IE8 .... I looked at the document mode and changed it from IE8 to edit IE 7 and JavaScript and CSS. ....
UPDATE ........ Here is an example. Login with the e-mail user7 @ test in QA. Com and password English1
On the dashboard you will see an image under the name "tran QA 05.12" and you can see that when you click on it, you can edit it ... but if you Can you do the same with login and IE8 that you can not click anywhere ??? The image below will show you that
< / Div>
It's hard to know what your problem is because you have not said that you are getting an error or not a site Exactly behaving with current information, I can only assume that you do not have any code written in your $ (document) wrapped .ready (function () {}); $ (document) .ready (function () {$ ('.public_name'). Editable ({newlines enabled: wrong});});
Comments
Post a Comment