[jQuery] Re: XML Parsing Question...

2008-10-14 Thread KenLG
Because I don't want to deal with the customer service calls generated by the ActiveX objects. Plenty of people working in corporate cubbyholes get their computers locked down so that ActiveX isn't allowed to execute. Not that I really want to worry about IE6 but I can't exclude them yet. :) And,

[jQuery] Re: Pack or Min | Which is better for faster loading?

2008-10-14 Thread Bil Corry
Sridhar Kuppalli wrote on 10/14/2008 11:32 AM: > Which of these are better for faster loading? > > jquery-1.2.6.min.js(size-54kb) > > jquery-1.2.6.pack.js (size-30kb) > The min version. Even better, enable gzip compression at the server. And even better still, use the Expires

[jQuery] Re: Hover not work properly when moving mouse fast...

2008-10-14 Thread Karl Rudd
It seems to work as I expect it too on the example page. Can you provide a working example and explain what you expect to happen? Karl Rudd On Wed, Oct 15, 2008 at 2:02 PM, Mech7 <[EMAIL PROTECTED]> wrote: > > http://docs.jquery.com/Events/mouseout > > Even in the example it does not work corre

[jQuery] Re: jguiry conflicts Nitobi development

2008-10-14 Thread Karl Rudd
Nitobi has a $ function of it's own which conflicts with jQuery's version. See the link below for how to get things working together: http://docs.jquery.com/Using_jQuery_with_Other_Libraries Karl Rudd On Wed, Oct 15, 2008 at 1:23 PM, elyas <[EMAIL PROTECTED]> wrote: > > i am using Interspie

[jQuery] Hover not work properly when moving mouse fast...

2008-10-14 Thread Mech7
http://docs.jquery.com/Events/mouseout Even in the example it does not work correct.. for example make some circles with the mouse on mouseout.. it will keep adding numbers. Also with mousenter, move it fast and the numbers will go up with big amounts. :( How to fix this, i can't use mouseout ca

[jQuery] Re: Translate standard HREF's into JavaScript expressions -- string manipulation help..

2008-10-14 Thread jsw_nz
Hi Michael, Thanks for the pointers - no -- the treatment of rel attribute on tags is limited - so I guess it will be OK - i run the code on Ajax success event - - again thanks much !

[jQuery] jguiry conflicts Nitobi development

2008-10-14 Thread elyas
i am using Interspier Shopping cart and they are using Jquiry. when i add the nitobe combo box to page it doest work. if i comment out the

[jQuery] Re: Ajax load() problems

2008-10-14 Thread MorningZ
Got some example code that fails? On Oct 14, 4:37 pm, Miroku <[EMAIL PROTECTED]> wrote: > Hi guys, > I'm having problems with the Ajax load() function. > I use it one time and then I'm not able to use it anymore. > > I know there's a section for this in the FAQ but there it talks about > links...

[jQuery] Re: Superfish Basic (horizontal)- How to go right across the screen

2008-10-14 Thread KellyS
This fix to your superfish.css seems to work, but I haven't fully tested it. Obviously, you had this in there for a reason...? I commented-out the margin-bottom: .sf-menu { float: left; /*margin-bottom:1em;*/ } On Oct 14, 9:15 pm, "Joel Birch" <[E

[jQuery] Re: Superfish Basic (horizontal)- How to go right across the screen

2008-10-14 Thread KellyS
Hi Joel, Sorry, it's not the bottom margin. I even specified a 0px bottom margin with no change. There's nothing in the end of the div -- see my example above. Firebug points to the UL class "sf-menu sf-js-enabled sf-shadow". I'm using the standard superfish.css with the addition of the menuback

[jQuery] Re: Superfish Basic (horizontal)- How to go right across the screen

2008-10-14 Thread Joel Birch
Hi Kelly, The extra 'padding' is most likely a bottom margin of the div, or even of the div's contents, or a top margin of the elements below. You can use the Firebug extension to see what is causing the unwanted space. If you are unfamiliar with Firebug I can guarantee you that it is well worth

[jQuery] Re: Superfish Basic (horizontal)- How to go right across the screen

2008-10-14 Thread KellyS
Joel, Thanks for the quick response! I tried that, but it forces extra 'padding' below the menu that I can't seem to get rid of. Have you tried it? If you have any further suggestions for using the div, I'm all ears. :) You are correct, I could use a more in-depth understanding of CSS T

[jQuery] Re: Superfish - vs. 1.4.8 - cannot force background color to span across FULL PAGE

