cats_js.js 102 B

12345
  1. var url = '/../javascript.php?part=cats_js';
  2. $.get(url,function(data){
  3. $('#cats_js').html(data);
  4. });