473,387 Members | 1,619 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

carousel not starting itself on page load

121 100+
Hello,

Pretty much as in title, I have carousel with some picture but when i load my page. cerousel doesnt seems to start itself but once i click next/previous button. it starts working.

Expand|Select|Wrap|Line Numbers
  1. <div id="myCarousel" class="carousel">
  2. <div class="carousel-inner">
  3.   <div class="item"><img src="129.jpg"/></div>
  4.   <div class="item"><img src="130.jpg"/></div>
  5.   <div class="active item"><img src="131.jpg"/></div>
  6.   <div class="item"><img src="132.png"/></div>
  7. </div>
  8.  
  9.  <a class="carousel-control left" href="#myCarousel" data-slide="prev">&lsaquo;</a>
  10.  <a class="carousel-control right" href="#myCarousel" data-slide="next">&rsaquo;</a>
  11. </div>
  12.  
using twitter bootstrap 2.0.3 version for jquery

Cheers
Jay
Apr 25 '12 #1
0 1343

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: user | last post by:
when i first load index.php with arguments ie: "index.php?page=x", the $_SERVERvalue is null. I then get the session id appended to each link. If i refresh the page, I get the $_SERVER I want, but...
0
by: Frank 'Olorin' Rizzi | last post by:
Hello everyone. This is quite convoluted, but I'll try to make it simple. I have a couple of bottom-line questions (I guess): 1~ what happens between the Page_Load routine in the code behind...
12
by: Ian Murphy | last post by:
Hopefully someone else has seen something similar. We are experiencing an odd problem with aspnet, iis6 and w2k3. I have written a small site which works fine during the day. Each morning however...
2
by: Selden McCabe | last post by:
I have an asp.net project with several pages. On most pages, clicking a button fire's the button's click event, and the page does not get reloaded unless something triggers a postback. But on...
7
by: UJ | last post by:
I've got a page with a user control on it. While the page is loading, it needs to check certain conditions of the user object to enable/disable things on the screen. Currently in the page_load of...
15
by: H00ner | last post by:
Hello All Hope you can help Been pulling my hair out about a popup problem in ASP.NET. One of the forms i wrote requires the user to select a product from a list in a popup web form. the...
1
by: archnavish | last post by:
Hi, Is it possible to set focus to a table header during page load? My web page is basically a search-display kind of a page. The search results get displayed in a tabular fashion once the search...
9
by: ats | last post by:
I ahve a webpage that has some calls to procedures in it's Load Event.It also has a tab strip on it. Whenever I click a tab on the page, the Page Load event fires again. Is there a way to stop this...
4
by: parez | last post by:
Hi, Whats the winforms equivalent of asp.net page load event? I am trying to clear a status message field every time a user clicks on any of the buttons..
0
by: LeemaRose | last post by:
hi, I'm having user registration page which works perfectly locally but when I publish to my Production server(FTP Server) the things change and mostly it doesn't work. The page load event itself...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.