[jQuery] Re: Plug-in Mailing list?

2007-05-15 Thread John Resig
I haven't had the opportunity to set it up yet - that along with the dev and web lists. I'll be moving them to Google Groups shortly. --John On 5/16/07, Christopher Jordan <[EMAIL PROTECTED]> wrote: Is the plug-in mailing list still alive? I'm writing a plug-in and I've got some questions I'd

[jQuery] Plug-in Mailing list?

2007-05-15 Thread Christopher Jordan
Is the plug-in mailing list still alive? I'm writing a plug-in and I've got some questions I'd like to talk about with other plug-in developers. Thanks, Chris -- http://cjordan.us

[jQuery] Re: * Important: Repent, Completely trust in God only and, Love Him with all of your heart.

2007-05-15 Thread MikeR
Do not feed the trolls =). On May 15, 8:28 pm, Rey Bango <[EMAIL PROTECTED]> wrote: > Guys, please cut this out. Its cluttering up the list for no good reason. > > Rey... > > > > RobG wrote: > > Secret wrote: > > [...] > >> God is the Intelligent Creator of the Universe. > > > Who created your go

[jQuery] Re: jquery tabs: changing color of unselected tabs

2007-05-15 Thread Klaus Hartl
[EMAIL PROTECTED] wrote: I downloaded a fresh copy of the CSS and applied what you said and indeed it worked great. However, there is one thing that is still lingering on IE. The DIV with class "tab-container" is not being moved to the next line. In other words, it is staying on the same line

[jQuery] Re: (OT) Node.prototype

2007-05-15 Thread Klaus Hartl
Sean Catchpole wrote: Mozilla (Firefox) can extend Node, but IE cannot. Here's a snippet of what I am trying to do: Node.prototype.ac = function(e) { this.appendChild(e); } The problem is that "Node" is not defined in IE. Does anyone have any bright ideas on how we can trick IE into workin

[jQuery] Re: jcarousel safari

2007-05-15 Thread Klaus Hartl
Karl Rudd wrote: I haven't looked at the page but I'll wager it's one of Safari's "lazy update" type problems. Sometimes you change the styling of an object and it doesn't update till it gets an actual change in the DOM. You can try putting the following somewhere after the carousel is built:

[jQuery] Re: jcarousel safari

2007-05-15 Thread Karl Rudd
Err make that: if ( $.browser.safari ) $('').appendTo( $('body') ).remove(); // force redraw Or replace $('body') with some other element you have on hand. Karl Rudd On 5/16/07, Tom Shafer <[EMAIL PROTECTED]> wrote: In safari I have to redraw the page in order for it to work. Lik

[jQuery] Re: jcarousel safari

2007-05-15 Thread Karl Rudd
I haven't looked at the page but I'll wager it's one of Safari's "lazy update" type problems. Sometimes you change the styling of an object and it doesn't update till it gets an actual change in the DOM. You can try putting the following somewhere after the carousel is built: if ( $.browser.saf

[jQuery] Re: * Important: Repent, Completely trust in God only and, Love Him with all of your heart.

2007-05-15 Thread Matt Stith
I think its kinda fun :D On 5/15/07, Christopher Jordan <[EMAIL PROTECTED]> wrote: Amen, Rey. I was about to say the same thing. Let's talk about jQuery instead. Chris Rey Bango wrote: > > Guys, please cut this out. Its cluttering up the list for no good reason. > > Rey... > > RobG wrote: >>

[jQuery] Re: New jTip, Plugged In (alpha)

2007-05-15 Thread Shelane
How about jClue? ;-) jSuperTip? Jack Born described the original jTip as "Tooltips on Steroids" the "infoWidget" hehehe. I'm terrible at naming. It's looking great Karl. I can't wait until it goes GM! On May 15, 6:13 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Hey everyone, > > I've been t

[jQuery] Re: Hide DIV on page click help

2007-05-15 Thread RobG
On May 16, 1:36 am, Jeff <[EMAIL PROTECTED]> wrote: > I am trying to add some functionality to my page where a user clicks > on a link which makes a menu layer visible. That part I've been able > to do. Now, I would like that DIV to disappear when the user clicks > anwhere else on that page, on

[jQuery] Re: * Important: Repent, Completely trust in God only and, Love Him with all of your heart.

