coax

Results 7 comments of coax

$.browser property is removed in jQuery 1.9+ (http://api.jquery.com/jquery.browser/) Add this small plugin to get rid of the error: https://github.com/gabceb/jquery-browser-plugin

It's a cache folder issue, explained here: https://github.com/esphome/issues/issues/2594#issuecomment-949419636

This project is just a redesign of the official PHPWebAdmin with some extra perks which do not change core functions. If paging/searching does not exist there - it won't exist...

That field is not required by default before saving, therefore is not checked for validity (eg. e-mail address regex). Not possible to check/validate fields which are not required.

I understand it can be done this way (custom code for just one field) but that is not a good programming practice. I will deal with this on a global...

Did you see this https://github.com/drien/jquery-flipster/issues/119?

By far the easiest solution is to _move_ .lSAction container after slider load, like this: ```javascript $('.light-slider').lightSlider({ item: 3, pager: false, onSliderLoad: function (el) { var parent = el.parent(); var...