Cant seem to get CSS working on an appended table
- by battlenub
I have an ajax request to a php file returning me rows of 3 values each.
I want to append these into a table. This works. I get my info in my table but I can't seem to add classes or id's and get some styling on it.
http://jsfiddle.net/AKh4n/1/
success : function(data) {
$('#lijstbeh').empty();
…