Filtering with jQuery.noConflict has 0 results
Filtering with jQuery.noConflict has 0 results
Grant
Posts: 2Questions: 0Answers: 0
Hi,
I am using Prototype as well as jQuery with http://docs.jquery.com/Core/jQuery.noConflict to get the libaries working together.
I went into the dataTables.js and replaced the $ symbol with jQuery.
When filtering it brings up no results. Any idea what is happening?
I am using Prototype as well as jQuery with http://docs.jquery.com/Core/jQuery.noConflict to get the libaries working together.
I went into the dataTables.js and replaced the $ symbol with jQuery.
When filtering it brings up no results. Any idea what is happening?
This discussion has been closed.
Replies
I broke the regex when I replaced the $ symbols.
(There is a $ symol in the regex expression that got replaced with jQuery)
My mistake.