Yanike Mann

Results 5 comments of Yanike Mann

To fix this issue, I removed `dateSeparator: "/"` from DateTimePicker.js and assigned it using below: ``` jQuery(document).ready(function(){ jQuery("#dtBox").DateTimePicker({ dateSeparator: "/", dateFormat: "MM-dd-yyyy" }); }); ```

@nehakadam This issue still exists. You can see it on iOS. http://i903.photobucket.com/albums/ac231/yanike5/fce6f6e5-13c4-45d8-bd39-fbd06047e42a_zpscuc6hgiu.png It's because iOS doesn't support `position: fixed;` well. Here's a JavaScript solution I wrote for iOS: http://i903.photobucket.com/albums/ac231/yanike5/a5b53249-9dd5-4766-9c93-1efaa279f3f6_zpslu5vokig.jpg ```...

Here's a good way to do this. As it says here -> http://api.jqueryui.com/autocomplete/#option-source > String: When a string is used, the Autocomplete plugin expects that string to point to a...

*jQuery Workaround* Use jQuery or JavaScript to detect the window size, set a variable based off the window size, and use that variable for "slidesToShow" and/or "slidesToScroll". This will only...

It seems it needs the full path to work instead of relative like Visual Studio Code does. Please fix.