2008-10-14 Thread Joel Birch
Please see your original thread for my reply. Joel Birch.

[jQuery] Re: Superfish Basic (horizontal)- How to go right across the screen

2008-10-14 Thread Joel Birch
Hi Kelly, More than likely your menu is 'floated' left and the div container is not 'clearing' it's contents, ie. it is collapsing to zero height. IE clears contents automatically which is why it appears to work in that browser and not in standards compliant browsers. Simply add float:left; to yo

[jQuery] Re: Superfish Basic (horizontal)- How to go right across the screen

2008-10-14 Thread KellyS
fyi - clarify browser: FF 3.0.3. It works only in IE. On Oct 14, 8:16 pm, KellyS <[EMAIL PROTECTED]> wrote: > Sorry, but this doesn't work in 1.4.8. > I need an EASY way to run the menu ALL ACROSS the page.  I can't > believe anyone would just run a menu half-way.  Very, very odd. > > On Se

[jQuery] Re: Superfish - vs. 1.4.8 - cannot force background color to span across FULL PAGE

2008-10-14 Thread KellyS
fyi - I didn't clarify the browser, although it's almost an assumption: FF 3.0.3.

[jQuery] Superfish - vs. 1.4.8 - cannot force background color to span across FULL PAGE

2008-10-14 Thread KellyS
I desperately (always need to) span any menu across the full page. I'm shocked there are no examples of this. Anyway, it doesn't work. See example code below. I need to define a css class so that the menu spans the FULL width of the page. Any workarounds or do I scrap jQuery?? css: #menuback

[jQuery] Re: page refreshs on form submit

2008-10-14 Thread MorningZ
Yuck Break out the $.ajax code out of the markup, that's just making it tons more difficult to debug $(document).ready(function() { $.ajax({ type:'POST', dataType: 'json', data: this.serialize(), url:'/trainingHelper/user/signUp', success:function(data,text

[jQuery] Re: Superfish Basic (horizontal)- How to go right across the screen

2008-10-14 Thread KellyS
Sorry, but this doesn't work in 1.4.8. I need an EASY way to run the menu ALL ACROSS the page. I can't believe anyone would just run a menu half-way. Very, very odd. On Sep 30, 11:59 pm, pillpusher <[EMAIL PROTECTED]> wrote: > to go right all the way across the screen, i put my and tags > in

[jQuery] page refreshs on form submit

2008-10-14 Thread Finn Herpich
Hi folks, I've searched the Internet for a while but couldn't find a reason why my problem occurs. So, I'm working on a jQuery-plugin for Grails and I'm struggling with an AJAX-submit of a form. The attached code, generated by the plugin, leads the browser (Opera 9.6, Firefox 3.0.3 working with

[jQuery] Re: Translate standard HREF's into JavaScript expressions -- string manipulation help..

2008-10-14 Thread Michael Geary
I like Paul's solution better than mine. It's cleaner to attach an event handler rather than rewrite the href attribute. Does your page have a large number of tags, or just a few? If there are a lot of them and the jQuery code slows the page load down, you could use event delegation to fix that,

[jQuery] Re: draggable performance issues

2008-10-14 Thread chadmichael
Actually, I've done some tests where I just make a small div with nothing in it, set it to a fixed width and height, and it still has poor performance. I think I may need to mock up some simple test cases. On Oct 14, 3:20 pm, Louis <[EMAIL PROTECTED]> wrote: > Hi, > > I recently worked on a proj

[jQuery] Re: draggable performance issues

2008-10-14 Thread chadmichael
I'm not sure i follow you. Are you saying that I just need to style the draggable element to a fixed size? On Oct 14, 3:20 pm, Louis <[EMAIL PROTECTED]> wrote: > Hi, > > I recently worked on a project that used a lot of draggable items > combined with some sorting functionality. > > There seemed

[jQuery] Re: validation works in FF, but not in IE??

2008-10-14 Thread [EMAIL PROTECTED]
thanks, that was the right solution, i also found this in another thread, after i let the dog out, really:) On 15 okt, 00:44, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > You've got a trailing comma here: > >geslacht:{ >required: true >

[jQuery] Re: don't understand this bug _ please review code

2008-10-14 Thread Alexandre Plennevaux
hi ricardo, first of all, thank you for your time. Can you tell me which browser you used for the test? preloading the images is necessary because the other alternative would be to not put the tags in the dom and feed them via ajax, but then it would make the website content unaccessible for non

[jQuery] Re: New jMaps Release

