Jquery select DOM
Jquery select DOM
Hi,
I'm new in datatables, and i meet a porblem already.
So i'm using ajax dataSource and aoColumns to define my thead and my html look like this.
[code][/code]
When I do a simple test like
[code]$("tr").click(function(){
alert('test')
})[/code]
It doesn't works. How to be able to select the dom element without creating the html by hand.
More details http://debug.datatables.net/efogom
I'm new in datatables, and i meet a porblem already.
So i'm using ajax dataSource and aoColumns to define my thead and my html look like this.
[code][/code]
When I do a simple test like
[code]$("tr").click(function(){
alert('test')
})[/code]
It doesn't works. How to be able to select the dom element without creating the html by hand.
More details http://debug.datatables.net/efogom
This discussion has been closed.
Replies
Allan