0

i'm all new to all this so i have this problem. i have to make a box in my blog and i didn't get any clue how to do it by only using jquery. on this site www.trojka.rs on right side you'll see box with header "sociometar". i need to make something like that.. so i only need guidance how to do it or where could i find anything that could help me. Thanx

1 Answer 1

1

I suggest the following tutorials:

Basic Javascript

HTML DOM Elements using Javascript

They explain from basics and are pretty good. You will have to do some reading.

Sign up to request clarification or add additional context in comments.

2 Comments

yea, know that site.i found the way to create that list i need.
var mojalista= jQuery('<ul/>'); for (var i = 0; i < 6; i++) { mojalista.append(jQuery('<li/>').text(i)); } jQuery(".content-sidebar").append(mojalista);

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.