jquery - Error on displaying form error in a table with scroll -
jquery - Error on displaying form error in a table with scroll -
i have form table lot of entries. while getting form error on form submit, error not displayed in visible region. there need scroll downwards table.
can help me prepare it.
i'm using django form submit.
thanks, fixed using jquery.
$('.errorlist').get(0).scrollintoview();
jquery html css django
Comments
Post a Comment