2008-10-14 Thread Colin Guthrie
Tane Piper wrote: > Anyway, feel free to poke and prod at the code and feel free to > feedback any issues. There is a public tracker on the repo above that > you can raise tickets to as well. Awesome :) I'm not sure when I'll have time to update to this but it looks like excellent progress. Th

[jQuery] Re: listening for dom changes?

2008-10-14 Thread Karl Rudd
Some browsers have "DOM change" type events but not all. Your best bet is one of the plugins like LiveQuery. Karl Rudd On Wed, Oct 15, 2008 at 5:53 AM, AstroIvan <[EMAIL PROTECTED]> wrote: > > I have a set of functions I'd like to reapply if the dom changes. > Example being a page section being

[jQuery] Re: New jMaps Release

2008-10-14 Thread Tane Piper
As I said, I'd work on the streetview module and here it is! You can grab the latest source, or grab the build from here: http://groups.google.com/group/jmaps/web/jquery.jmap.js To see the streetview in action, here is a snippet to use: $('#map1').jmap('init', {mapCenter: [40.75271883902363,-7

[jQuery] Re: validation works in FF, but not in IE??

2008-10-14 Thread Jörn Zaefferer
You've got a trailing comma here: geslacht:{ required: true }, Removing it should fix IE (and every other non-FF browser). Jörn 2008/10/15 [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Hi, i use the validation plugin form

[jQuery] Re: Using multiple selectors

2008-10-14 Thread Michael Nelson
Try the val function: http://docs.jquery.com/Val - Michael - Original Message From: wyo <[EMAIL PROTECTED]> To: jQuery (English) Sent: Tuesday, October 14, 2008 12:49:58 PM Subject: [jQuery] Using multiple selectors I've a form like Now I try t

[jQuery] Using variables with animate()

2008-10-14 Thread less than zero
Hi, I've made a sliding gallery which works well enough, but I'm currently having to use a lot of conditional statements to work out where the images need to be animated. Is there a way to use variable within the animation function? E.g. $(whatever).animate({variable: '200px'}, 200); If I repl

[jQuery] Ajax load() problems

2008-10-14 Thread Miroku
Hi guys, I'm having problems with the Ajax load() function. I use it one time and then I'm not able to use it anymore. I know there's a section for this in the FAQ but there it talks about links... I need to use that function with the onload event or in the body inside a javascript tag, so I don'

[jQuery] validation works in FF, but not in IE??

2008-10-14 Thread [EMAIL PROTECTED]
Hi, i use the validation plugin form http://docs.jquery.com/Plugins/Validation All works perfect, i thought. With Firefox it works really perfect, but when i change to explorer mode, there is no validation at all? Spent all evening to this problem, but really cant find out why its not working

[jQuery] Re: jqGrid 3.3 version

2008-10-14 Thread Rey Bango
Wow Tony! Just WOW! :D Rey... Tony wrote: Hello all, A new version of jqGrid is available. All the new features and bug fixes can be found here http://www.secondpersonplural.ca/jqgriddocs/index.htm Be a sure to visit the demo page for the new features. http://trirand.com/jqgrid/jqgrid.html T

[jQuery] Re: [validate] Validation code in separate file, fails to work

2008-10-14 Thread Jörn Zaefferer
There are lot of reasons why the included file didn't work, and its hard to tell without looking at it. I recommend to use Firebug: Check the Net tab to see if the file was actually loaded. Jörn On Tue, Oct 14, 2008 at 11:05 PM, Weyert de Boer <[EMAIL PROTECTED]> wrote: > > Hello! > > I am curiou

[jQuery] Re: [Accordion] - documentation

2008-10-14 Thread Jörn Zaefferer
That first link contained a link to the documentation here: http://docs.jquery.com/UI/Accordion Jörn On Tue, Oct 14, 2008 at 10:44 PM, Mauricio (Maujor) Samy Silva <[EMAIL PROTECTED]> wrote: > > I am playing with the jquery.accordion.js plugin. [1] > I did searches in order to discover a resourse

[jQuery] Re: [treeview] is there a way to extend the click element?

2008-10-14 Thread Jörn Zaefferer
Right. Autoupdated documentation browsers that use the content from the wiki are a high priority! We're slowly getting somewhere. Jörn On Tue, Oct 14, 2008 at 10:12 PM, Rainaer <[EMAIL PROTECTED]> wrote: > > Exactly!!! Thank you... I'm finding that the documentation is not very > easy to navigate

[jQuery] Re: Translate standard HREF's into JavaScript expressions -- string manipulation help..

