Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. {% icon "test-icon" %}
  2.  
  3. var imageLeft = "$('<div class="testing"></div>')"
  4.  
  5. var imageLeft = "$('<div class="testing">{% load "test-icon" %}</div>')"
  6.  
  7. <div id="cached-icon" hidden>{% icon "test-icon" %}</div>
  8.  
  9. var imageLeft = $('<div class="testing"/>').append($('#cached-icon').show());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement