Csgs

How Can I Let the User Choose a Background Image By Typing it In the URL?

Asked by Csgs 2 years ago background user url image


Rommel Castro A
0
 
Use javascript or jQuery
you can use something like

var bg = promt('please put you bg url','');

$(document).ready(function(){
$('body').attr(background:bg);
})

by Rommel Castro A 2 years ago

Answer this question

How Can I Let the User Choose a Background Image By Typing it In the URL?

0 errors found:

 
0