2008-10-14 Thread jsw_nz
Hi Michael & Paul Thanks for your replies - both expressions work ! (plus another I worked on prior to your responses). Just have to say thanks for the great jquery community support offerred here While I have your attention - had another question to ask Since I am translating the standard

[jQuery] New jMaps Release

2008-10-14 Thread Tane Piper
Hi folks, I'm pleased to announce a new release of jMaps. It's been a while since it has been updated, but I found out it recently features in a chapter in O'Reilly's JavaScript: The Missing Manual so I decided it was probably time to fix it up! The new release has a few major changes which I'l

[jQuery] Re: draggable performance issues

2008-10-14 Thread Louis
Hi, I recently worked on a project that used a lot of draggable items combined with some sorting functionality. There seemed to be major performance issues with FireFox 2 when we tried calculating things on the fly, as the items were dragged. The main culprit of this kind of problem is widths an

[jQuery] [validate] Validation code in separate file, fails to work

2008-10-14 Thread Weyert de Boer
Hello! I am curious how I can add all the validation code in a separate file. I have put the code in a javascript file then included it. Only it ain't working then. Do I need to do something special for this work? I have like this in the file: $(document).ready(function() { var validator =

[jQuery] Re: Using multiple selectors

2008-10-14 Thread skankster
You could try: $(document).ready(function() { $('#Test').find('input[name="Prefix"]').css('background- color','yellow'); }); but you should consider getting rid of the table as you can style a form's layout using css for tags like form, fieldset, label, input... On 14 Okt., 22:40

[jQuery] [Accordion] - documentation

2008-10-14 Thread Mauricio (Maujor) Samy Silva
I am playing with the jquery.accordion.js plugin. [1] I did searches in order to discover a resourse explaining the itens: values passed in the code implementation for the various flavors of the plugin documented on the demo page [2] For example: What does means, and which values are allowed for:

[jQuery] Re: Using multiple selectors

2008-10-14 Thread TimW66
The input needs to have an ID, jQuery can't reference by the name attribute using the style you specified. You might also try: $("#form input['name=Prefix']").val("Testing"); Here's more on selecting by attribute: http://docs.jquery.com/Selectors/attributeEquals#attributevalue And for more on s

[jQuery] Re: New to Jquery, have written Validation script...

2008-10-14 Thread TimW66
Understood. The problem is, this will be replacing an existing application that does re-focus the previous field. And the plan is to make the web app work much like the existing app, but with even more functionality. The only way I've found so far to handle the focus is with a setTimeout() to f

[jQuery] Re: [treeview] is there a way to extend the click element?

2008-10-14 Thread Rainaer
Exactly!!! Thank you... I'm finding that the documentation is not very easy to navigate on the jquery site... the information I wanted was there all along, I just couldn't find it. On Tue, Oct 14, 2008 at 2:36 PM, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Nevermind, your reply, pointing to tog

[jQuery] dialog box position

2008-10-14 Thread Zemian Deng
Hello list, I am trying to show a dialog box when user hover a link. The following works on firefox only. Is there better way to do it via jQuery(or browser independent) way? My link I think event.pageX is the culprit, but any other advice is appreciated. Thanks in advance, -Z -- http://code.g

[jQuery] listening for dom changes?

2008-10-14 Thread AstroIvan
I have a set of functions I'd like to reapply if the dom changes. Example being a page section being refreshed and I need to reapply event listeners. I'm aware of the listen/intercept plugins, but it doesn't sound like they're exactly what I need. I typically do event delegation manually with 'i

[jQuery] Problem with imported style in text shadow with jquery

2008-10-14 Thread Yassi
Hi; I have used this script for text shadow. http://eyebulb.com/dropshadow/ When css is in html file, every thing is ok. But when I ımport external css i cant see any style in my page, and i cannot use this script in my designs with imported styles. My example file is http://www.nabble.com/file

[jQuery] Using multiple selectors

2008-10-14 Thread wyo
I've a form like Now I try to access it in the following way: $('#Test, Prefix').value = 'Testing"; I also tried $('#Test', 'Prefix').value = 'Testing"; with no success. Any idea what's wrong? O. Wyss

[jQuery] Re: New to Jquery, have written Validation script...

2008-10-14 Thread Jörn Zaefferer
Forcing focus on a field is always a bad idea. Consider other means, like disabling fields. Jörn On Tue, Oct 14, 2008 at 9:23 PM, TimW66 <[EMAIL PROTECTED]> wrote: > > Sorry to hijack a topic, but I too am writing some custom validation, > and I am running into a problem. I have a table form whe

