Tagged Questions
0
votes
1answer
23 views
Bootstrap Popover not working when code hosted locally, but working on jsbin
This is insane... I've been trying to figure out why my popover code won't when hosted locally, but working fine on jsbin. Let me know what you guys think, I going crazy over this. Thanks to you all!!
...
0
votes
1answer
19 views
templates offering skinning options via CSS [closed]
I am developing a few widgets (signup, signing, and etc) and would like to give people the capability to apply their own theme to these widgets easily) Now there are multiple ways to go about this. ...
0
votes
2answers
28 views
IE requires double click with custom button
I have a script that is dived as:
HTML:
<div id="wrapper">
<div id="container">
<div id="button">Click me!</div>
<form>
<input ...
0
votes
1answer
40 views
Remove animation after finishing
I use the jQuery below to create a scrolling effect. It also animates a border. But after the animation has finished I would like it to go back to default again, so that it has no border any more.
...
0
votes
2answers
35 views
My responsive slideshow only shows the first image
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="scripts/responsiveslides.min.js" type="text/javascript"></script>
...
0
votes
1answer
29 views
JQM popup not showing correctly
I'm using JQM 1.3.1. I have a page that displays a list of items and next to each item there is a button that when clicked, shows a popup with some general info:
IMPORTANT : I need the popup to ...
0
votes
3answers
46 views
make circular checkbox using jquery
using xml reading of contents of a particular thing i am adding checkboxes and its description.But the problem is that i want visual of my checkbox like radiobutton but it should work like checkbox.I ...
0
votes
1answer
25 views
jquery in iOS turning div background on/off (not supposed to) works on all desktop browsers [duplicate]
On a website I'm working on, I have the buttons ".page-about" and ".page-contact" expand a div to reveal content. If the div is expanded and you click on the other button, it fades content in and out. ...
0
votes
0answers
45 views
How do I put a border: 1px solid #ddd around a selectbox using jQuery?
I need your help,
Alot of the websites do some really neat fancy work around using the jQuery framework to style their selectboxes. As we know it, I am stuck using ie7 at work and I would like to put ...
1
vote
3answers
47 views
Modular AJAX loading indicator with jQuery
I am trying to show a loading image (and turn the parent transparent) for a page with many AJAX requests. What would be the most efficient way to add/remove the loading icon and opacity for each div ...
0
votes
1answer
17 views
Hiding specific css rules from ie
Is there a way to hide specific css rules from IE? I have following code which does not work with < IE9. And i am using modernizer to detect css browser support. I need to hide div:hover from < ...
1
vote
1answer
59 views
Show image colored on hover [duplicate]
How can i show image colored on mouseover?
My questions is similar to this jQuery script i follow for recursively changing images.
A grayscale image
A colored image
$(document).ready(function () {
...
3
votes
2answers
29 views
How do I make CSS hover transitions animate on mouse off AND mouse over, and replicate that in jQuery?
I am using CSS transitions to animate a background colour on mouse hover.
I have the following code:
HTML
<div>
</div>
CSS
div {
width: 100px;
height: 100px;
...
2
votes
4answers
53 views
How to build floating menu bar when scroll down
When I scrolled down site display black menu bar at the top look like float bar.
but I think there's jquery inlvoved On this. I have tried CSS but seems not working for me like the way i want it to
...
0
votes
1answer
28 views
Select option from bootstrap dropdown, that option reveals more/hidden content
I tried to create a drop down that upon selecting a certain option (yes) it reveals more content. I tried to do this using the bootstrap accordion functionality without success. I've created a bootply ...