[jQuery] uncheck and check box using jquery pls help

2007-01-17 Thread Michael Holloway
Hi Rohit Isn't that what you use radio buttons for? hi i am very new to this group acctually i have problem regrading the check box my requirement is like that i need to uncheck one check box which is by default checked and i need to uncheck that while checking another check box thanking you _

[jQuery] Apps used to reply to this list

2006-12-13 Thread Michael Holloway
I've been clicking on the email address as when I hit reply or reply-all, it doesn't fill in the 'to' field. Weird :s ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Apps used to reply to this list

2006-12-13 Thread Michael Holloway
Hi people, I seem to have problems creating a reply to the messages on this list, whenever I post a reply, it always creates a new thread rather than continue another, I'm using Thunderbird 1.5.0.8 on the mac. Does anyone else use this program/version and can tell me what I'm doing wrong. If n

[jQuery] Is it a bug

2006-12-13 Thread Michael Holloway
if the form like this: The table does not display in firefox(i use ff2.0), but it's ok in IE. and i can find the table of dom from DOM inspector add-on, it does exists!! i try some lots of ways to find what happened. And last i find. if html like this: Hi Johnny, Your first co

[jQuery] datePicker changes layout

2006-12-07 Thread Michael Holloway
Not sure if my responses get through, basically it's a problem relating to the floating of the calendar button. Search for 'clearfix' on google and attach that classname to a containing div.* Posted:* Thu Dec 7 11:13:55 EST 2006 *From:* Kelvin Luck mailto:discuss%40jquery.com?Subject=%5BjQuery%5

[jQuery] datePicker changes layout

2006-12-07 Thread Michael Holloway
I noticed this too, it must be down to the floated calendar button You could wrap your inputs in a div and give it a 'clearfix' class: http://positioniseverything.net/easyclearing.html ___ jQuery mailing list discuss@jquery.com http://jquery.com/discus

[jQuery] WYMeditor plugin

2006-12-06 Thread Michael Holloway
Hi there, The jQuery version of WYM really appeals to me. Unfortunately it is quite a way from the demo over at wymeditor.org, what is the sort of timeline for similar functionality to the demo version using jQuery? Is there anything I can do to help? I have a good understanding of JavaScript,

[jQuery] Stop using thickbox!

2006-12-01 Thread Michael Holloway
Another point towards using css over tables for layout.. It's a lot easier to reach semantically meaningful markup. Tables are for tabular data, abused by rookies of the web dev. industry for grid layouts, and before I get flamed for "but the client wants it to look exactly like x,y,z", I've be

[jQuery] Change href of external links

2006-11-28 Thread Michael Holloway
Woah, that's pretty tight. Nice one. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Change href of external links

2006-11-28 Thread Michael Holloway
Hi Adam, Welcome to the community. I haven't tried this, but how about: // each a-tag $('a').each(function(){ // if the url contains http or https we take it it's an external url if(this.href.match(/https?/)){ // when the link is clicked, open a popup and stop the parent going any

[jQuery] Thickbox: Page jump in Ajax content

2006-11-28 Thread Michael Holloway
Hi all, Came up against this problem earlier today, I searched around and found that similar people had the same problem, e.g. http://codylindley.com/thickboxforum/comments.php?DiscussionID=302&page=1#Item_0 I'm trying to jump to an anchor in the content that is loaded within a thickbox popup.

[jQuery] I hate coding! (was:Star Rating Plugin?)

2006-11-05 Thread Michael Holloway
The original comment made me giggle too, but the guy doesn't need flaming by the community, Klaus pointed out concerns about Jake's coding earlier. I think Jake was just trying to point out how simple and easy to use, yet effective jQuery can be. ___

[jQuery] What is the best way to queue several effects?

2006-10-17 Thread Michael Holloway
Doesn't work for me? FF 2 RC3. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Cheat Sheet?

2006-10-09 Thread Michael Holloway
Work fine for me? Did you copy the links into the url rather than click them? Their broken over two lines. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] New plug-in: quickSearch

2006-10-02 Thread Michael Holloway
http://rikrikrik.com/jquery/quicksearch/list.html I get no results when I type in 'United' but 'United Kingdom', etc. is there. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] needed: edit html plugin

2006-08-26 Thread Michael Holloway
Do you mean you need a wysiwyg? * Posted:* Thu Aug 24 21:46:40 EDT 2006 *From:* Francisco Brito mailto:discuss%40jquery.com?Subject=%5BjQuery%5D%20needed%3A%20edit%20html%20plugin&In-Reply-To=22910c670608241142l2374443ajeb2bf8667e2c0ee2%40mail.gmail.com>> Hmm... not that kind of selections/ranges.