[jQuery] Re: [treeview] is there a way to extend the click element?

2008-10-14 Thread Jörn Zaefferer
Nevermind, your reply, pointing to toggle, should be what he was looking for. Jörn On Tue, Oct 14, 2008 at 8:56 PM, Eric <[EMAIL PROTECTED]> wrote: > > FAIL. :-( > > On Oct 14, 2:31 pm, Eric <[EMAIL PROTECTED]> wrote: >> or at least I tried to change the subject... hrm... >> >> second try. >> >

[jQuery] Re: [Validate] Can I enable custom error message display?

2008-10-14 Thread Jörn Zaefferer
To start with, take a look at the various options related to displaying messages: http://docs.jquery.com/Plugins/Validation/validate "Use errorClass, errorElement, wrapper, errorLabelContainer, errorContainer, showErrors, success, errorPlacement, highlight and unhighlight to control how invalid el

[jQuery] Re: jqGrid 3.3 version

2008-10-14 Thread Chris Jordan
Yeah, wow! I'm definitely bookmarking that! Very nicely done! Chris On Tue, Oct 14, 2008 at 2:08 PM, Benjamin Sterling < [EMAIL PROTECTED]> wrote: > Tony, > I really must say that that is a beautiful piece of work; I don't have a > need for it right now but be sure that I have bookmarked and pas

[jQuery] Re: New to Jquery, have written Validation script...

2008-10-14 Thread TimW66
Sorry to hijack a topic, but I too am writing some custom validation, and I am running into a problem. I have a table form where after data is entered in the first field on the row, a new blank row will be added to the bottom of the table. I want to keep the user from entering a duplicate value

[jQuery] Re: Help needed please!

2008-10-14 Thread Eric
Checkout my reply in this other thread to help you get the clicked and hover functionality working: http://tinyurl.com/3lqr7y In terms of hiding and showing the div, it looks like you've got a *lot* of stuff going on there. My first recommendation is to bundle your actions up into "hideSidebar()

[jQuery] Re: jqGrid 3.3 version

2008-10-14 Thread Benjamin Sterling
Tony, I really must say that that is a beautiful piece of work; I don't have a need for it right now but be sure that I have bookmarked and passed your url on to other devs. On Tue, Oct 14, 2008 at 2:59 PM, Tony <[EMAIL PROTECTED]> wrote: > > Hello all, > A new version of jqGrid is available. > A

[jQuery] jqGrid 3.3 version

2008-10-14 Thread Tony
Hello all, A new version of jqGrid is available. All the new features and bug fixes can be found here http://www.secondpersonplural.ca/jqgriddocs/index.htm Be a sure to visit the demo page for the new features. http://trirand.com/jqgrid/jqgrid.html The jqGrid home page is here http://trirand.com

[jQuery] Re: Odd behavior in IE with select boxes

2008-10-14 Thread TimW66
Anyone? On Oct 13, 6:08 pm, TimW66 <[EMAIL PROTECTED]> wrote: > I'm seeing some odd behavior in IE with my SELECT boxes. In the > static HTML, I have the following: > > Select Type > > --- Type --- > > > In JavaScript, I have the following: > > $.get("create.do", params, > func

[jQuery] [treeview] is there a way to extend the click element?

2008-10-14 Thread Eric
FAIL. :-( On Oct 14, 2:31 pm, Eric <[EMAIL PROTECTED]> wrote: > or at least I tried to change the subject... hrm... > > second try. > > On Oct 14, 2:31 pm, Eric <[EMAIL PROTECTED]> wrote: > > > I'm sorry, I don't have an answer, but I have edited the subject line > > of the message so that the

[jQuery] [Treeview] is there a way to extend the click element?

2008-10-14 Thread Eric
or at least I tried to change the subject... hrm... second try. On Oct 14, 2:31 pm, Eric <[EMAIL PROTECTED]> wrote: > I'm sorry, I don't have an answer, but I have edited the subject line > of the message so that the people that *can* help can better identify > the message. > > I did notice that

[jQuery] Re: [Treeview] is there a way to extend the click element?

2008-10-14 Thread Eric
I'm sorry, I don't have an answer, but I have edited the subject line of the message so that the people that *can* help can better identify the message. I did notice that there's a "toggle:" callback function. Check out the documentation (click over to the Options tab): http://docs.jquery.com/Plu

[jQuery] Re: Pack or Min | Which is better for faster loading?

2008-10-14 Thread Eric
My personal recommendation is to go with the "min" version of jQuery and any plugins. As Crockford says: "Any transformation carries the risk of introducing a bug." http://yuiblog.com/blog/2006/03/06/minification-v-obfuscation/ A Combo of JSLint and JSMin is about as safe as you can get. -E On

[jQuery] toggle show hide functions crash IE6

2008-10-14 Thread marcmandev
IE6 crashes whenever I click on a div that is supposed to toggle (or hide or show -- I've tried them both) a neighboring div. Otherwise, this script works perfectly fine in IE7 and FF3. Here is the div (located inside a php script): echo ' Click Here to Add More Subscriptions'; Here is the jQuer

[jQuery] [treeview] is there a way to extend the click element?

2008-10-14 Thread Rainaer
I would like to be able to dynamically assign aditional functionality to the onclick event within the treeview list structure so that it would not only expand the tree display, but also perform a function which I assign to the list element. Is this possible? Thank you Robert Zumwalt

[jQuery] jquery inside an iframe

2008-10-14 Thread slothface
so i have a modal window that loads an iframe. inside this iframe i have my jquery.js src links. within the functionality of this html in the iframe is a pice of code that dynamically generates form fields. Now in the file that generates the form fileds i have a div with an id of jquery and this

[jQuery] Re: Nice work UI team

2008-10-14 Thread Web Specialist
Awesome! On Tue, Oct 14, 2008 at 12:37 PM, nono <[EMAIL PROTECTED]> wrote: > > I love jQuery.ui and work with dialogs. Nice work ui team! > > An example... http://dashboard.nonomartinez.com >

[jQuery] Re: preventDefault() question

2008-10-14 Thread ricardobeat
You could load the splash page dinamically, remove it on click, and then load the contents, all in the same page. But if location.href is working for you go with it :) - ricardo On Oct 14, 10:38 am, Dwayne <[EMAIL PROTECTED]> wrote: > Thanks for the reply Ricardo. I realize it's unusual to make

[jQuery] Re: Ajax & Vista (IE)

2008-10-14 Thread qasimrasheed
Thanks for a prompt response and you might be right that it can be IE's security settings. So is there is a way to overcome this? On Oct 14, 12:53 pm, MorningZ <[EMAIL PROTECTED]> wrote: > Looks like it is because of your IE's security settings > > http://www.google.com/search?hl=en&q=Vista+IE+A

[jQuery] Re: Ajax & Vista (IE)

2008-10-14 Thread MorningZ
Looks like it is because of your IE's security settings http://www.google.com/search?hl=en&q=Vista+IE+Ajax+Automation+Server+can%27t+create+object&btnG=Search On Oct 14, 12:47 pm, qasimrasheed <[EMAIL PROTECTED]> wrote: > I am having a stange problem with performing a simple AJAX call on a > Vi

[jQuery] Re: Pack or Min | Which is better for faster loading?

2008-10-14 Thread MorningZ
This blog post sheds some light on your question http://ejohn.org/blog/library-loading-speed/ On Oct 14, 12:32 pm, "Sridhar Kuppalli" <[EMAIL PROTECTED]> wrote: > Hi All, > > Which of these are better for faster loading? > > jquery-1.2.6.min.js        (size-54kb) > > jquery-1.2.6.pack.js    

[jQuery] Re: Tomcat URL encoding problem

2008-10-14 Thread fede
ok i've found the problem. we had an old parameter with the character "%" and it was completely useless On 12 Ott, 21:04, fede <[EMAIL PROTECTED]> wrote: > Hi, i'm calling a Spring controller from jQuery (ajax call) and i have > this warning on Tomcat 6: > > 12-ott-2008 20.50.57 org.apache.tomcat

[jQuery] Ajax & Vista (IE)

2008-10-14 Thread qasimrasheed
I am having a stange problem with performing a simple AJAX call on a Vista machine using IE as the browser. The same request work fine with Firefox on the same machine. Here is the sample code $(function(){ $("#temp").load("test2.cfm"); }); The error I get in the script window will

[jQuery] Nice work UI team

2008-10-14 Thread nono
I love jQuery.ui and work with dialogs. Nice work ui team! An example... http://dashboard.nonomartinez.com

[jQuery] jquery.ufo.js: Really Puzzling IE Issue -- Help

2008-10-14 Thread s.ross
Shame on me, developing on a Mac and ignoring IE. Now I have to go back and figure out all the IE issues. But here's one where Google has been zero help to me, so I'm appealing to the jQuery community. I'm using jquery.ufo.js to unobtrusively embed Flash objects. Works great on all flavor

[jQuery] Re: Error: $("#slider").serialScroll is not a function

2008-10-14 Thread Ritz
Hi Ariel, I was able to fix the issue. Apparently the WP pngfix plugin for wordpress was conflicting with it. Thanks a lot for your help! Ritz -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ariel Flesler Sent: Tuesday, October 14, 2008 8:58 A

[jQuery] Pack or Min | Which is better for faster loading?

2008-10-14 Thread Sridhar Kuppalli
Hi All, Which of these are better for faster loading? jquery-1.2.6.min.js(size-54kb) jquery-1.2.6.pack.js (size-30kb) One more strange thing I have observed is when I include http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js the loading time is very less compa

[jQuery] Re: id same as name confuses JQuery?

2008-10-14 Thread MorningZ
" It seems the problem is that jQuery cannot find elements having an ID with dots in it" It can, but you need to read the documentation on how to get around jQuery thinking the dot means "has CSS class of" http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_select_an_element_that_has_weir

[jQuery] listnav - callback after each button click

2008-10-14 Thread Alexandre Plennevaux
hi! i've implemented with great pleasure the listnav plugin for our internal addressbook. However, there is one issue i'm facing: i'm also using the jscrollpane plugin to display a custom scrollbar for the div in which sits the listnav UI. I need to recall the jscrollpane() function after each li

[jQuery] [Validate] Can I enable custom error message display?

2008-10-14 Thread Vish
Hi all, I am just getting started with the jQuery validation and was wondering if someone can help me out with a question I had with using it. >From what I read, the validation plug-in automatically adds and removed the 'label' error tags into the page. For my requirements, I need more customisa

[jQuery] Re: Disable Submit Button

2008-10-14 Thread Abel Mohler
The easiest way would be to have an id on the button like: and then the jQuery would be: $(document).ready(function() { $("#submit").attr("disabled", "disabled"); }); On Oct 14, 2:12 am, Rahul Sinha <[EMAIL PROTECTED]> wrote: > Hello, > > Please go through the below given requirement and provid

[jQuery] Re: id same as name confuses JQuery?

2008-10-14 Thread Tim Scott
First sorry for the errors in my example. Braces was a typo. Div with name attribute was an error also. My real issue is with a select tag. Anyway...while creating a sample page I have found that the problem is different than I thought. It seems the problem is that jQuery cannot find elements

[jQuery] Re: How to avoid throbbing "Hover" actions?

2008-10-14 Thread 703designs
Sounds like a good idea, but according to the Plugin page, "this plugin tracks the user's mouse onMouseOver and waits until it slows down before calling the onMouseOver function." That probably won't be useful here: What I need is for stop() to only affect the hover functions. As a work-around, I

[jQuery] Help needed please!

2008-10-14 Thread Takaya213
Hi All I was wondering if anybody could help me please. I have several divs on a page that show.hide according to an image button that is pressed. 1. The buttons need to hover but the one that was clicked needs to stay in the hover/selected state. 2. The button that is selected, doesn't need to

[jQuery] Re: New to Jquery, have written Validation script...

2008-10-14 Thread Rick Faircloth
Good to know... and yes, Jorn's work is great and we appreciate his contributions to the community! Rick Kevin Scholl wrote: Yeah, I have to speak very highly of Jorn's plugin. It's quite comprehensive and very solid. When I started on mine (the first simple version was about a year ago) I sim

[jQuery] Re: Problems creating a simple "auto-expand" panel

2008-10-14 Thread Martin
Hi Remy, thanks a lot for your help. This seems to work a lot better than the initial version. Do you know if there is a way to work around the bug caused by .stop()? Because, now, if I move the mouse pointer across the panel several times (in a short time) the panel will show/hide several times.

[jQuery] Re: How to avoid throbbing "Hover" actions?

2008-10-14 Thread Alexandre Plennevaux
did you try using the hoverIntent plugin ? I find that it makes hover events much easier to work with. http://plugins.jquery.com/project/hoverIntent LAb[au] _ *lab*oratory for *a*rchitecture and *u*rbanism Alexandre Plennevaux Lakensestraat 104 Rue de Laeken Brussel 1000 Bruxelles België _ Be

[jQuery] Re: How to avoid throbbing "Hover" actions?

2008-10-14 Thread 703designs
Good call, I didn't know about stop(). I have one more problem though: stop() stops all animations, so the next action (hide all of these boxes if any is clicked) gets halted. I tried using unbind(), but it looks like it's either not working or (more likely) is being terminated by the hover() met

[jQuery] Re: New to Jquery, have written Validation script...

2008-10-14 Thread Kevin Scholl
Yeah, I have to speak very highly of Jorn's plugin. It's quite comprehensive and very solid. When I started on mine (the first simple version was about a year ago) I simply wanted to see what I could do on my own, so I didn't use any of the existing plugins. But I don't think you can go wrong with

[jQuery] Re: Find labels for input with given class

2008-10-14 Thread Radoslaw Janusz
On 14 Paź, 15:10, skankster <[EMAIL PROTECTED]> wrote: > shorter: > > $('.required').siblings().not('input').append('*'); Well... for me it works like a charm!! Thank you, Skankster!!

[jQuery] Re: Find labels for input with given class

2008-10-14 Thread skankster
shorter: $('.required').siblings().not('input').append('*'); On 14 Okt., 15:05, skankster <[EMAIL PROTECTED]> wrote: > How about: > > >    $(document).ready(function() { >       $('.required').parent().children().not('input').append('*'); >    }); > > > Regards, > Dirk > > On 14 Okt., 14:34, R

[jQuery] Re: Find labels for input with given class

2008-10-14 Thread skankster
How about: $(document).ready(function() { $('.required').parent().children().not('input').append('*'); }); Regards, Dirk On 14 Okt., 14:34, Radoslaw Janusz <[EMAIL PROTECTED]> wrote: > Radoslaw Janusz napisał(a): > > > Hello , oh allmighty group ;-), > > I have a number of forms,

[jQuery] Re: SerialScroll navigation modification question

2008-10-14 Thread Ariel Flesler
Nope, I thought I had a snippet for this on the "Doctorate on..." post, it seems I forgot to add this one. Will do as soon as I can. -- Ariel Flesler http://flesler.blogspot.com On Oct 14, 6:13 am, "Armand Datema" <[EMAIL PROTECTED]> wrote: > Thanks thats about how I solved it also just wanted

[jQuery] Re: Error: $("#slider").serialScroll is not a function

2008-10-14 Thread Ariel Flesler
The screencast is not too useful. Do you have a link of this online ? Check the script tab with Firebug, go into each script and make sure none is 404. -- Ariel Flesler http://flesler.blogspot.com On Oct 11, 8:08 pm, designjockey <[EMAIL PROTECTED]> wrote: > also.. please see this screencasthttp

[jQuery] Re: preventDefault() question

2008-10-14 Thread Dwayne
Thanks for the reply Ricardo. I realize it's unusual to make the user wait.. but it basically comes down to an esthetic aspect for which i would normally use Flash. In short: I want to create a transition from the so-called splash page, which basically is white with a logo in the center and the ad

[jQuery] Re: Find labels for input with given class

2008-10-14 Thread Radoslaw Janusz
Radoslaw Janusz napisał(a): > Hello , oh allmighty group ;-), > I have a number of forms, which I validate with 'validate' plugin'. > For all the required inputs I use 'required' class. The customer wants > to have all the required fields of the forms marked with stars. > I want to have it done wi

[jQuery] Re: Newbie traversal question

2008-10-14 Thread [EMAIL PROTECTED]
Yeah, got my stuff to work very nicely now... ... until, that is, i thought to try it in Mangleweb Exploder and now it's all borked. I'm going to cry now.

[jQuery] Find labels for input with given class

2008-10-14 Thread Radoslaw Janusz
Hello , oh allmighty group ;-), I have a number of forms, which I validate with 'validate' plugin'. For all the required inputs I use 'required' class. The customer wants to have all the required fields of the forms marked with stars. I want to have it done with jQuery, but... how? The html looks

[jQuery] Re: Newbie traversal question

2008-10-14 Thread ..:: sheshnjak ::..
> is there a way to recursively roll out until you reach a parent > that matches a given id? Here's the way to do it: $("clickedElement").click(function(){ this.parent("#idOfWantedParent").doSomethingWithIt(); }); I think it should work this way, if not try to experiment with this or $(this

[jQuery] Re: Cross site scripting query

2008-10-14 Thread Karl Rudd
Unfortunately you can't "POST" a cross-domain JSONP request. Ajax requests can't be cross-domains so internally an "add script tag" type of approach is used. This means that only "GET" type parameters (those in the actual URL) can be used. So you either have to go for a "local proxy" approach (if

  1   2   >