Murd
-
Remove dynamically appended elements
I do an ajax request loading new data. With this data there come new activities. So i want to remove the old ones and add the new ones. I hope this is clearer now :)
-
Jquery Form Validation Problems ( PLEASE HELP! )
Hey! I think the only thing that's wrong is your selector: ("#myForm").submit(function(){ ... You selecting "myForm", but your form has the id "newsletter". I think it works out fine then.
-
Append new textfield via JS
Hey! Thanks for your help! Is there any possibility to "refresh" the JS? I tried to achieve the behavior, that if the second textfield is filled a third one should appear, and if the third one is filled a fourth one appears, and so on. …
-
Personal site review (responsive layout)
Hey! Nice work! This is how responsive web design should be done. But I also think you should choose another font. It's really small and deters me of reading the text.
-
How to make a pseudo element break out of parent box?
Thank you! It finally works!