Hi, why is my #div not hiding when it's clicked, maybe placing it within a document.ready function wasn't needed ?
Siberian 13 Junior Poster
Recommended Answers
Jump to PostPlease provide your sample jQuery code.
Jump to PostOh, sorry... The jQuery code needed a minor change. The jsfiddle configuration also did not have the jQuery library loaded.
updated: http://jsfiddle.net/Lcx78/1/
Jump to PostTake a look at this example.
When working with anchor
<a/>
elements, keep in mind that they have a default behaviour which is to load some information. You need to prevent that …
Jump to PostI never knew about events in jQuery do they work identical to events in Javascript ?
I'm not exactly sure what you mean, but the first thing you need to understand about jQuery is that its a JavaScript library, meaning that jQuery is simply JavaScript code, nothing more.
All 14 Replies
jj.dcruz 0 Junior Poster
JorgeM 958 Problem Solver Team Colleague Featured Poster
Siberian 13 Junior Poster
JorgeM 958 Problem Solver Team Colleague Featured Poster
Siberian 13 Junior Poster
Siberian 13 Junior Poster
JorgeM 958 Problem Solver Team Colleague Featured Poster
Siberian 13 Junior Poster
JorgeM 958 Problem Solver Team Colleague Featured Poster
Siberian 13 Junior Poster
JorgeM 958 Problem Solver Team Colleague Featured Poster
Siberian 13 Junior Poster
JorgeM 958 Problem Solver Team Colleague Featured Poster
Siberian 13 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.