Le 2011-07-11 21:27, Thilanka Kaushalya a écrit :
Hi Marc,
Works fine but commit 215eb80df9b5456d4b2131bb98d8448797ef2c74 needs an improvement; please avoid this kind of syntax: $($temp_div) It should be just $temp_div as this is already a jQuery object.
Fixed that issue and pushed to the repo. Thank you.
Merged.