You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.
I use the tool in a search field of a table (filled from a mysql db) with usernames and the points they have gained. When they click on the user they want to see on which place he has ended, the template.php file wil do the same query and show the results.
But I want to autoscroll to the desired row in this table.
I try this one:
` success: function(data){
// If the success function is execute, then the Ajax request was successful.
// Add the data we received in our Ajax request to the "content" div.
$('.table_with_results').html(data);
Hello,
Is it possible to achieve the following?
I use the tool in a search field of a table (filled from a mysql db) with usernames and the points they have gained. When they click on the user they want to see on which place he has ended, the template.php file wil do the same query and show the results.
But I want to autoscroll to the desired row in this table.
I try this one:
` success: function(data){
// If the success function is execute, then the Ajax request was successful.
// Add the data we received in our Ajax request to the "content" div.
$('.table_with_results').html(data);
But the scroll doesn't work.
Any idea how to achieve this?
The text was updated successfully, but these errors were encountered: