[jQuery] Strange problem with ui.datepicker.js

2009-08-28 Thread Lee Mc
Hi all, Getting a very strange issue with the datepicker component. It seems that whatever the first date on the bottom line of the displayed picker is, is being duplicated. Take a look at what I mean here: http://i773.photobucket.com/albums/yy12/lmcmullen8/datepicker_prob.jpg There are lots

[jQuery] Strange problem getting width/height

2009-05-06 Thread paolo
Hello to everybody, I'm writing you since I'm getting a strange problem with getting height/width of a div I've inserted with div.html (data); Ive got this HTML : I need to autoresize the root

[jQuery] Strange problem in firefox (I think)

2009-02-19 Thread fatslags2...@gmail.com
Hi, I am doing so performance testing with javascript and jquery and came across a strange issue. The following code works fine in IE 7, I can refresh multiple times. When I load the page the first time in firefox 3.0.6 everything is fine, but when I do a refresh firefox locks for about 2 minutes

[jQuery] strange problem

2008-07-04 Thread jack
Hi, all why "$('#browsing_btns').children()" just select nothing? - $('#browsing_btns').children().each(function(xindex){ console.log(xindex + ':'+$(this).attr('id')); }) ... ... If I move all the bottons inside a , then it works. J

[jQuery] strange problem with cluetip

2008-07-03 Thread Rick Pasotto
I am using cluetip on a section of my left menu. Each ajax call returns a small amount of text and possibly a picture. Sometimes it's the wrong picture. Is it possible that if someone moves the mouse over several menu items rather quickly such that several ajax calls are made in quick succession

[jQuery] Strange problem of $.post()

2008-04-10 Thread Huisi Wang
Hi all, I'm a newbie of jQuery. I've tried to send post request by $.post(), and used to succeed. When I try to use $.post() this time, I get a strange problem. I'm trying to send request as below: $.post('http://vhost/deng/commitment/save', {num:1, name:abc}, function(xml) { //something for pro