Tagged Questions
1
vote
3answers
41 views
How can I wrap implicit section in HTML 5 by jQuery?
HTML snippet:
<h1>Heading</h1>
<p>paragraph paragraph paragraph</p>
<h2>Heading</h2>
<p>paragraph paragraph paragraph</p>
The snippet above is equal ...
1
vote
1answer
50 views
Scrolling child Section from a section to another
I have 3 sections (first, second and Third), inside the "first" section I have another section called "contenidor_composicio".
What I wanna do is to make "contenidor_composicio" an Scrolling section. ...
1
vote
1answer
133 views
Three Sections To Resize With Browser
EDIT:
I wanted to make this clearer before reading what I originally wrote below...
I am creating a website using three sections that float left of one another. I use links to scroll from one section ...
1
vote
2answers
181 views
How to use javascript variable in smarty section loop
I have a table with id = 2 and I want to loop over it
I don't know the syntax , couldn't find anything similar on the net
please help :
<script type="text/javascript">
var ...
0
votes
5answers
119 views
Is it possible to have multiple ids? [duplicate]
Possible Duplicate:
Can an html element have multiple ids?
Is it possible multiple id ? Can I use it like this ?
$("#example" + " #example2")
Html
<section id="example ...
0
votes
0answers
274 views
jQuery tabs — multiple links for same div
I have a jQuery tab section with several div sections for it.
There is a link for each section at the top of the whole thing, but I'd like to have those same links in the div that displays content ...
0
votes
1answer
213 views
single page website opening in wrong section
so I have created a single page website that uses a jQuery smooth scroll to navigate to sections of a website. For some reason, when ever I open the page in a browser (ive tested on multiple browsers ...
0
votes
1answer
54 views
Scroll back to the section
I have a problem with scrolling to the top of the page. I have a page with different sections. In the third and the last section of the page. I have this HTML:
<section ...
0
votes
1answer
251 views
Make a carousel stop
I have a carousel with three <section> elements. Like this:
<div role="main" class="main selection-carousel">
<section>
<h1>Kies je <span ...
1
vote
1answer
1k views
jPlayer Play only a section of the sound
I couldn't find an answer to this question. I'm trying this:
$("#klikk").click(function() {
$("#jquery_jplayer_1").jPlayer("play", 2).delay(2000).jPlayer("pause", 0);
});
But not working.
...
4
votes
3answers
2k views
jQuery validation per multiple fieldsets, how to use different event to trigger validation per section
I have a really, really long form (about 300 fields) that I broke down into different sections using this slick jQuery plugin Form Wizard. If you group your form into different fieldsets, the ...
10
votes
5answers
11k views
jQuery, html5, append()/appendTo() and IE
How to replicate:
Create an html5 page.
Make sure you have the script from remysharp.com/2009/01/07/html5-enabling-script/ added so that IE will notice the tags.
Create an hardcoded <section ...