jQuery datepicker doesn't appear in Firefox
问题 I have an input form using FLAT UI KIT that MUST contain a datepicker, so I chose to use jQuery's widget. But when I run it in Chrome the datepicker shows up, whilet on Firefox it is shows as a simple text input. Here is my code: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>My test · stuff with datepicker</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Loading Bootstrap --> <link href="bootstrap/css/bootstrap.css" rel="stylesheet">