2007-05-15 Thread Christopher Jordan
Amen, Rey. I was about to say the same thing. Let's talk about jQuery instead. Chris Rey Bango wrote: Guys, please cut this out. Its cluttering up the list for no good reason. Rey... RobG wrote: Secret wrote: [...] God is the Intelligent Creator of the Universe. Who created your god?

[jQuery] Re: * Important: Repent, Completely trust in God only and, Love Him with all of your heart.

2007-05-15 Thread Rey Bango
Guys, please cut this out. Its cluttering up the list for no good reason. Rey... RobG wrote: Secret wrote: [...] God is the Intelligent Creator of the Universe. Who created your god? If god had a creator, she isn't the ultimate creator and therefore not god. If god doesn't need a creator,

[jQuery] Re: * Important: Repent, Completely trust in God only and, Love Him with all of your heart.

2007-05-15 Thread RobG
Secret wrote: [...] > God is the Intelligent Creator of the Universe. Who created your god? If god had a creator, she isn't the ultimate creator and therefore not god. If god doesn't need a creator, why does the universe need one? [...] > Characteristics of God: Omnipotence, Omniscience, Omnip

[jQuery] jcarousel safari

2007-05-15 Thread Tom Shafer
In safari I have to redraw the page in order for it to work. Like resize it or something. It has to be redrawn so I can use the arrows. Anybody else have this prob? -TJ

[jQuery] Re: New jTip, Plugged In (alpha)

2007-05-15 Thread Christopher Jordan
+1 Karl. Very cool stuff! :o) Chris John Beppu wrote: Very nice! On 5/15/07, *Karl Swedberg* <[EMAIL PROTECTED] > wrote: Hey everyone, I've been toying around with a new version of the jTip plugin, which was originally created by Cody Lindley. -- h

[jQuery] Re: New jTip, Plugged In (alpha)

2007-05-15 Thread John Beppu
Very nice! On 5/15/07, Karl Swedberg <[EMAIL PROTECTED]> wrote: Hey everyone, I've been toying around with a new version of the jTip plugin, which was originally created by Cody Lindley.

[jQuery] Re: New jTip, Plugged In (alpha)

2007-05-15 Thread Rey Bango
I love it. VERY COOL my man. Karl Swedberg wrote: Hey everyone, I've been toying around with a new version of the jTip plugin, which was originally created by Cody Lindley. This one is a complete re-write, and like Klaus's Thickbox Reloaded, it uses the more jQuery-ish syntax. So, now you

[jQuery] New jTip, Plugged In (alpha)

2007-05-15 Thread Karl Swedberg
Hey everyone, I've been toying around with a new version of the jTip plugin, which was originally created by Cody Lindley. This one is a complete re-write, and like Klaus's Thickbox Reloaded, it uses the more jQuery-ish syntax. So, now you can do something like this to have a jTip appear

[jQuery] Re: JQuery Shopping Cart

2007-05-15 Thread Erik Beeson
The "revert" behavior appears (to me anyways) to indicate that the item wasn't dropped on a valid drop target, so I don't like it that dropping an item on the "basket" area still shows the item reverting. Here's a handy little trick to make it not revert when dropped on a droppable: $('div.dropp

[jQuery] Re: jqModal question

2007-05-15 Thread Benjamin Sterling
That is great to hear. On 5/15/07, Shelane Enos <[EMAIL PROTECTED]> wrote: Since I was doing an ajax request, I passed the ID of the item I wanted to change and had lasso display it on the modal's js. It's working great. Thanks. On 5/15/07 2:09 PM, "Shelane Enos" <[EMAIL PROTECTED]> wrote:

[jQuery] Re: JQuery Shopping Cart

