[jQuery] Adsense

2010-02-24 Thread Priya Ram
About Adsense...?



[jQuery] detaching element bound with the ui slider widget doesn't re-attach to the dom

2010-02-24 Thread jebaird
While playing with the slider widget and .detach() i noticed that if
you attach the slider widget to an element the .detach() that element
from the dom and try to re-atach it the slider doesnt show up again.
its as if i called the destroy method.

  take this code for example

div id=sliderTest/div

$('#sliderTest').slider();
var sliderTest;
//remove the slider
setTimeout(function(){
 sliderTest=$('#sliderTest').detach();

},1000);


//add it again a bit later
   setTimeout(function(){

$('body').append(sliderTest);
console.dir(sliderTest);
},3000);


if you replace the slider widget with datepicker, the calendar appears
then disapears then appears agian.  has any one experienced this
before? is this a bug?


[jQuery] Using jQuery UI with Google Maps

2010-02-24 Thread Thai Dang Vu
Hi,

I create a jQuery dialog which is above a Google map. If I drag that dialog,
the whole google map dispappears. Does anybody have any idea of what
happened?

Thank you.


[jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !!!!!!

2010-02-24 Thread Erik
http://www.dillerdesign.com/experiment/DD_roundies/

On Feb 23, 3:09 pm, Cesar Sanz the.email.tr...@gmail.com wrote:
 What are roundies?



 - Original Message -
 From: Erik eriks...@mac.com
 To: jQuery (English) jquery-en@googlegroups.com
 Sent: Tuesday, February 23, 2010 10:50 AM
 Subject: [jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !!

  Use the ROUNDIES script for IE7, which is really easy.  I personally
  don't care for IE8 so I convert IE8 to work like IE7 by placing the
  following tag under the head:

  meta content=IE=7 http-equiv=X-UA-Compatible