jQuery Tutorial for Beginners #9 - Adding Content using jQuery

preview_player
Показать описание
Hey class. In this jQuery tutorial I'll be showing you how to dynamically insert content into your web page using jQuery. This technique would be useful if you wanted to embed tweets, or other social feeds into your website.

Any questions, comment down below :)

========== JavaScript for Beginners Playlist ==========

========== CSS for Beginners Playlist ==========

========== HTML for Beginners Playlist ==========

========== The Net Ninja ============

========== Social Links ==========

Рекомендации по теме
Комментарии
Автор

Just for anyone using notepad ++ when i try and break the styling for the variable tweet it could not be read, but when i wrote it all onto one line it worked perfectly.

adamchilds
Автор

hi thank you for this tutorial I want to create a plugin with jquery like sliders but I can not find video .please help

javadmohammadi
Автор

hey man thanx a lot for your videos but can you just increase the font size on your tutorials next time :)

vaibhavdadas
Автор


All though your videos are great. Thanks :)

ittisafur
Автор

Hello, could you tell me why after I try to append(for example) the element I am appending is printed with the used tag?
For example: just a test.</p>") -> it prints it like this: <p>That's just a test.</p>

radoslavgeorgiev
Автор

When you select the element with id=#tweets, why do you need to specify the div? Why not $(#tweets).append(tweet) instead of $(#tweets div).append(tweet) ?

Bergamoism
Автор

I could not get a new Twitter div. It literally refused to make a new one. I tried all sorts. I copied exactly what you did and it still didnt work!! :(

kathrynarmitage