Are there any issues with using Niceforms?
I just came across Niceforms and they look..well, nice. I was wondering if anyone has used these? Are they fully cross browser compatible? Are there any other issues? ...
I just came across Niceforms and they look..well, nice. I was wondering if anyone has used these? Are they fully cross browser compatible? Are there any other issues? ...
Our design agency has supplied HTML that uses NiceForms. The problem I am having is that this mucks up jQuery event binding. I have the following code: keys = $("#key input"); $(keys).each(function(){ $(this).change(function() { console.log("hi"); }); }); If I disable NiceForms this code works but with Niceforms enabled it do...
When i am using Niceforms the normal text inputs and buttons work great and i even managed to get a custom theme for them based on the provided sample psd. But when i use radiobuttons/checkboxes, they get shown some where completely different than the labels. This happens consistently on FF,Chrome and Safari. As soon as i put any posit...