Our users have a table showing their titles (they are contained in a figure, if that is the case). Thoughts are only an image they can click to toggle to publish or not. try it The same results Something is clear to me or am I doing something wrong?
& lt; Img class = "title_publish" src = "isNotPublished.png" & gt; & Lt; Img class = "title_unpublish" src = "ispilled page" & gt; $ ('. Title_publish'). Live ('click', function () {this.src = "isPublished.png"; this.toggleClass ("title_publish"); this.toggleClass ("title_unpublish");}); $ ('. Title_unpublish'). Live ('click', function () {this.src = "isnotepublished.png"; this.toggleClass = "title_publish"; this.toggleClass = "title_unpublish";});
$ ('. Title_publish ''. ('Click', function) (this src = "isPublished.png"; $ (this) .toggleClass ("title_publish"); $ (this) .toggleClass ("title_unpublish");});
Comments
Post a Comment