Sha256: 6e04451c4c0ad95afb531adb377abc82ac9f87c0eabd895430efcbd5b536ec03

Contents?: true

Size: 377 Bytes

Versions: 11

Compression:

Stored size: 377 Bytes

Contents

jQuery("#<%=@listing.name%>.listing").html("<%= escape_javascript(listings_partial_render('table_full', @listing)) %>");
jQuery("#<%=@listing.name%>.listing").data('url', "<%= raw @listing.url %>")
  .data('search', <%= raw @listing.search_data.to_json %>);

jQuery("#<%=@listing.name%>.listing").trigger("listings:loaded", { element: jQuery("#<%=@listing.name%>.listing") });

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
listings-0.1.15 app/views/listings/full.js.erb
listings-0.1.14 app/views/listings/full.js.erb
listings-0.1.13 app/views/listings/full.js.erb
listings-0.1.12 app/views/listings/full.js.erb
listings-0.1.11 app/views/listings/full.js.erb
listings-0.1.10 app/views/listings/full.js.erb
listings-0.1.8 app/views/listings/full.js.erb
listings-0.1.7 app/views/listings/full.js.erb
listings-0.1.6 app/views/listings/full.js.erb
listings-0.1.5 app/views/listings/full.js.erb
listings-0.1.4 app/views/listings/full.js.erb