<font size=2 face="sans-serif">As others have already suggested, it looks
like your files are not being served by Dancer over http because Dancer
doesn't know they're part of the app (whereas your browser can find them
on the file system if it's looking in file:// ... urls, Dancer does not
automatically expose the file system).</font>
<br>
<br><font size=2 face="sans-serif">You might find it easiest to start with
a boilerplate app using dancer -a App::MyApp (or whatever you want to call
the thing) and work from there, as per </font><a href=http://www.perldancer.org/quickstart><font size=2 face="sans-serif">http://www.perldancer.org/quickstart</font></a><font size=2 face="sans-serif">
- that will mean your app is structured the same way as other people's
dancer apps and will be easier to maintain in the long run than designing
your own folder structure.</font>
<br>
<br><font size=2 face="sans-serif">Alternatively, if you have some reason
for not doing something like the above, you could replace the relative
urls in the script tags with absolute urls which you know to work, i.e.
link to the JS files hosted on a CDN.</font>
<br>
<br><font size=2 face="sans-serif">Daniel</font>
<br>
<br>
<br>
<br><font size=1 color=#5f5f5f face="sans-serif">From:      
 </font><font size=1 face="sans-serif">Sullivan Beck <sbeck@cpan.org></font>
<br><font size=1 color=#5f5f5f face="sans-serif">To:      
 </font><font size=1 face="sans-serif">dancer-users@dancer.pm,
</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Date:      
 </font><font size=1 face="sans-serif">11/06/2014 14:59</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Subject:    
   </font><font size=1 face="sans-serif">[dancer-users]
Problem using jquery UI in Dancer</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Sent by:    
   </font><font size=1 face="sans-serif">dancer-users-bounces@dancer.pm</font>
<br>
<hr noshade>
<br>
<br>
<br><tt><font size=2>I've using Dancer 1.3115 on OpenSuSE 13.1.  I've
downloaded jquery <br>
1.11.1 and the datepick plugin from </font></tt><a href="http://keith-wood.name/datepick.html"><tt><font size=2>http://keith-wood.name/datepick.html</font></tt></a><tt><font size=2>.<br>
<br>
I took the simplest test script from the datepick home page (and <br>
stripped it down to a single popup calendar -- that's the functionality
<br>
I want) and put it in a very simple Dancer script. Unfortunately, <br>
although the HTML produced is correct, the Dancer script isn't working.<br>
<br>
When I run the dancer script and point my browser at it, I see a text <br>
box asking for a date.  If I click in the box, no calendar pops up
to <br>
select the date.<br>
<br>
If I view the page source and copy the html into a dancer2.html file and
<br>
open that file up in my browser and it works great.  I see the same
<br>
page, and clicking in the box pops up the calendar.<br>
<br>
I'm a fairly recent user of Dancer, but I'm really liking it and want to
<br>
use it for a project but I really need the datepicker to work.<br>
<br>
Any suggestions?<br>
<br>
I'm attaching the dancer2.pl script and the HTML it generates. My setup
<br>
is that I have dancer2.pl and dancer2.html in a directory and a <br>
subdirectory jquery containing both jquery and the datepicker plugin <br>
(both completely unmodified).<br>
<br>
[attachment "dancer2.pl" deleted by Daniel Perrett/ELT/UK/cambridge]
[attachment "dancer2.html" deleted by Daniel Perrett/ELT/UK/cambridge]
_______________________________________________<br>
dancer-users mailing list<br>
dancer-users@dancer.pm<br>
</font></tt><a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users"><tt><font size=2>http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</font></tt></a><tt><font size=2><br>
</font></tt>
<br>