I need both the elements You forget the comma: #addimage and
#addimage_imgtab On click should be managed by the same function. I thought the following code should work, but it is not, what am I doing?
$ ('# addimage #addimage_imgtab'). Click (function (e) {....});
$ ('#addimage, #addimage_imgtab'). Click (function (e) {....});
No comments:
Post a Comment