Default Functionality Not Working
Hey all,
I have jquery 1.10.2 and jqueryui 1.10.4 which I'm including into my site using the direct CDN links at the bottom of the jqueryui page. I'm noticing and becoming increasingly frustrated with default functionality of some items not working.
Here are 2 examples of things not working:
Date picker
- $(function() {
- $( "#viewDatePicker" ).datepicker();
- });
- <input type="text" id="datepicker" />
Is working and popping up the calendar, but doesn't show "February 2014" for example in between the month forward or backward icons.
Dialog boxes are doing something similar (just quirky strangely not fully functioning)
<div id="popup" title="Pop Up Box"><p>Testing!</p></div>
The dialog box does open and everything, shows the "Testing!" message. But the title tag in the div element is not showing up in the dialog, it just shows blank and the 'x' button.
Anyone have any ideas why this could be happening? Is there some kind of server setting with 1&1 that is screwing with it? (Figured no since I'm not hosting the .js files myself but I don't know if that matters)