abrahamdsl / the-uplb-express-ticketing-system

Automatically exported from code.google.com/p/the-uplb-express-ticketing-system
Other
0 stars 0 forks source link

JQuery Themeing Bug #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. $this->load->view('html-generic/jquery-core_choiceB.inc');
2. Also load assets/jquery/jquery.min.js and 'assets/jquery/jquery-ui.min.js 
which is needed for the accordion style
3. then load datepicker bla bla.

What is the expected output? What do you see instead?
When I click on text input (#datepicker), a Jquery Date Picker appears but not.
For it to show, I have to remove either one of the two stated in 2, but this 
removes the styling of the UI.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by abraham.darius.llave on 7 Dec 2011 at 3:31

GoogleCodeExporter commented 9 years ago
remove styling from JQuery and transfer to CSS.

Original comment by abraham.darius.llave on 7 Dec 2011 at 3:33