This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by poemas
about 10 years

[resolved] Lesson 8/14, Responsive Design?

In less 8/14 we can use .resizable() function to make a div resize. Would this be a way to make websites responsive or is it not really practical to use this specific jQuery to do it?

Answer 5320d6ee9c4e9d2785000e68

0 votes

Permalink

You should use media queries to create responsive sites. JavaScript and jQuery should be only addition to your site, not base.

points
Submitted by Maciej Wiercioch
about 10 years

2 comments

poemas about 10 years

That makes sense, thank you!

Maciej Wiercioch about 10 years

Not a problem :)

Answer 5406eec77c82ca77cf001464

-7 votes

Permalink

this is correct code :

$(document).ready(function () { $(‘#car’).draggable(); });

points
Submitted by Bharath Reddy
over 9 years

2 comments

Luke Daudy over 9 years

wrong lesson

Kaylnn Small over 9 years

WRONG CODE DUDE!!!!!