SyntaxFix
Write A Post
Hire A Developer
Questions
var ids = []; $(document).ready(function($) { $(".color_cell").bind('click', function() { alert('Test'); ids.push(this.id); }); });