[jQuery] Does IE support live?

2009-07-30 Thread David .Wu
If I load b.html in firefox, alert(1) will work, but ont work in IE. page a.html http://www.w3.org/1999/xhtml";> live $(function() { $.ajaxSetup({ cache: false }); $('#btn').click(function() { $('div:first').load('b.html');

[jQuery] Re: call ajax on ENTER key press

2009-07-30 Thread bharani kumar
thanks to all , On 7/31/09, rupak mandal wrote: > Hi bharani I think this code will work for you > > > $(document).ready(function() { > $('#movie_name').keyup(function(e) { > if(e.keyCode == 13) { > //your code > } > }) > }) > On Fri, Jul 31, 2009 at 9:44 AM, Mohd.Tareq wrot

[jQuery] Re: jquery blocks javascript?

2009-07-30 Thread solow
Thanks a lot. This is the best answer av had so far. So as far as I understand, when calling for the page, where this javascript will be executed, I'll have to call for the functions again. so that it once again checks all ul li a tags? Because I've done some further reading, which brought me to

[jQuery] Re: Is it possible to hide the destination URL of a link?

2009-07-30 Thread rupak mandal
you can also use form submit. onclick event you can reset the value of form element and submit the form. On Fri, Jul 31, 2009 at 11:02 AM, Anoop kumar V wrote: > Yes - but I would not know the id until the user clicks on the link. There > are about 20 other links, each has an id. The user can ho

[jQuery] Re: jquery blocks javascript?

2009-07-30 Thread solow
Thanks a lot. This is the best answer av had so far. So as far as I understand, when calling for the page, where this javascript will be executed, I'll have to call for the functions again. so that it once again checks all ul li a tags. Thank you so much.

[jQuery] Re: Is it possible to hide the destination URL of a link?

2009-07-30 Thread Anoop kumar V
Yes - but I would not know the id until the user clicks on the link. There are about 20 other links, each has an id. The user can hover on any link, a pop up appears with the "Delete" link, clicking on it will call a URL which is basically the same page (it is a jsp page) which see that the paramet

[jQuery] Re: Is it possible to hide the destination URL of a link?

2009-07-30 Thread rupak mandal
Hi anoop I think you can store the required data in session. On Fri, Jul 31, 2009 at 5:19 AM, Anoop kumar V wrote: > I have a menu, on which is a delete link. The URL of the link is quite > plain: http://mysite.com?delete=true&id=123 > (quite obvious I think that the request is to delete the id=

[jQuery] Re: How to show a div upon a validation error?

2009-07-30 Thread Jules
Hopefully this help. -- html Error text for field1 -- script var options = { errorPlacement: function(error, element) { $("label[for='" + element[0].id + "']").addClass (this.errorClass).show(); } }; $("form").validate(options); On Jul 31, 2:11 am, R

[jQuery] Re: call ajax on ENTER key press

2009-07-30 Thread rupak mandal
Hi bharani I think this code will work for you $(document).ready(function() { $('#movie_name').keyup(function(e) { if(e.keyCode == 13) { //your code } }) }) On Fri, Jul 31, 2009 at 9:44 AM, Mohd.Tareq wrote: > Hi bharani kumar, * > * > *Its simple one you need to write onKey

[jQuery] Re: call ajax on ENTER key press

2009-07-30 Thread Mohd.Tareq
Hi bharani kumar, * * *Its simple one you need to write onKeyPress event & in the method definition read key value if * *key value is equals to 13 then post ur form.* cheers :) On Fri, Jul 31, 2009 at 9:26 AM, bharani kumar < bharanikumariyer...@gmail.com> wrote: > Hi all > > > > This is my aut

[jQuery] call ajax on ENTER key press

2009-07-30 Thread bharani kumar
Hi all This is my autosuggest field , when the filed is filled with values then user trying to post application using ENTER key , But i written code for onclick only , now tell me , How to submit value , When the ENTER Key pressed , Thanks

[jQuery] Re: My new website AllJobsXChange.com developed with Jquery

2009-07-30 Thread son
All, AllJobsXChange (http://www.alljobsxchange.com) is now live. See for yourself. Let me know your feedback. Thanks, Son On Jul 29, 8:42 pm, son wrote: > All, > > Just want to let you know, in 2 daysAllJobsXChangewill be live. > > Son > > On Jul 20, 3:45 pm, MauiMan2 wrote: > > > > > You can

[jQuery] Re: jquery blocks javascript?

2009-07-30 Thread Karl Swedberg
On Jul 30, 2009, at 7:31 PM, solow wrote: I think i'm using 1.3... But this is the way, to execute javascript, in content whch has been loaded using $("#DIV").load ? Yes, you need to either use event delegation or rebind the event handlers. This FAQ topic should help answer your question:

[jQuery] Re: A few novice questions on Datepicker

2009-07-30 Thread Jules
Most of your questions can be answered by the date picker docs http://docs.jquery.com/UI/Datepicker 1. Use minDate option 2. If I correctly understand the question, use dateFormat option 3. .ui-icon-circle-triangle-e and .ui-icon-circle-triangle-w. This website allow you to change the ui theme h

[jQuery] Re: jQuery and the 'this' keyword

2009-07-30 Thread RobG
On Jul 31, 5:44 am, "#micah" wrote: > I've created a javascript object like so: > > var myObj={ >      //    internally used >      OtherFunction: function(){ alert('hi');}, > >      //    externally used >      EditInfo: function(){ >            this.OtherFunction(); >      } > > }; > > if i b

[jQuery] Re: getting started with superfish -- installation questions

2009-07-30 Thread Charlie
"Call superfish() on the containing ul element." this is automatically done within the Joomla install. You can verify by looking at source in browser on one of your pages. As for the drop down implementation; that is a Joomla issue. Superfish only manipulates the html output to the browser, i

[jQuery] Re: simplemodal scroll problems

2009-07-30 Thread junkqwe
i want to keep the page's scroll and disable the modal scroll the problem there is that the modal is "floating" on top of the page and i see only the top part of it and if i use scroll only the page behind the modal is scrolling without the modal On Jul 29, 11:01 pm, Eric Martin wrote: > Do you

[jQuery] A few novice questions on Datepicker

2009-07-30 Thread wei
I just plug in the JQuery into my Spring application. It looks great. I have a few questions in the regards: 1. how to configure the Datepicker so that only the current and future date can be picked? 2. how to let the initial date shown as the date format used in the field? 3. what are the forwar

[jQuery] Help with jquery Navbar rollovers.

2009-07-30 Thread Robert
Hi I have been trying to find an answer to this question. I am trying to create a nav bar using jquery that uses rollovers. So there is an On state, off state, clicked state for three different tabs/images. example: Home | Support | About The problem I’m having is getting the clicked/on state to

[jQuery] Download

2009-07-30 Thread Dave McComb
I downloaded what I believe is the minified production version, it shows up on the download page as jquery-1.3.2.min.js but when I download it it is jquery-1.3.2.min.download I tried running this (is is some kind of self unpacking file format? doesn't seem to be). I tried renaming it to .js, bu

[jQuery] What is the point of the "status" param to the "get" callback, if it's always "success"

2009-07-30 Thread David Karr
I'm just reading some basic JQuery information, and I noticed that the callback used by "get" always sends two parameters, the first being the relevant data, and the second is a "status" value, which is always the string "success". Looking at code samples on the web, I never saw anyone bother to

[jQuery] Re: Detect ajax with file uploads

2009-07-30 Thread Hector Virgen
If you're doing an ajax-like file upload (using jQuery) then you can add a hint in your post data, like format=ajax. Normal file uploads would not have this hint, so you can use that to choose how to handle the upload. -- Hector Sent from Temecula, California, United States On Thu, Jul 30, 2009 a

[jQuery] Is it possible to hide the destination URL of a link?

2009-07-30 Thread Anoop kumar V
I have a menu, on which is a delete link. The URL of the link is quite plain: http://mysite.com?delete=true&id=123 (quite obvious I think that the request is to delete the id=123) I wish to hide the destination URL in the browser from the user - so that it shows a harmless url like: http://mysite.

[jQuery] Re: Cross-domain (for analytics)

2009-07-30 Thread Danny Ayers
Many thanks folks. I wound up opting for a hidden form (thanks for the twit Laurian!) - it allowed me to do a sweet RESTful POST and because I didn't need anything back from the server there was no need to get my hands dirty with iFrames. Maybe jQuery could benefit from such a feature? Anyhow I

[jQuery] Re: jquery blocks javascript?

2009-07-30 Thread solow
I think i'm using 1.3... But this is the way, to execute javascript, in content whch has been loaded using $("#DIV").load ?

[jQuery] Re: jquery blocks javascript?

2009-07-30 Thread James
You need to use jQuery version 1.3 or greater to use $.live(). Otherwise you can use the livequery plugin with older versions of jQuery. On Jul 30, 12:54 pm, solow wrote: > JS ERROR: > > Gebruikersagent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; > Trident/4.0) > Tijdstempel: Thu, 30 Jul

[jQuery] Re: jquery blocks javascript?

2009-07-30 Thread solow
JS ERROR: Gebruikersagent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0) Tijdstempel: Thu, 30 Jul 2009 22:52:44 UTC Bericht: Object doesn't support this property or method Regel: 18 Teken: 6 Code: 0 URI: http://www.waysoflife.eu/poker.php $(document).ready(function () {

[jQuery] Re: Simple calculation

2009-07-30 Thread Ricardo
Adding a '+' sign makes it a number (or NaN): $('#b19').val(+b18 + (+b16*12) + +b15); You should add either + or parseInt in your variable declarations at the beginning of your script. On Jul 30, 4:40 pm, kalyan Chatterjee wrote: > Hi so in this case how to write this? > > $('#b19').val(b18 +

[jQuery] Re: Linkselect Plugin Woes

2009-07-30 Thread Dan G. Switzer, II
The title attribute isn't required--it's optional. However, we use it as a hint in the dropdown to provide the user with some form of instruction. On Thu, Jul 30, 2009 at 4:37 PM, skube wrote: > > Oh and I didn't clue into the missing title attribute since my page > was validating fine using Tid

[jQuery] Re: Simple calculation

2009-07-30 Thread waseem sabjee
YEs, as james said. var myint = parseInt(mystring); On Thu, Jul 30, 2009 at 9:23 PM, waseem sabjee wrote: > 1. Do things in brackets first > 2. Powers and Square Roots > 3. division and multiplication > 4. Addition and subtraction > > remember left to right. > > > On Thu, Jul 30, 2009 at 9:21 PM

[jQuery] Re: jQuery lagging

2009-07-30 Thread Perrin4869
I guess I'll make it much easier if I strip all the surrounding stuff in the webpage, and use the uncompressed version of jQuery. Here's the updated demo, which still has the problem: http://79.182.22.144:1118/fadein_gallery.html On Jul 30, 6:59 pm, Perrin4869 wrote: > Hello, > > I'm building a

[jQuery] Cycle Lite not working in IE

2009-07-30 Thread Les
I'm using Cycle Lite in two places on this site, to rotate through the testimonials on the homepage, and to step through the photos on the contact page with prev next links. The contact page works fine, but the homepage is not working at all in IE. I tried adding overflow: hidden to the container,

[jQuery] jCarousell and tabs problem

2009-07-30 Thread vvaz
Hello all. I have a problem with the jCarousel Plugin when i try to display a second carousel inside one tab. Ok, the first one displays the right way. When i click the second tab, the second carousel is displayed but with a width of 60px (that i don't know how they got there). My html is this:

[jQuery] Re: Detect ajax with file uploads

2009-07-30 Thread Grundee
When the ajax form is uploading a file it uses a hidden IFRAME as the target. HTTP_X_REQUESTED_WITH is set when it is submitted using the XMLHttpRequest, but files cannot be uploaded this way. There isn't any way I know of to detect an AJAX request specifically in this instance (being as this is

[jQuery] Re: jquery.ajax with async=false is not synchronous with remote files

2009-07-30 Thread Maxim Slavutsky
Try to work this way: jQuery.ajax({ url: 'http://someremoteurl/js/test2.js', async: false, dataType: 'script' }); console.log('nach ajax');

[jQuery] Polish Official Support

2009-07-30 Thread .dex
hi all, I wrote some messages to people from jquery.com, but there is no response ;) so I'm writing here. My question is: Is there any chance we can start Polish Official Support of jQuery? thx for reply.

[jQuery] Re: jQuery Cycle - Get Current Slide Number

2009-07-30 Thread Ed F.
Hi, I'm working on the same issue with Cycle. I have multiple slideshows on a page, each with current/total slide counter, example: "2 of 5 images" (oddly, there are no examples of this particular implementation on Mike Alsup's otherwise ridiculously varied and helpful cycle demo pages). and so

[jQuery] Re: jQuery and the 'this' keyword

2009-07-30 Thread Brett Ritter
On Thu, Jul 30, 2009 at 3:51 PM, #micah wrote: > > Would you recommend using the .bind(type, data, fn) function to > achieve what i'm trying to do? Or could you steer me in the right > direction? I'm surprised that the .click() works in that manner. How > would you dynamically assign that function

[jQuery] Re: jquery blocks javascript?

2009-07-30 Thread solow
sorry for my extra post... but do you mean i should use live() on the li tags, in stead of my current javascript?

[jQuery] Re: jquery blocks javascript?

2009-07-30 Thread solow
please enlighten me on the usage. I dont understand how this could make it work

[jQuery] Re: jQuery and the 'this' keyword

2009-07-30 Thread James
Why not just use: myObj.OtherFunction(); On Jul 30, 9:53 am, Michael Lawson wrote: > Hmmm i'm not quite sure what you're trying to do exactly :) > > cheers > > Michael Lawson > Development Lead, Global Solutions, ibm.com > Phone:  1-276-206-8393 > E-mail:  mjlaw...@us.ibm.com > > 'Whether one b

[jQuery] Re: Linkselect Plugin Woes

2009-07-30 Thread skube
Oh and I didn't clue into the missing title attribute since my page was validating fine using Tidy. On Jul 30, 4:29 pm, skube wrote: > N/m I now see the page has been updated with version 1.2.08. > > Thanks Dan! This was frustrating the heck out of me. :)

[jQuery] Re: Linkselect Plugin Woes

2009-07-30 Thread skube
N/m I now see the page has been updated with version 1.2.08. Thanks Dan! This was frustrating the heck out of me. :)

[jQuery] Re: Linkselect Plugin Woes

2009-07-30 Thread skube
Wow. Thanks Dan! Does that mean there should be a version 1.2.08? On Jul 30, 3:57 pm, "Dan G. Switzer, II" wrote: > skubie, > I've fixed the problem. The error was in the repaint() method--which was > expecting that the element had a title attribute. > > I've uploaded a fixed version of the >

[jQuery] Re: jquery blocks javascript?

2009-07-30 Thread Ricardo
HTML added dynamically to the page does not "inherit" event handlers. Look into event delegation with live() or the livequery plugin: http://docs.jquery.com/Events/live On Jul 30, 1:46 pm, solow wrote: > so, now i post the url and the problem, and people still dont know the > problem? i really w

[jQuery] Re: Simple calculation

2009-07-30 Thread kalyan Chatterjee
Hi so in this case how to write this? $('#b19').val(b18 + (b16*12) + b15); Please tell me I am got stuck with this :( On Jul 31, 12:23 am, James wrote: > Make sure to typecast your data from Strings to Integers/Floats before > you do calculations on them. Otherwise, 1+1 may equal 11. > Use the

[jQuery] Re: Simple calculation

2009-07-30 Thread kalyan Chatterjee
Hi, Please tell me how to write this. $('#b19').val(b18 + (b16*12) + b15); Thanks in advance On Jul 31, 12:25 am, waseem sabjee wrote: > if you see something like > 1 + 1 > > make it say > (1 + 1) > instead > > On Thu, Jul 30, 2009 at 9:24 PM, waseem sabjee wrote: > > > YEs, as james said. >

[jQuery] Re: Linkselect Plugin Woes

2009-07-30 Thread Dan G. Switzer, II
skubie, I've fixed the problem. The error was in the repaint() method--which was expecting that the element had a title attribute. I've uploaded a fixed version of the plug-in: http://www.givainc.com/labs/linkselect_jquery_plugin.htm Let me know how the new version works out for you. -Dan (BTW

[jQuery] Re: jQuery and the 'this' keyword

2009-07-30 Thread Michael Lawson
Hmmm i'm not quite sure what you're trying to do exactly :) cheers Michael Lawson Development Lead, Global Solutions, ibm.com Phone: 1-276-206-8393 E-mail: mjlaw...@us.ibm.com 'Whether one believes in a religion or not, and whether one believes in rebirth or not, there isn't anyone who doesn'

[jQuery] Re: jQuery and the 'this' keyword

2009-07-30 Thread #micah
Would you recommend using the .bind(type, data, fn) function to achieve what i'm trying to do? Or could you steer me in the right direction? I'm surprised that the .click() works in that manner. How would you dynamically assign that function to that button? On Jul 30, 3:48 pm, Michael Lawson wro

[jQuery] Re: jCarousel and ThickBox

2009-07-30 Thread Paulo Henrique
Hey guys, now the problem got worse :S When I open the page with the carousel, it shows normally on Firefox, like this pic: http://picasaweb.google.com/lh/photo/9ftA0BHxK4iBI0yDLCEzBQ?authkey=Gv1sRgCNuL8Y7bn8OxEA&feat=directlink but when I open it on a thickbox, the carousel and the accordion doe

[jQuery] Re: jQuery and the 'this' keyword

2009-07-30 Thread Michael Lawson
Because you are binding the click event to the button and not your object cheers Michael Lawson Development Lead, Global Solutions, ibm.com Phone: 1-276-206-8393 E-mail: mjlaw...@us.ibm.com 'Whether one believes in a religion or not, and whether one believes in rebirth or not, there isn't any

[jQuery] jQuery and the 'this' keyword

2009-07-30 Thread #micah
I've created a javascript object like so: var myObj={ //internally used OtherFunction: function(){ alert('hi');}, //externally used EditInfo: function(){ this.OtherFunction(); } }; if i bind EditInfo to a button, like so: $('#myButton').click(myObj.E

[jQuery] Re: JQuery and XHTML in Firefox

2009-07-30 Thread ScottSEA
And then, the thread just died. What happened? On Jul 28, 12:18 pm, ScottSEA wrote: > Sure.  I have a thorough explanation, with sample xml, xsl, and js > files on Stack Overflow : > > http://stackoverflow.com/questions/1190763/firefox-not-running-jquery... > > On Jul 28, 12:10 pm, Eric Garside

[jQuery] Re: JQuery BREAKS in IEx -- H E L P!!!!

2009-07-30 Thread Joel Polsky
On Thu, Jul 30, 2009 at 1:16 PM, Brett Ritter wrote: > > On Thu, Jul 30, 2009 at 11:11 AM, PictureMan > wrote: > > It works great in FF, but not in IE!!! What can I do to fix? There's > > too much code to post online. But I can tell you about it's > > conctruction.. It's a mix of ColdFusioin and

[jQuery] Re: Simple calculation

2009-07-30 Thread waseem sabjee
if you see something like 1 + 1 make it say (1 + 1) instead On Thu, Jul 30, 2009 at 9:24 PM, waseem sabjee wrote: > YEs, as james said. > > var myint = parseInt(mystring); > > > On Thu, Jul 30, 2009 at 9:23 PM, waseem sabjee wrote: > >> 1. Do things in brackets first >> 2. Powers and Square Root

[jQuery] Re: Simple calculation

2009-07-30 Thread waseem sabjee
1. Do things in brackets first 2. Powers and Square Roots 3. division and multiplication 4. Addition and subtraction remember left to right. On Thu, Jul 30, 2009 at 9:21 PM, kalyan Chatterjee wrote: > > Hi I dont know can you please tell me how to it? > > Thanks > > On Jul 31, 12:20 am, waseem

[jQuery] Re: Simple calculation

2009-07-30 Thread James
Make sure to typecast your data from Strings to Integers/Floats before you do calculations on them. Otherwise, 1+1 may equal 11. Use the parseInt() or parseFloat() functions. http://www.w3schools.com/jsref/jsref_parseInt.asp http://www.w3schools.com/jsref/jsref_parseFloat.asp On Jul 30, 9:15 am,

[jQuery] Re: Simple calculation

2009-07-30 Thread kalyan Chatterjee
Hi I dont know can you please tell me how to it? Thanks On Jul 31, 12:20 am, waseem sabjee wrote: > remember the golden rule > > BODMAs > > On Thu, Jul 30, 2009 at 9:15 PM, kalyan Chatterjee > > wrote: > > > I am just trying to write this > > > $(function(){ > >        $('#submit').click(funct

[jQuery] Re: Simple calculation

2009-07-30 Thread waseem sabjee
remember the golden rule BODMAs On Thu, Jul 30, 2009 at 9:15 PM, kalyan Chatterjee wrote: > > I am just trying to write this > > $(function(){ >$('#submit').click(function(){ >var b10 = $("input[name='avgtsize']").val(); >var b11 = $("input[name='avgisold']").val(); >

[jQuery] Re: Simple calculation

2009-07-30 Thread kalyan Chatterjee
I am just trying to write this $(function(){ $('#submit').click(function(){ var b10 = $("input[name='avgtsize']").val(); var b11 = $("input[name='avgisold']").val(); var b12 = $("input[name='tfee']").val(); var b13 = $("input[name='tpm']").val(); va

[jQuery] Re: Simple calculation

2009-07-30 Thread Cesar Sanz
What?? Math science is exact... Can you provide your script? - Original Message - From: "kalyan Chatterjee" To: "jQuery (English)" Sent: Thursday, July 30, 2009 12:32 PM Subject: [jQuery] Simple calculation Hi Everyone, I am just trying to do a simple calculation - like 1440

[jQuery] Re: Tabs: page jumps to top when tab changes

2009-07-30 Thread kalyan Chatterjee
Just try to writereturn false on tab click event. On Jul 29, 6:53 pm, chris_huh wrote: > Thanks but I can't find jquery.history_remote.pack.js. I am using > jquery 1.7.1 and the tabs thing that comes with JQuery UI. > > On Jul 29, 2:25 pm, rupak mandal wrote: > > > Hi, if you remove the "jq

[jQuery] Simple calculation

2009-07-30 Thread kalyan Chatterjee
Hi Everyone, I am just trying to do a simple calculation - like 1440 + ( 99 * 12) + 795 the result should be 3423. But I am getting different answer. Please someone help me how to do it. Thanks Kaly

[jQuery] Re: run function in success event

2009-07-30 Thread James
To run a callback function without any arguments, use: success: HidePreloaderBlue To run one with arguments, use: success: function() { HidePreloader("#bluePreloader"); } On Jul 29, 4:54 pm, orangdalam wrote: > i wrote this code: > >

[jQuery] Re: Table sorter 2.0 Date format issue

2009-07-30 Thread aquaone
You need to set the dateFormat property to 'uk'. The default is 'us' which is mm/dd/yy(yy). aquaone On Wed, Jul 29, 2009 at 22:04, subhan wrote: > > > Hi, > > I am using the date format "dd/mm/yy" > > but it is not working properly, below is the example how it get sort in > ascending order > >

[jQuery] Re: JQuery BREAKS in IEx -- H E L P!!!!

2009-07-30 Thread Brett Ritter
On Thu, Jul 30, 2009 at 11:11 AM, PictureMan wrote: > It works great in FF, but not in IE!!! What can I do to fix? There's > too much code to post online. But I can tell you about it's > conctruction..  It's a mix of ColdFusioin and JQuery. ... > }}; > }}; > The above endings are syntax errors,

[jQuery] Re: validate

2009-07-30 Thread Jörn Zaefferer
The plugin supports only names, you'd have to hack the plugin to change that. If you provide some context on why you think you need that, it would be easier to propose a solution. Jörn On Wed, Jul 29, 2009 at 8:15 AM, zaka29 wrote: > > Hi, > > Please give advise, how to assign rules for form el

[jQuery] Re: Dynamic creating of elements and appending them

2009-07-30 Thread Rodi
Try this: $(document).ready(function(){ $("#foobar").append(""); }); On Jul 29, 4:51 pm, Wulf wrote: > Hey there, > I read a lot of things now about creating elements with $("") > and the appendTo method. > here is my code I'm trying to get to work: > >   >     Foobar >    

[jQuery] jQuery on Firefox doesn't work with server side redirect

2009-07-30 Thread AndreaDP
Hi I'm using jquery 1.3.2 with firefox 3 and IE 6+. The problem I'm facing is with a call like: $("#send").click(function() { $.ajax({ url: "http://localhost:8080/SampleRedirect/api/sample.xml";, type: "GET",

[jQuery] Re: Basic questions about jQuery validation plugin.

2009-07-30 Thread PictureMan
I belive it should be like this: (added messages for you if you arean't using them) $('#myform').validate({ rules: { score_1 : {required: true}, score_2 : {required: true}, score_3 : {required: true} } messages: { score_1 : "Required message here

[jQuery] JQuery BREAKS in IEx -- H E L P!!!!

2009-07-30 Thread PictureMan
Hi, I've searched the group but haven't found a working solution. I'm using this plugin for form validation: http://bassistance.de/jquery-plugins/jquery-plugin-validation/ It works great in FF, but not in IE!!! What can I do to fix? There's too much code to post online. But I can tell you about

[jQuery] Re: Tabs: page jumps to top when tab changes

2009-07-30 Thread Rodi
you have to return false; on click. On Jul 29, 6:53 am, chris_huh wrote: > Thanks but I can't find jquery.history_remote.pack.js. I am using > jquery 1.7.1 and the tabs thing that comes with JQuery UI. > > On Jul 29, 2:25 pm, rupak mandal wrote: > > > Hi, if you remove the "jquery.history_remot

[jQuery] [validate] How to show a div upon a validation error?

2009-07-30 Thread Rudi Cheow
Hi all, Please see this code: Error1 Error2 The above is a simplified version of my code, but it shows enough. The two DIVs are set to "display:none". How do I invoke the validate plugin in such a way that it shows the appropriate DIV when validation fails on the relevant field? I have be

[jQuery] jQuery lagging

2009-07-30 Thread Perrin4869
Hello, I'm building a jQuery based gallery, in which the images fade in or out whenever the user hovers over the thumbnail. Now, for some reason, everything works fine for the first couple of hovers, but after a while, it starts to lag greatly after each hover. Here's the page I'm talking about:

[jQuery] Re: jquery blocks javascript?

2009-07-30 Thread solow
so, now i post the url and the problem, and people still dont know the problem? i really want help :(

[jQuery] Re: jquery.ajax with async=false is not synchronous with remote files

2009-07-30 Thread Benedikt
sorry, here it comes: jQuery.ajax({ url: 'http://someremoteurl/js/test2.js', async: false, dataType: 'script' }); console.log('nach ajax'); With a remote script you will read the

[jQuery] Re: jquery.ajax with async=false is not synchronous with remote files

2009-07-30 Thread Benedikt
sorry, here it comes: jQuery.ajax({ url: 'http://someremoteurl/js/test2.js', async: false, dataType: 'script' }); console.log('nach ajax'); With a remote script you will read the

[jQuery] Re: URL redirect

2009-07-30 Thread Anush Shetty
On Thu, Jul 30, 2009 at 9:26 PM, waseem sabjee wrote: > var url = "?car.php?id=53"; > top.location = url; > Thanks. Got it - Anush

[jQuery] Lazy Load plugin

2009-07-30 Thread Liam Potter
Hi All, The www.appelsiini.com site is down, and I can't find any where else to download it. Can someone who has to full package (looking for uncompressed code to study) upload it somewhere for me to download from please. Thanks, - Liam

[jQuery] Re: jquery.ajax with async=false is not synchronous with remote files

2009-07-30 Thread MorningZ
Posting sample code of what you think doesn't work would help others help you On Jul 30, 11:37 am, Benedikt wrote: > Hi, > > I am calling a remote javascript file a need it called synchronously. > > jquery's ajax call does not work in this situation... even with async > set false remote js-fil

[jQuery] Re: URL redirect

2009-07-30 Thread waseem sabjee
var url = "?car.php?id=53"; top.location = url; On Thu, Jul 30, 2009 at 5:53 PM, anush wrote: > > Hi, > > I have an input text field with city names which uses the jquery > autocomplete plugin. > > Now I would like to redirect the page when a city is selected. Can you > anybody tell me how I cou

[jQuery] Re: URL redirect

2009-07-30 Thread Michael Lawson
document.location.href= "url"; would that work for you? cheers Michael Lawson Development Lead, Global Solutions, ibm.com Phone: 1-276-206-8393 E-mail: mjlaw...@us.ibm.com 'Whether one believes in a religion or not, and whether one believes in rebirth or not, there isn't anyone who doesn't ap

[jQuery] URL redirect

2009-07-30 Thread anush
Hi, I have an input text field with city names which uses the jquery autocomplete plugin. Now I would like to redirect the page when a city is selected. Can you anybody tell me how I could go about doing it. $().ready(function() { $('#cities').autocomplete(".autocomplete.php", {

[jQuery] Re: How Would You Use Superfish Drop Down Menus with CSS Sprites2?

2009-07-30 Thread Matt
Thanks for the tip. Like every time you're trying something new, it's two steps forward and three steps back. I'll try you suggestion.

[jQuery] jquery.ajax with async=false is not synchronous with remote files

2009-07-30 Thread Benedikt
Hi, I am calling a remote javascript file a need it called synchronously. jquery's ajax call does not work in this situation... even with async set false remote js-files get called asynchronously... Unfortunatelly callback on complete is no option. (Unless of course one knows a working wait-fun

[jQuery] Re: Linkselect Plugin Woes

2009-07-30 Thread skube
Here is a distilled (cut and paste) version of the code. Only the plugin is not supplied. The error that is coming up is I[0] is undefined http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"> Test a.linkselectLink {text-decoration:none; display:block;} .linkselectC

[jQuery] Select element fires hover.

2009-07-30 Thread jeff
I am trying to implement a div containing an advanced search form drop down on hover and I have everything working (only in FF) except for when I try to add any sort of animation or speed to the '.show' or '.hide' effect. When I try to add speed or seemingly any other effect to the div, the select

[jQuery] Re: How Would You Use Superfish Drop Down Menus with CSS Sprites2?

2009-07-30 Thread Charlie
Method I usaully use is to start with  superfish CSS since it  works very well cross browser and the scripted classes are built in. Then copy the styling from existing menu into the superfish rules and abandon all rules that don't fit into the .sf-menu structure. By proceeding in small steps a

[jQuery] Re: Linkselect Plugin Woes

2009-07-30 Thread skube
Thanks for responding. I am using the most recent linkselect version (Date: 2009-07-13 * Rev: 1.2.07) I have read and re-read the documentation and pretty sure doing it correctly. I do have two selects (dropdowns) and both seem to get initiated correctly. I can use any another option in the API

[jQuery] Re: clueTip - moveable/dragable

2009-07-30 Thread Karl Swedberg
Hi there. Sorry for the delay in responding. It sounds like the jQuery UI Dialog plugin would better suit your needs here: http://jqueryui.com/demos/dialog/ --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 26, 2009, at 11:13 AM, derek wrote: i've bee

[jQuery] Re: Jquery Superfish Ajax Call

2009-07-30 Thread Charlie
if you attach click handlers to links in menu, the superfish script won't have any impact since all of it's events are hover related For more advanced features related to hover you can put functions in the onBeforeShow, onShow, and onHide options within superfish script James W wrote: Hel

[jQuery] Re: jQuery effects speed cause hover to fire

2009-07-30 Thread jeff
Upon further testing, the said script doesn't work in IE, only in FF. In IE (6,7, and 8) the hover event is fired when an option is selected... bummer :( On Jul 30, 10:25 am, jeff wrote: > I am trying to implement a div containing a form drop down on hover > and I have everything working except

[jQuery] Chrome compatibility problem (form submit button value not sent)

2009-07-30 Thread Hardip
http://www.globalautohits.com/test/jquery-test.html Tested it in Opera, FF 3.5 - there, the result shows that the submit button was sent too. however, in Chrome, it is not sent. It even works in IE8 (sic), didn't test lower versions. might be a Chrome bug, but since jQ should be cross-browser

[jQuery] jQuery effects speed cause hover to fire

2009-07-30 Thread jeff
I am trying to implement a div containing a form drop down on hover and I have everything working except for when I try to add any sort of animation or speed to the '.show' or '.hide' effect. When I try to add speed or seemingly any other effect to the div, the select elements of the search form f

[jQuery] Jquery Superfish Ajax Call

2009-07-30 Thread James W
Hello, Does anyone know if it is possible to use AJAX calls with the superfish menu? and if so does anyone have any sample code to illustrate how? Instead of calling a link I would like to use the menu to load content into a container but only on certain menus. Thanks James

[jQuery] Re: Linkselect Plugin Woes

2009-07-30 Thread Dan G. Switzer, II
What's your code looks like? Are you using the replaceOptions() method correctly: $("#id").linkselect("replaceOptions", options*, doCallback*) Replaces the options in the dropdown with the array of objects passed into the options argument. You can use this API method to repopulate a Linkselect wit

[jQuery] Re: [treeview] Collapsed tree will flash before collapsing. Anyway to avoid it?

2009-07-30 Thread Brett Ritter
On Wed, Jul 29, 2009 at 7:39 AM, Pablo wrote: > Is there a way to avoid that, thus showing only the collapsed tree > from the start? Or to make it invisible until the moment it is > collapsed? (grumble) I saw a great tutorial on this just a few days ago and now I can't find it. Perhaps someone h

[jQuery] Re: Cross-domain (for analytics)

2009-07-30 Thread Laurian
You may try http://plugins.jquery.com/project/flXHR Laurian On Jul 30, 11:00 am, Danny Ayers wrote: > I've run up against a cross-domain Ajax problem, essentially I want to > do something like: > > (inhttp://hostA.com/page.html) > >

[jQuery] Re: Basic questions about jQuery validation plugin.

2009-07-30 Thread Tim
Also, you might have a missing curly-bracket after rules: { score_1 : {required: true} unless you just mis-typed it. Tim :o] On Jul 30, 7:57 am, Anoop kumar V wrote: > I think the validation plugin depends only on the name and not the id. > > On 7/29/09, Leon wrote: > > > > > > > Hel

  1   2   >