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

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -