| Issue 304: | JMesa uses $ in generated code, despite jQuery.noConflict | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Follow the AjaxTutorial to setup pagination 2. On the same page, include another library like MooTools and call jQuery.noConflict() What is the expected output? What do you see instead? When the page loads, the table will display fine, but FireBug will display the following error: $(document)ready is not a function What version of the product are you using? On what operating system? JMesa 3.0.3 and JQuery 1.4.2. Windows XP, Firefox 3.6.13 Please provide any additional information below. I did a view source on the page and noticed that some JMesa-generated javascript code uses the $ syntax for generated jquery code. This should not be done since I'm doing jQuery.noConflict. Is there a setting in the config file where I call tell JMesa to not use $ for the generated jquery code...? Specifically, JMesa server-side generates the following jQuery code: $(document).ready(function(){ jQuery.jmesa.addTableFacade('myTable'); jQuery.jmesa.setMaxRowsToLimit('myTable','15'); ... (snipped) ... });
Feb 15, 2011
Project Member
#1
jeff.johnston.mn@gmail.com
Mar 9, 2011
This is fixed and on the trunk.
Status:
Fixed
|