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-" +
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:/
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
3 matches
Mail list logo