[jQuery] Re: validation + niceforms - missing styles

2008-01-18 Thread 6epcepk
Hi, I have fixed this. niceforms.js: (~ line 482) jQuery(txtRight) .attr({src:jQuery.NiceJForms.options.imagesPath + "input_right.gif"}) /* 6epcepk's hack [nice forms + ] set right image id */ .attr({id:"n-f-r-i-" +

[jQuery] validation + niceforms - missing styles

2008-01-12 Thread 6epcepk
Hi, I'm try to user http://docs.jquery.com/Plugins/Validation#Form_submit validation plugin with http://www.lexcat.ro/nicejforms/ niceforms plugin . This is errors with styles: http://www.nabble.com/file/p14771796/Untitled-1.gif Thanks for suggestion! -- View this message in context: http:/

[jQuery] Re: jQuery + call PHP function

2008-01-12 Thread 6epcepk
I think better way is: JS: $('#loginform').ajaxForm({ url: 'index.php?load=modules/users/ajax/login.php&function=users_login', type: 'post' }); PHP: if (!empty($_GET['load'])) { require_once ROOT . '/' . $_GET['load']; call_user_func_array($_GET['function'], $_POS