Reduce ressources (JS) and clean up the html-code
I really like your Script, it is easy to use and it works great! But there are two big points for me, which are really annoying:
- The rednao-isolated-jq.js has a size of 323kB (!!) which is huge for just an Form. I think it is easly possible to reduce the load to something around 10kB. It is very important for mobile devices (this js is the hugest file on all of my pages right now..).
- I used multiples Form's on a one-page-site, which is not possible out of the box. I've changed the identifier from an ID to an class and that works like a charm :)
- In the rendered HTML-output are everywhere inline-styles, especially the width-attribute. I like to split the html and css-code, and it would be great if the code is just clean HTML(5) - so i don't need to use !important all the time ;-) Or at least, make an option to turn it off.
- As a gift, u could make it possible to choose between different stylesheet or may import an own or deactive styles completely. (If u want i can create some basic Styles for you)
I know, these are many points to change, but i will be happy even if just the JS would be shrinked (even it's just minified).
PS: I'm sorry for my bad english ;)
