I have a site where you click on a product name and it launches a URL with a filter and it returns forum posts relevant to that product name:
E.g. www.google.com/product?=blah
Instead of having to navigate to this URL is it possible to la开发者_JAVA百科unch it in a DIV dynamically rather than the user having to click a link. Looking to develop a dashboard type view.
its easy :)
$.get('ajax/test.html', function(data) {
  $('.result').html(data);
  alert('Load was performed.');
});
see more here http://api.jquery.com/category/ajax/
You need AJAX. You can use JQuery to perform AJAX queries to a PHP website.
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论