-
I was just trying to run the wordcount example on Master 22a6d90d522e5ef4c13d7bcd1623aa741cb983c2. However, I get the following exception
```
tdhopper@~/wordcount (streamparse-dev) $ sparse run
Runni…
-
It's there for a reason, and helps avoid annoying bugs like this:
`ValueError: 'virtualenvs//kfb-test.txt' is not a valid local path or glob.`
-
We haven't tested Spyral on an XO recently.
-
Hi
I keep getting a warning in dev tools that you're using a deprecated attribute. Line 22 of parsely.js:
if ('undefined' !== typeof attribute && null !== attribute && attribute.specified && regex.te…
-
data-validate="parsley" didn't work when I loaded Parsely asynchronously in the HTML body.
$('form').parsley(); works fine, when loaded asynchronously after Parsely was loaded.
I haven't been able t…
-
Hii,
I have a form with parsely validation and it works ok...
Now I want to submit my form through jquery submit...like in following code..
$("form").submit(function( event ) {
alert('Go…
-
I've written a plugin that extends Parsely and adds conditional logic. However I've found an error in Parsely when toggling required fields. Take a look at the url below and follow the steps below to …
-
I have a set of fields for shipping address, followed by an optional checkbox. Clicking this checkbox opens up another set of fields for a billing address. The shipping address fields are always valid…
-
-
I am using Parsley.js to validate forms in my project. It works well in case of normal forms. In one screen I am generating form element through ajax request. In such dynamic form Parsley validation n…