-
```
I suggest a solution to create a input text using placeholder ...
in line 288 : Replace label = $(this).text(); //"Search by " + $(this).text();
by label = $.trim($(this).text()); //"Search by …
-
Hi @jwhitley,
first of all thanks for your work on this project, it's been working great for me.
One thing I'm having trouble with though is using [map](http://requirejs.org/docs/api.html#config-map…
-
```
I suggest a solution to create a input text using placeholder ...
in line 288 : Replace label = $(this).text(); //"Search by " + $(this).text();
by label = $.trim($(this).text()); //"Search by …
-
This issue is dedicated to the discussion how animations are done in alamid. In previous projects I always encountered these requirements:
1. Generally you would like to define default animations so t…
jhnns updated
11 years ago
-
Using something like [jquery datatables](https://datatables.net/) gives us a bunch of useful features such a sorting and filtering.
-
```
After this simple fix, it becomes possible to set options via data-* like this,
without the need for the jquery.metadata plugin:
-
```
After this simple fix, it becomes possible to set options via data-* like this,
without the need for the jquery.metadata plugin:
-
On the one hand … this is great, quite literally.
But after searching Github, I’ve been unable to find the rest of the set. For example, what about three()? and what about constants, like pi()?
…
petty updated
1 month ago
-
I just try to run the automated tests and I get many errors. A weird thing its that shows "using HeadlessChrome/78". I have installed a more modern versión
> npm run test
```
> chosen@2.2…
-
Hi,
I'm using both galleria.js and bxslider.js on my site. I had an issue with IE8 reporting an "invalid property" error when clicking through thumbnails in the galleria classic theme which seemed t…