jquery - Replacing Javascript string with an image -
i want replace word "orkid" displaying image. know bit css , html codes i'm not familiar javascript.
// menu $('#menu') .mmenu({ extensions : [ 'widescreen', 'theme-white', 'effect-slide-menu' ], dividers : { fixed : true }, navbar : { title : 'orkid' }, navbars : [{ position: 'top', content : ['searchfield'] }, { position: 'top' }, { position: 'bottom', content : ['<div>lorem</div>',] }] });
Comments
Post a Comment