- jquery issue with pseudo class
- $("form").submit(function(event){
- event.preventDefault();
- var msg = fx.init();
- alert($(':text').length);
- $('input:text').each(function()
- {
- if ($(this).val == 0)
- {alert('asd');
- msg.append ($(this).attr('id')+" does not have a value <br />");
- }
- })
- if ($(this).val() == 0)