If you're doing find&fix, it is perhaps more efficacious to track
through a page with 10 lines of js rather than 1000 lines of jquery.
This page http://www.radiocaroline.co.uk/top15_page.html
has just a few lines of script, but I don't understand them,
and if I don't understand then then you can be sure
edbrowse doesn't handle them properly.
There seems to be an inbuilt function or object $ which does some magic things,
which I haven't implemented at all.
Anybody know how this is suppose to work?

if(!$("#scheduled_top15s").find("table").length){
$.get("php/get_scheduled_top15s_public_2.php", function( data ) {
  $("#scheduled_top15s").html( data );
});
}

Karl Dahlke
_______________________________________________
Edbrowse-dev mailing list
[email protected]
http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev

Reply via email to