edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
* [Edbrowse-dev] $ object in javascript
@ 2016-11-29 16:03 Karl Dahlke
  2016-11-29 16:24 ` Chris Brannon
  2016-11-30  0:47 ` Kevin Carhart
  0 siblings, 2 replies; 32+ messages in thread
From: Karl Dahlke @ 2016-11-29 16:03 UTC (permalink / raw)
  To: Edbrowse-dev

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

^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2016-12-28 12:15 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-29 16:03 [Edbrowse-dev] $ object in javascript Karl Dahlke
2016-11-29 16:24 ` Chris Brannon
2016-11-30  0:47 ` Kevin Carhart
2016-11-30  7:30   ` Karl Dahlke
2016-11-30  7:43     ` Tyler Spivey
2016-11-30  7:54       ` Karl Dahlke
2016-12-01  0:04         ` Kevin Carhart
2016-12-01  1:17           ` Karl Dahlke
2016-12-25 13:06             ` Adam Thompson
2016-12-26 14:52               ` Karl Dahlke
2016-12-27  3:04                 ` Kevin Carhart
2016-12-27  3:49                   ` Karl Dahlke
2016-12-27  4:17                     ` Kevin Carhart
2016-12-27  4:38                       ` Karl Dahlke
2016-12-27 18:37                         ` Adam Thompson
2016-12-27  4:59                       ` Chris Brannon
2016-12-27  6:53                         ` Kevin Carhart
2016-12-27 15:21                           ` Chris Brannon
2016-12-27 20:13                             ` Kevin Carhart
2016-12-27 13:26                         ` Karl Dahlke
2016-12-27 15:47                           ` Chris Brannon
2016-12-27 18:48                             ` Adam Thompson
2016-12-27 20:23                               ` Chris Brannon
2016-12-28 11:42                                 ` [Edbrowse-dev] Edbrowse in NetBSD Adam Thompson
2016-12-28 11:50                                   ` Chris Brannon
2016-12-28 12:15                                     ` Adam Thompson
2016-12-27 19:11                   ` [Edbrowse-dev] $ object in javascript Adam Thompson
2016-12-27 19:47                     ` Kevin Carhart
2016-12-27 20:11                       ` Karl Dahlke
2016-12-27 20:45                         ` [Edbrowse-dev] nextSibling and previousSibling Kevin Carhart
2016-12-27 21:14                           ` Chris Brannon
2016-12-28 11:38                       ` [Edbrowse-dev] $ object in javascript Adam Thompson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).