Search and Top Navigation
#5965 closed bug (notabug)
Opened August 17, 2010 02:17PM UTC
Closed October 11, 2012 06:25PM UTC
Last modified October 11, 2012 09:15PM UTC
Sharps (#) interact with url like www.example.com/#smtg/other.php
Reported by: | Bahanix | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.datepicker | Version: | 1.8.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The sharp causes some troubles if you use datepicker and JS to use URLs which look like /#smtg/other.php
Before:
'" href="#">' + printDate.getDate() + '</a>')) + '</td>'; // display selectable date
After
'">' + printDate.getDate() + '</a>')) + '</td>'; // display selectable date
This is not a bug report. Please use the forums if you're still having problems.