Day: 11 June 2013

  • Stien til jQuery i WordPress

    /wp-includes/js/jquery Mappen indeholder disse filer: jquery.color.min.js jquery.form.js jquery.form.min.js jquery.hotkeys.js jquery.hotkeys.min.js jquery.js jquery.masonry.min.js jquery.query.js jquery.schedule.js jquery.serialize-object.js jquery.table-hotkeys.js jquery.table-hotkeys.min.js jquery.ui.touch-punch.js suggest.js suggest.min.js ui (mappe) Plugins / Templates kan mao. anvende jQuery. Ui mappen indeholder som navnet antyder en række ui-filer: knapper, datepicker etc. etc. En række bloggere advarer mod at bygge jQuery ind i et plugin eller…

  • Formattering af datoer

    <!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <title>jQuery UI Datepicker – Default functionality</title> <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" /> <script src="http://code.jquery.com/jquery-1.9.1.js"></script> <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script> <link rel="stylesheet" href="/resources/demos/style.css" /> <script> // denne funktion formatterer til noget som MySql forstÃ¥r $(function() { $( "#datepicker" ).datepicker({dateFormat: 'yy-mm-dd'}); }); </script> </head> <body> <p>Date: <input type="text" id="datepicker" /> </p> </body> </html> I…

Enable Notifications OK No thanks

We use cookies - more information

Multimusen.dk will set a few cookies from Doubleclick, Google and the Social Media plugins they ay set some cookies. Some of my pages use APIs - such as YouTube, LinkedIn, Google Fonts, Google Maps, Mapbox, Spotify, Jetpack, Twitter, Facebook &c.. Such plugins may set the odd cookie.

Close