Advertisement
Shiny_

Untitled

Oct 25th, 2014
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var main         = $('<li><' + click_type + ' href= "" id=\'' + bar_title + '\' title=\'' + title + '\'>'/* + title + */ +
  2.                      "<svg xmlns='http://www.w3.org/2000/svg' width = '22' height = '12'>" +
  3.                     "<g transform = 'scale(0.13, 0.134)'>" +
  4. "<rect ry='5' rx='5' id='svg_1' height='25' width='25' y='5' x='5' stroke-width='2' stroke='#000000' fill='#ffffff'/>" +
  5. "<rect id='svg_2' ry='5' rx='5' height='25' width='25' y='35' x='5' stroke-width='2' stroke='#000000' fill='#ffffff'/>" +
  6. "<rect id='svg_3' ry='5' rx='5' height='25' width='25' y='65' x='5' stroke-width='2' stroke='#000000' fill='#ffffff'/>" +
  7. // "<rect id='svg_4' ry='5' rx='5' height='25' width='25' y='95' x='5' stroke-width='2' stroke='#000000' fill='#ffffff'/>" +
  8. "<rect id='svg_5' ry='5' rx='5' height='25' width='175' y='5' x='40' stroke-width='2' stroke='#000000' fill='#ffffff'/>" +
  9. "<rect id='svg_6' ry='5' rx='5' height='25' width='175' y='35' x='40' stroke-width='2' stroke='#000000' fill='#ffffff'/>" +
  10. "<rect id='svg_7' ry='5' rx='5' height='25' width='175' y='65' x='40' stroke-width='2' stroke='#000000' fill='#ffffff'/>" +
  11. // "<rect id='svg_8' ry='5' rx='5' height='25' width='175' y='95' x='40' stroke-width='2' stroke='#000000' fill='#ffffff'/>" +
  12. "</g>" +
  13.                      "</svg>" +
  14.                     "</" + click_type + '></li>').insertBefore($('#openNaturalSearch').parent());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement