Hey all,
been banging my head against this one for a while. For a CSS redesign of a site I need a parent div to have a background-image followed by a p child with a transparent background, but foreground text needs to remain at 100% opacity. I tried making a 1px image of a semitransparent (40%) white, but it won't show up when used with...
I read a few questions regarding the Firefox "Script Stack Space Quota is Exhausted." The answers are usually "work with less data".
However, how much "JSON" data we process is not the issue. We created a very small template, then loaded over 700 products with that template without an issue.
The problem seem to be how much HTML is in...
I am using a jquery UI slider on my document. The slider changes the size of the text. In Firefox, the slider maintains the pointer cursor during hover and during the slide action. However, in Safari and Chrome, the cursor changes to the text selector when sliding.
I have tried changing the css for .ui-slider-handle to set cursor:pointe...
$('#myhidde').attr("value",data[0]['MODE']);
Iam calling ajax page which returns me json data
after getting the data from JSON results when i alert also iam able to see the value but iam not able to write to hidden field .What would be the reason .Dying for 2hrs
...
Hi!
I'm trying to get my datepicker (jQuery UI Datepicker), which has one field for "check-in" and another for "check-out" to update the check-out date based on the minimum period (in seconds) pulled in via ajax when the user chooses a check-in date, but to also allow choices to be changed.
For example I want to check-in on January 1, ...
I'm trying to figure out a way to read GET method information from a form with javascript. Our IT department has our servers on lockdown, and as the web team we can only use javascript to accomplish our tasks. I'd use PHP if I could, but I can't.
What I need to do is read data sent via GET method in js if possible, so that I can assign ...
I am using jQuery UI for an in-house application.
I am looking for an easy way to remove all style information provided by jQuery UI on a given widget instance. I'm open to really anything, but a reusable javascript solution would be perfect. It's absolutely imperative that no functionality is lost.
the most important thing is that...
I want to display events in the jQuery UI Datepicker. I want the days that have events to be styled differently from days that don't have events, and I want to display a custom tooltip with the event details when hovering dates with events.
The solution to the question "jQuery UI Datepicker with jQuery tipsy" gets very close, but doesn'...
Hi,
how in jQuery work date?
I want to perform mathematical operations to date.
var date = '2010-11-23 21:32:31';
var date = date - 70;
alert(date);
how get:
2010-11-23 21:31:21
Thanks
...
Hey,
I am having an issue where i have fields on a form that contains an update panel that i want to do Jquery validation on. The issue is when i click the OK button, the validation error message appears then goes away. Looks like some post back type of issue but was wondering if someone could help. THe code is below:
<%@ Page Languag...
I've got a delegate statement that works like so:
$("body").delegate("tr[type='option']",'mouseenter',function(){
The problem is that it's grabbing elements from tables I don't want. So I tried:
$("body").delegate("table[class='ms-MenuUI'] > tr[type='option']",'mouseenter',function(){
Which isn't working at all (though I'm not get...
I have a set of 15 horizontal divs that slide using jQuery. It works great until I get to slide 11. From then on instead of moving to the next slide it will loop through the whole sequence first before it gets to it. So it still works but the loop slide is a bit annoying.
Any help is appreciated.
//curPanel = is the current div slide
...
How did they accomplish this? Have you guys seen: http://www.skittles.com? The site never ends!
...
Hi,
I have this code:
$("#boxId ul li a:eq(0)").click();
Works ok in IE8 and FF, but I'm getting error in IE6 and IE7.
"Object doesn't support this property or method"
Someone knows why?
Obs:
$("#boxFoto ul li a:eq(0)").size(); // returns '1'
...
Hi,
I've googled and tried a number of ways to do this but none work for me so far. What I am looking for is quite simple: I want to be able to tell whether a dropdown has a selected value or not. The problem is that selectedIndex, :selected, val(), etc. do return results for the following case:
<select>
<option value="123">123</option...
Hi,
I have a form with two inputs:
echo $this->Form->input('articulo_id', array('empty'=>'---Select---'));
echo $this->Form->input('numeral_id', array('empty'=>'---Select---', 'type'=>'hidden'));
When the first one changes state the second one gets updated and auto-populated; this is how it gets updated:
$options = array('url' => '...
I'm using jcarousel and I'm loading in a large list of image thumbnails (200 - 600). The problem is that the while the page loads, the thumbnails show up on the page briefly, and then once they finish loading the jcarousel takes over and hides them. I'm wondering if there is a way to hide them from the get go.
...
I would like to do a series of get requests, and then preform some action after all of the get requests have finished. Below is a starting point on the code I have, but since the get request is asynchronous, the "do some action after all getJSON requests finish" executes right away.
What is the proper/best way of going about this?
...
...
Hi.
For 1 source this is the correct code after the ajax call:
url: "links2.xml",
I would like the source to be multiple xml files. How do I include the extra paths?
Thanks.
...
How facebook.com chat working, with few different domain name?
GET http:// www.facebook.com/ajax/presence/reconnect.php?__a=1&reason=6&iframe_loaded=false&post_form_id=23be2df75b74a0bcb61358814c56ba4f 200 OK
GET http://0.50.channel.facebook.com/x/2562941315/4271808869/true/p_1529934952=2 200 OK
I want something like, with jQuery...
B...