Sha256: d843c20fcbf41b2e9028eb02b9a98d047ca21ac1bbad856e4b04dfa8e39fea2c
Contents?: true
Size: 290 Bytes
Versions: 3
Compression:
Stored size: 290 Bytes
Contents
$( ".star" ).toggleClass( "starred" ).toggleClass( "unstarred" ); $( ".star.starred" ).html( $( ".star" ).data( "starred-character" ) ); $( ".star.unstarred" ).html( $( ".star" ).data( "unstarred-character" ) ); $( "ul.my-favorites" ).html( "<%=j starred_objects_lis( current_user ) %>" );
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
your_platform-1.0.1 | app/views/bookmarks/update.js.erb |
your_platform-1.0.0 | app/views/bookmarks/update.js.erb |
your_platform-0.0.2 | app/views/bookmarks/update.js.erb |