Remove image extension using jQuery

后端 未结 3 1310
北恋
北恋 2021-01-28 01:15

Is there a way to remove from img scr extension using jQuery?

meaning from this:


         


        
3条回答
  •  甜味超标
    2021-01-28 02:15

    1. Find the image using jQuery
    2. Get it's "src" property
    3. Modify it as a simple string
    4. Assign it back to "src"

提交回复
热议问题