[jQuery] Re: urgent help

2010-01-06 Thread MOZ
link to demo? On Jan 6, 3:49 am, Sugi wrote: > I am using Jquery plugins like flowplayer,fancy plugin for image and > video stuffs...It creates lot of erros with IE 6. Can any one help to > fix compatability issue with IE6? Please reply..Very urgent

[jQuery] Re: Username availability check and form validation

2009-07-21 Thread MOZ
This may help you: http://beski.wordpress.com/2009/05/16/check-email-already-exist-ajax-jquery/ On Jul 20, 5:28 pm, psykeeq wrote: > So I have a JQuery/ajax username availability check function which > calls a file check.php that scans the database  for existing username > and lets you know if t

[jQuery] Re: Need help on How to load content via AJAX in jQuery

2009-07-04 Thread MOZ
Hi, on your page: http://www.enaturalskin.com/needhelp.htm each time the window scroll to the top because of anchor #, use preventDefault(); to avoid this, just a suggestion. Also see the improved version: http://yensdesign.com/2009/06/safe-ajax-links-using-jquery/ This trick will make your web

[jQuery] Doubt in setting postions

2009-06-04 Thread MOZ
Hi all, Just had a doubt this morning... http://docs.jquery.com/CSS We have offset() and position() to get the left, top values of an element relative to document and parent respectively. Both are working same with FF3 and IE7. But, to set the positions i use $("#element-id").css({'left': 'value

[jQuery] Re: Changing the Cell Colors in DatePicker

2009-04-29 Thread MOZ
Try $(this).css({'background-color':'', 'color':''}); http://docs.jquery.com/CSS/css#namevalue On Apr 29, 11:40 am, Code Daemon wrote: > I've tried to two different datepicker scripts and what I'm trying to > do is hilite which dates satisfy a certain condition. > > For example, when the page

[jQuery] Re: How to select one of the many forms i have

2009-04-26 Thread MOZ
This may help: Script: - $(document).ready(function(){ $("form[name='form1'] input[name='myRadio']").click(function(){ alert(this.value); }); }); Form On Apr 25, 1:09 am, funkyasl wrote: > Hi all, > I'm a jquery newbie. I'

[jQuery] Re: Some pseudo help if you'd be so kind?

2009-04-24 Thread MOZ
How about this? Code: http://beski.wordpress.com/2009/04/24/show-more-comments-ajax-jquery-php-mysql/ Demo: http://mix26.com/demo/show_more/index.php -Beschi On Apr 22, 7:18 pm, ldexterldesign wrote: > Hey guys, > > I have 10 separate posts displayed on a page. I want to hide 7 (of the > olde