Sha256: 7bb65d377748078a53414054c012c891555ffcb828a050536c7fa7723cd7d07f
Contents?: true
Size: 384 Bytes
Versions: 8
Compression:
Stored size: 384 Bytes
Contents
$(function(){ $('div#content').load('doc/advertiser.html', function(){ var methods = {}; $('h4[align!="center"]').each(function(index, method){ var method_name = method.innerHTML.toLowerCase(); methods[method_name] = {}; methods[method_name]['description'] = $(method).next('p[style="white-space: pre-wrap;"]').html() }) console.log(JSON.stringify(methods)); }) })
Version data entries
8 entries across 8 versions & 1 rubygems