2007-05-15 Thread David
hi There, If you take a look at the interface plugin demos (http://interface.eyecon.ro/demos) you will find a demonstration of a shopping cart that does pretty much what you would like: http://interface.eyecon.ro/demos/cart.html Regards, David cfdvlpr wrote: Has anyone done a shopping car

[jQuery] JQuery Shopping Cart

2007-05-15 Thread cfdvlpr
Has anyone done a shopping cart using JQuery? I'm about to try and create a nice spiffy shopping cart that allows the user to add and edit items in a cart without refreshing the page. Before I start, does anyone have any tips, advice, or source code to share to help me get started?

[jQuery] Re: DOM friendly link creation

2007-05-15 Thread Wizzud
Actually I thought I grasped the problem fairly well. The bit I might have misunderstood was the relative importance of the "Failing that ..." part, as I thought you wanted to solve the problem rather than sidestep it. Ah well ... -- View this message in context: http://www.nabble.com/DOM-frie

[jQuery] Re: showing overlay when loading doesn't fullscreen when scroll-down

2007-05-15 Thread Erik Beeson
Beware, fixed positioning doesn't work in IE6. Google 'ie6 position fixed' for some suggestions on getting around the problem. --Erik On 5/15/07, ibug~ <[EMAIL PROTECTED]> wrote: I have changed css code "position: fixed" on both #overlay and #modal , its work!

[jQuery] Re: * Important: Repent, Completely trust in God only and, Love Him with all of your heart.

2007-05-15 Thread Alex Ezell
On 5/15/07, Gordon <[EMAIL PROTECTED]> wrote: I just love fundies. But I couldn't eat a whole one. Sure you could. You'll find they're mostly full of hot air. /alex

[jQuery] Re: jqModal Ajax question

2007-05-15 Thread Terak
To simplify my problem with the jqModal window not showing. If I declare a trigger in the parameter it works but if I try to manually do a jqmShow() it doesn't work. This doesn't work for me: $(document).ready(function () { $(".modal_box:first").click(function(){

[jQuery] Re: * Important: Repent, Completely trust in God only and, Love Him with all of your heart.

2007-05-15 Thread Gordon
I just love fundies. But I couldn't eat a whole one.

[jQuery] Re: jqModal Ajax question

2007-05-15 Thread Terak
Benjamin, Actually that bind function if somewhat model after one of your post. I've refine it a little but I'm still having problem jqModal showing up instead it's going to the next page. $(document).ready(function () { bindModalBox = function(){ $(".modal_box")

[jQuery] Re: DOM friendly link creation

2007-05-15 Thread Gordon
On May 13, 10:21 am, Wizzud <[EMAIL PROTECTED]> wrote: > Sounds to me like you should be considering rewriting your wrapping code to > traverse the dom tree below the target div, rather than treating the whole > inner html as a single element. This would solve your problem of not > wrapping things

[jQuery] Re: jqModal question

2007-05-15 Thread Shelane Enos
Since I was doing an ajax request, I passed the ID of the item I wanted to change and had lasso display it on the modal¹s js. It¹s working great. Thanks. On 5/15/07 2:09 PM, "Shelane Enos" <[EMAIL PROTECTED]> wrote: > I haven¹t tried this yet, but just wondering... The image I need to load is >

[jQuery] Re: * Important: Repent, Completely trust in God only and, Love Him with all of your heart.

2007-05-15 Thread Josh Nathanson
It's funny how they're so anti-science, yet without science, I doubt we'd have computers or email to allow them to spread the good word so easily. - Original Message - From: "Matt Stith" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 15, 2007 4:14 PM Subject: [jQuery] Re: * Important:

[jQuery] Re: * Important: Repent, Completely trust in God only and, Love Him with all of your heart.

2007-05-15 Thread Matt Stith
ha, some of this stuff is kinda funny... On 5/15/07, ThePengwin <[EMAIL PROTECTED]> wrote: "If you refuse to trust in God, it's not my loss." So yeah, why are you trying to enfore your beliefs on people again?

[jQuery] (OT) Node.prototype

2007-05-15 Thread Sean Catchpole
Mozilla (Firefox) can extend Node, but IE cannot. Here's a snippet of what I am trying to do: Node.prototype.ac = function(e) { this.appendChild(e); } The problem is that "Node" is not defined in IE. Does anyone have any bright ideas on how we can trick IE into working also? ~Sean

[jQuery] Re: return a variable after an ajax call

2007-05-15 Thread Erik Beeson
The easy answer is "no, it doesn't work like that." I assume you mean you want validateField to return based on the result of the $.get callback? The whole point of the callback stuff is that the validate function has long since finished executing by the time your code in the callback function st

[jQuery] Re: Linking each list item to respective div container.

2007-05-15 Thread Karl Rudd
Why don't you want do this "without naming ids and classes"? My recommendation would be to use something like this: $(function() { var targets = $('[EMAIL PROTECTED]'); if ( !targets.length ) return; var firstTarget = targets[0]; var pageLinks = $('[EMAIL PROTEC

[jQuery] Re: Parse XML with IE

2007-05-15 Thread philguillard
I finally found out when preparing a clean sample to put online, that's usually the case! : the presence of the metadata plugin ! Crazy Just the js inclusion since i was not really using it. http://fyneworks.blogspot.com/2007/04/fix-for-jquery-bug-in-ie-working-with.html Thanks Phil Ⓙⓐⓚⓔ wrot

[jQuery] Re: Text Highlighting from Search

2007-05-15 Thread Glen Lipka
On 5/15/07, Renato Formato <[EMAIL PROTECTED]> wrote: > Wow, that looks robust. Definetely let me know when it's released. > So I assume, I would remove the search definitions and add something like: > [/^http:\/\/(www\.)?commadot\./i, /s=([^&]+)/i], > > I get a little lost on the syntax there

[jQuery] return a variable after an ajax call

2007-05-15 Thread Paul Malan
Hi all, I'm sorry if this has been answered before; it seems simpler than I'm making it. I am validating a form field on blur by calling a function validateField. This function handles the ajax interaction and passes the response to another function showIcon, which determines which icon to displ

[jQuery] Re: * Important: Repent, Completely trust in God only and, Love Him with all of your heart.

2007-05-15 Thread ThePengwin
"If you refuse to trust in God, it's not my loss." So yeah, why are you trying to enfore your beliefs on people again?

[jQuery] Re: kelvinluck - date-picker V2

2007-05-15 Thread Kelvin Luck
Hi, Sorry about the console.log statement - I should have removed that... I'm afraid I don't have IE7 here to test with... Can you confirm that you experience the problem on my demo page: http://kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerIntoSelects.html If you do and can giv

[jQuery] Re: Parse XML with IE

2007-05-15 Thread philguillard
Jake and Benjamin, thanks for help, No success with nor $("root/jquery", response).text() In the complete callback i get my content with response.responseText right. I'll try to set something online for tomorrow. Mybe i should try with another IE6/another PC. Anyway i'm happy to hear this

[jQuery] Re: jqModal Ajax question

2007-05-15 Thread Benjamin Sterling
Terak, I am heading out but wanted to reply to your message. Take a look at http://ov-oba2.informationexperts.com/ and take at http://ov-oba2.informationexperts.com/common/js/oba.js and the function buildDialogBox toward the bottom. I had to do what you are trying to do for this app and maybe yo

[jQuery] Re: * Important: Repent, Completely trust in God only and, Love Him with all of your heart.

2007-05-15 Thread Aaron Heimlich
wellthis is a first On 5/15/07, Christopher Jordan <[EMAIL PROTECTED]> wrote: Amen. Thou shall not spam mailing lists in the name of thy God. It's the twelfth commandment. What's the 11th? According to my high school algebra teacher it's "Thou shall not divide by zero!" ;o) Marshall S

[jQuery] jqModal Ajax question

2007-05-15 Thread Terak
I'm trying to open another jqModal window within a jqModal window and then resize the new window. Currently I'm using latest JQuery and jqModal +r9. I'm having problem bringing up the modal window, and I tried specifying trigger: false in the parameter. Here's my Javascript. $(document)

[jQuery] Re: * Important: Repent, Completely trust in God only and, Love Him with all of your heart.

2007-05-15 Thread Christopher Jordan
Amen. Thou shall not spam mailing lists in the name of thy God. It's the twelfth commandment. What's the 11th? According to my high school algebra teacher it's "Thou shall not divide by zero!" ;o) Marshall Salinger wrote: It's a sin to spam the jQuery list! Secret wrote: There is a sectio

[jQuery] Re: jquery tabs: changing color of unselected tabs

2007-05-15 Thread [EMAIL PROTECTED]
I downloaded a fresh copy of the CSS and applied what you said and indeed it worked great. However, there is one thing that is still lingering on IE. The DIV with class "tab-container" is not being moved to the next line. In other words, it is staying on the same line. I created a simplified v

[jQuery] Re: * Important: Repent, Completely trust in God only and, Love Him with all of your heart.

2007-05-15 Thread Marshall Salinger
It's a sin to spam the jQuery list! Secret wrote: There is a section below with the title "Atheism and Evolution are WRONG." All those who have sinned deserve to suffer in Hell forever. "Pride" is an example of a terrible sin. 1. Repent (be truly sorry for your sins; beg for God's forgiveness

[jQuery] Re: Getting a checkbox value

2007-05-15 Thread Josh Nathanson
You have to do something like this: $(this).attr("checked") ? $(this).val() : 0 This will return the value if it's checked, or 0 if it's not. $(this).val() is just reaching into the dom and getting the attribute "value" of the element, whether or not it's checked. -- Josh - Original Me

[jQuery] Getting a checkbox value

2007-05-15 Thread Skilip
Hi, how do I get the value of a checkbox? If i use this code I get for both checked and unchecked 1 as a result. $('#edit-use-background-image').change(function() { alert($(this).val()); });

[jQuery] Re: jqModal question

2007-05-15 Thread Shelane Enos
I haven¹t tried this yet, but just wondering... The image I need to load is based on the results of what done in the modal and what result is returned from the server. Ideally, the action I perform on the modal (when something clicked) would also cause the modal to close. On 5/15/07 2:01 PM, "Be

[jQuery] Re: jqModal question

2007-05-15 Thread Benjamin Sterling
Maybe something like below (not tested and off the top of my head) var currentObject = null; $(function(){ $('.invited').css('cursor','pointer').click(function(){ var url = 'myserverpage.lasso?task=event&event=1&volunteer='; url += $(this).attr('id'); currentObject = this; $('#invitation').jqm({

[jQuery] Re: jquery tabs: changing color of unselected tabs

2007-05-15 Thread Klaus Hartl
[EMAIL PROTECTED] wrote: Hi, This should be simple, I know, but I'm having problems. Using the default stylesheet that accompanies the Jquery Tabs example, how do I change the color of unselected links? I tried adding a "color:" directive to the ".tabs-nav a" class, but to no avail. The link

[jQuery] Re: Parse XML with IE

2007-05-15 Thread Benjamin Sterling
Phil, Not sure if it will help, but make you declaration try $("root/jquery", response).text() instead of $("/root/jquery", response).text() and see if that returns anything, that is what I use with no issue. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: Parse XML with IE

2007-05-15 Thread Ⓙⓐⓚⓔ
the name of the program is 'test' in the root directory of the server... it sets the header to be text/xml... inside success, response is the xml tree of the response, not much good for debugging. If the alert returns '' for the result, I guess there is a problem. in the complete callback, you ca

[jQuery] Linking each list item to respective div container.

2007-05-15 Thread [EMAIL PROTECTED] d
Hi there, I just started to working on jQuery and am finding it extremely easy to use. However I've been trying to find a solution to a simple navigation problem here.. My markup has a list with a few 'li' items. So for each click on a list item it would show the respective div container and hide

[jQuery] Re: jquery tabs: changing color of unselected tabs

2007-05-15 Thread Klaus Hartl
Giuliano Marcangelo wrote: Dave, if you "go"a little more specific, and target the .tabs-nav a span, and apply a color to that..and at same time target .tabs-nav .tabs-selected a span for some contrast...you will get your desired effect There's no need to go more specific (besides that it's

[jQuery] Re: jqModal question

2007-05-15 Thread Shelane Enos
That did do it. Thanks. Another question. Is there a way to know the object that was clicked to open the modal so that when I do something in the modal I can reflect a change (in this case, replace the image that was clicked)? On 5/15/07 10:35 AM, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote:

[jQuery] Re: thickbox reloaded?

2007-05-15 Thread Alexandre Plennevaux
>> " The rel attribute actually has some meaning and I don't think it should be used for such kind of processing (I'd consider that as obtrusive). A user agent may provide some useful information depending on the value of the rel attribute, whereas a value of say "iframe" is obtrusive/useless for

[jQuery] Re: jquery tabs: changing color of unselected tabs

2007-05-15 Thread Giuliano Marcangelo
Dave, the styling works for me in IE6, ff and opera. On 15/05/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Thanks for this info. I added these to the bottom of the stylesheet > > .tabs-nav a span { > color: #ff; > } > .tabs-nav .tabs-selected a

[jQuery] Re: jquery tabs: changing color of unselected tabs

2007-05-15 Thread Giuliano Marcangelo
Dave, if you "go"a little more specific, and target the .tabs-nav a span, and apply a color to that..and at same time target .tabs-nav .tabs-selected a span for some contrast...you will get your desired effect On 15/05/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, This should be simp

[jQuery] Re: Parse XML with IE

2007-05-15 Thread philguillard
Thank you guys. I still can't manage to parse any XML data with IE6. True it is cleaner to use dataType : 'xml' and use success, but : Whith a basic sample, and i checked mime type was really "text/xml" hello $.ajax({ type: "GET", url: "/test", dataType : 'xml',

[jQuery] Re: jquery tabs: changing color of unselected tabs

2007-05-15 Thread [EMAIL PROTECTED]
Thanks for this info. I added these to the bottom of the stylesheet .tabs-nav a span { color: #ff; } .tabs-nav .tabs-selected a span { color: #00; } Works great on Firefox and almost on IE. On IE, the selected tab text is still in whit

[jQuery] Re: Retrieving specific xml node from xml document

2007-05-15 Thread Jake McGraw
Marcus, if you deliver your content as HTML, all you have to do is insert it into your document, you don't have to fuss with all this XML processing. You can then attach an "click" event onto each thumbnail. - jake On 5/15/07, chillstroll <[EMAIL PROTECTED]> wrote: > > > Jake, > Not quite sure wh

[jQuery] Re: jquery.innerfade.js Random Problem

2007-05-15 Thread Scott Sauyet
I think this would do it. The original code is starting with 0 intentionally. It's not hard to switch to starting with a random one: } else if ( settings.type == 'random' ) { // add this: var first = Math.floor ( Math.random ( ) * ( elements.length ) )

[jQuery] Re: showing overlay when loading doesn't fullscreen when scroll-down

2007-05-15 Thread ibug~
I have changed css code "position: fixed" on both #overlay and #modal , its work!

[jQuery] Re: Retrieving specific xml node from xml document

2007-05-15 Thread chillstroll
Jake, Not quite sure what you mean. As you can tell, I'm a JQuery newbie. The xml gets created from a content mgmt system and written to a file. I'm sure I could query the db and return all the required info and place in html instead of using a xml file; howver I'm not sure how this would solve my

[jQuery] Re: thickbox reloaded?

2007-05-15 Thread Alexandre Plennevaux
>>Yes. I don't see the need for the usage of an iframe if you're in the same domain. Indeed, but when i discovered that i was at 6/8 of the development. A bit late to redo everything. In the meanwhile, i need that hack. >> $("element").thickbox({ width: '50%', height: '50%' }); I tried that, t

[jQuery] Re: Estimated 1.1.3 release date?

2007-05-15 Thread MikeR
Ok great, John =). Thanks for the update. On May 15, 12:43 pm, "John Resig" <[EMAIL PROTECTED]> wrote: > We're still dealing with site issues, hopefully this weekend, but > again, that's what I said last week before the attack. > > --John > > On 5/15/07, MikeR <[EMAIL PROTECTED]> wrote: > > > > >

[jQuery] Re: $.blockUI()

2007-05-15 Thread Mike Alsup
No, there is no option for that. You should simply cache that element in a variable so that you can resuse it when needed. Mike > is there some way to reference a element, not html code, and have the > orignal element not be removed. > > currently when you call say $.blockUI($('#modal')); it r

[jQuery] Re: Retrieving specific xml node from xml document

2007-05-15 Thread Jake McGraw
Chill: I've looked over what you've submitted, couple of suggestions: 1. You're delivering a lot of your data using Ajax, and nothing about your application really takes advantage of JavaScript (other than hiding a bit of the delivered information). You should consider delivering this informatio

[jQuery] Re: Estimated 1.1.3 release date?

2007-05-15 Thread John Resig
We're still dealing with site issues, hopefully this weekend, but again, that's what I said last week before the attack. --John On 5/15/07, MikeR <[EMAIL PROTECTED]> wrote: > > I understand that the site issues, illnesses, etc caused delays... but > does anybody have a new estimated date for the

[jQuery] $.blockUI()

2007-05-15 Thread philip . waters . pryce
is there some way to reference a element, not html code, and have the orignal element not be removed. currently when you call say $.blockUI($('#modal')); it removed #modal from the DOM, is there some kind of option to turn this off? and posibly just make that element invisible or not displayed?

[jQuery] Re: Estimated 1.1.3 release date?

2007-05-15 Thread MikeR
I understand that the site issues, illnesses, etc caused delays... but does anybody have a new estimated date for the jQuery 1.1.3 release? Thanks! On Apr 28, 8:13 pm, "Brandon Aaron" <[EMAIL PROTECTED]> wrote: > Here is a list of fixes thus far that will be in > 1.1.3:http://tinyurl.com/2t2we5

[jQuery] Re: Form Validation Plugin

2007-05-15 Thread Dan G. Switzer, II
Exactly! -Dan _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mandy Singh Sent: Tuesday, May 15, 2007 2:06 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Form Validation Plugin Oh! Didn't know that. Thanks for pointing that out Dan (I am new t

[jQuery] jquery.innerfade.js Random Problem

2007-05-15 Thread Aaron
I am trying to use this script jquery.innerfade.js but am having a little bit of a problem. You can see it here. http://medienfreunde.com/lab/innerfade/ I have set it to random but it still always starts with the first item and then shows the others randomly. How can you make it start out by di

[jQuery] Re: Retrieving specific xml node from xml document

2007-05-15 Thread chillstroll
Sure thing..This is what I have so far: XML DOC: Monday, May 14, 2007 Monday 051407.jpg San Antonio Hosts Training for Ministry Conference Text Here 2007-5-14.asx

[jQuery] Re: Retrieving specific xml node from xml document

2007-05-15 Thread chillstroll
Sure thing.. XML DOC: Monday, May 14, 2007 Monday 051407.jpg San Antonio Hosts Training for Ministry Conference Text Here 2007-5-14.asx Names of God bracelet

[jQuery] Re: Form Validation Plugin

2007-05-15 Thread Mandy Singh
Oh! Didn't know that. Thanks for pointing that out Dan (I am new to jquery had been using prototype till now). So, just the packed version of the file is good enough? And using that I can define the rules such as - $("#myform").validate({ event: "keyup" rules: { firstnam

[jQuery] Re: Parse XML with IE

2007-05-15 Thread Ⓙⓐⓚⓔ
Phil, your code says: do a get, when it's complete look for rootnode. BUT, what if the response has no xml, is malformed, or got some other error. You're ignoring all possible errors! success callback calls back when you have a good result (or pretty good) error is called for most errors. comple

[jQuery] Re: Parse XML with IE

2007-05-15 Thread Benjamin Sterling
Phil, set your datatype to xml, ie. dataType : 'xml', -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: jqModal question

2007-05-15 Thread Benjamin Sterling
Change $('#invitation').jqm({ajax: url, trigger: $(this)}); to $('#invitation').jqm({ajax: url}).jqmShow(); And that should do it (hopefully) -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: Retrieving specific xml node from xml document

2007-05-15 Thread Benjamin Sterling
Marcus, Would you mind sending what you have so far, my brain is not working real well today and would help more if I have what you have? -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com --~--~-~--~~~---~--~~ You received this message bec

[jQuery] Re: Retrieving specific xml node from xml document

2007-05-15 Thread chillstroll
Yes that is correct. However it is not showing. I tried your examples but it did not work. Where does the code go? I currently have it outside the success function of .ajax but still inside the main document.ready function. Is that correct. If I add the code $('.wkguidetoday:first').show(); right

[jQuery] What happened to jQuery if-else? (ifelse, jif jelse, $if $else)

2007-05-15 Thread George Adamson
There have been various musings on the possibility of offering if-else methods in jQuery. I know from the archives and svn etc that there have been some great ideas and developments too, but they seem to have fizzled out for one reason or another. (for instance http://66.102.9.104/search?q=cach

[jQuery] Re: Form Validation Plugin

2007-05-15 Thread Dan G. Switzer, II
Mandy, >I had a look at that before I posted. That does what I want but for simple >validations I can't include 40-50 KB of code (cmforms, meta.js, >jquery.validate)...thats an overkill when I just want a required:true >check. > >Any other? The only thing that is required is jquery.validate.js.

[jQuery] jquery tabs: changing color of unselected tabs

2007-05-15 Thread [EMAIL PROTECTED]
Hi, This should be simple, I know, but I'm having problems. Using the default stylesheet that accompanies the Jquery Tabs example, how do I change the color of unselected links? I tried adding a "color:" directive to the ".tabs-nav a" class, but to no avail. The links still appear as the stand

[jQuery] Re: thickbox reloaded?

2007-05-15 Thread Dylan Verheul
On 5/15/07, Klaus Hartl <[EMAIL PROTECTED]> wrote: Yes. I don't see the need for the usage of an iframe if you're in the same domain. I do. Launch a form in an iframe using thickbox, and allow that form to be submitted into the iframe. You could probably do the same with the forms plugin and

[jQuery] Re: Form Validation Plugin

2007-05-15 Thread Mandy Singh
Luc, I had a look at that before I posted. That does what I want but for simple validations I can't include 40-50 KB of code (cmforms, meta.js, jquery.validate)...thats an overkill when I just want a required:true check. Any other? Thanks, Mandy. On 5/15/07, Luc Pestille <[EMAIL PROTECTED]> wro

[jQuery] Re: [OT] dedicated hosting in europe

2007-05-15 Thread spinnach
thanks, benjamin, didn't know about that forum.. dennis. Benjamin Sterling wrote: Dennis, check out webhostingtalk.com they have a pretty good recommendation section. or at least had. Did not see that section just now, but you can ask in the forum there. -- Ben

[jQuery] jqModal question

2007-05-15 Thread Shelane
I have a page with a list of volunteers for an event. Their "status" is displayed as to whether the have not received an invitation (class="invite"), they received an invitation and haven't responded (class="unknown"), they accepted the invitation (class="accepted"), they declined the invitation

[jQuery] Parse XML with IE

2007-05-15 Thread philguillard
Hi all, I know IE6 (maybe 7) is known to have limited ability to parse XML but it seems it can. After an ajax call, i'd like to parse the xml file like this : $.ajax({ type: "GET", url: url, complete: function(response){ var rootNode = $(

[jQuery] Re: thickbox reloaded?

2007-05-15 Thread Su
On 5/15/07, Klaus Hartl <[EMAIL PROTECTED]> wrote: name) heavily there already, and whats in SVN now is stable (could call it beta). Oh, yay. I've been holding off on something that would use TB until Reloaded settled so I could decide on a flavor.

[jQuery] Re: thickbox reloaded?

2007-05-15 Thread Klaus Hartl
BAlexandre Plennevaux wrote: Hello Klaus, great: although i used TB2 quite a lot (that's what got me into jquery in the first place), as i grew more used to the jquery way of coding, i prefer the reloaded code. $("element").thickbox(); I'm now trying to hack your implementation so that it a

[jQuery] Re: [OT] dedicated hosting in europe

2007-05-15 Thread Benjamin Sterling
Dennis, check out webhostingtalk.com they have a pretty good recommendation section. or at least had. Did not see that section just now, but you can ask in the forum there. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] onRelease (drop) event for Interface Elements Slider

2007-05-15 Thread [EMAIL PROTECTED]
I'm trying to figure out if there is a way to monitor the release event for the Interface Elements Slider widget. Essentially, I am trying to update the position of the slider using SetValues on a constant basis, but want to suspend that updating process when the user begins dragging the slider ha

[jQuery] Re: binding to two events (resize and onload)

2007-05-15 Thread willwade
Ive got it - for the record: $(document).ready(resizeCols); $(window).bind('resize', resizeCols); function resizeCols() { //Get full width of central col var divWidth = $('#col-centre').width(); //now main should always be 80% and

[jQuery] Re: Retrieving specific xml node from xml document

2007-05-15 Thread Benjamin Sterling
Not sure if I am totally understanding, so bare with me. You want the first on to sure of the divs with the class "wkguidetoday" correct? Then something like (not tested and off the top of my head) $('.wkguidetoday"[0]).show(); or $('.wkguidetoday:first").show(); or $('wkguidetoday').lt(1).show(

[jQuery] Re: Retrieving specific xml node from xml document

2007-05-15 Thread chillstroll
Almost got it only one problem now. How do I get the specific div details that was hidden on document load to show again? JQUERY CODE: $(function() { $.ajax({url: 'tiydschedule.xml', type: 'GET', dataType: '

[jQuery] Hide DIV on page click help

2007-05-15 Thread Jeff
I am trying to add some functionality to my page where a user clicks on a link which makes a menu layer visible. That part I've been able to do. Now, I would like that DIV to disappear when the user clicks anwhere else on that page, on other words, making the menu disappear when it loses focus.

  1   2   >