[jQuery] ajax loading animation attached to mouse

2009-02-23 Thread oli
Hi, I'm looking for a plugin (or another easy way) to attach a custom ajax loading animation to my mouse arrow. I didn't find anything in the plugin list. Regards, Oli

[jQuery] Re: Set select menu with current day

2009-02-23 Thread Liam Potter
Your welcome, though I noticed something wrong...this should be a bit better $(select).children(option).each(function() { if ( $(this).html() == varDay ) { $(this).attr(selected,selected); } }); Nic Hubbard wrote: Perfect! Thank you! On Feb 22, 1:34 pm,

[jQuery] Re: adding tabs dynamically

2009-02-23 Thread Klaus Hartl
You could add that to the template. Or use the add callback to populate the tab: $('#whatever').tabs({ add: function(event, ui) { $(ui.panel).html( ... ) .find('input'); // do something with these inputs } }); It seems you have to use the add callback anyway to get

[jQuery] Re: help to develop my Jquery Accordion

2009-02-23 Thread lock2007
I put the code in this link : http://www.infotica.org.tn/jquery/ Thanks !!! On Feb 23, 3:33 am, Charlie Tomlinson charlie...@gmail.com wrote: you haven't explained what the problem is have you a link to look at? lock2007 wrote:Hi, I tried for a few days to have a code JQuery Accordion for

[jQuery] ui tabs : what are the only necessary CSS files ?

2009-02-23 Thread Alexandre Plennevaux
Hi, I'm trying to use ui Tabs , but i don't need all the rest of the UI distribution, yet they all come into the generated download. I'm a bit lost in all those css files. What is the bare minimum css that i absolutely need to make the ui.tabs work? Thank you, Alexandre

[jQuery] Re: Working examle of UI/Uploader

2009-02-23 Thread Joac
hm I would like Working examle with back end code for some reason I have a heap of errors when trying to initialize the script On Feb 22, 12:28 am, Shedokan shedo...@yahoo.com wrote: I think it does:http://docs.jquery.com/UI/Uploader On 21 פברואר, 22:01, Joac ja.sor...@gmail.com

[jQuery] jQuery, Shadowbox + Postback

2009-02-23 Thread startail
Hi, I've been trying to do a postback from a shadowbox. And I've acctually succeded, but it's not using jQuery witch I think could help me out alot easier than I have now. What I want to do is to post back a value from my shadowbox, and then I close it with document.Shadowbox.close(); The

[jQuery] Re: Combining jQuery validation, ajax Submit and jqUploader

2009-02-23 Thread tain
this is what i found on jquery.documentation, Serialize requires that fields have a name attribute. Having only an id will not work. On Feb 23, 8:10 am, Andri 4r53...@gmail.com wrote: I have a form, and i want to combing jquery validation ajax Submit and jquploader. This is the script

[jQuery] Re: Combining jQuery validation, ajax Submit and jqUploader

2009-02-23 Thread tain
i forgot to add link for more details about serialize() http://docs.jquery.com/Ajax/serialize On Feb 23, 11:12 am, tain bugi@gmail.com wrote: this is what i found on jquery.documentation, Serialize requires that fields have a name attribute. Having only an id will not work. On Feb 23,

[jQuery] Re: ui tabs : what are the only necessary CSS files ?

2009-02-23 Thread Richard D. Worth
ui.core.css ui.tabs.css ui.theme.css Note: if you have any further questions about jQuery UI, we'd love to answer them over here: http://groups.google.com/group/jquery-ui Thanks. - Richard On Mon, Feb 23, 2009 at 4:32 AM, Alexandre Plennevaux aplennev...@gmail.com wrote: Hi, I'm trying

[jQuery] Re: ui tabs : what are the only necessary CSS files ?

2009-02-23 Thread Alexandre Plennevaux
thanks Richard, I'm having a lot of trouble upgrading to ui tabs so see you around on the jquery ui group :) Alexandre On Mon, Feb 23, 2009 at 11:32 AM, Richard D. Worth rdwo...@gmail.com wrote: ui.core.css ui.tabs.css ui.theme.css Note: if you have any further questions about jQuery UI,

[jQuery] Autocomplete and change event

2009-02-23 Thread Kaare Rasmussen
Hi I've been using this autocomplete plugin http://www.pengoworks.com/workshop/jquery/autocomplete.htm for a while. It's been doing its job, but now I want to add a change event to that field, so - Autocomplete finds the value and - change event does some calculation based on that value (or the

[jQuery] Internet Explorer 7 sending a POST instead of a GET request

2009-02-23 Thread john7
$.ajax({ url: this.href, type: 'get', dataType: 'script', success: function(data){ I have a code like that work with all browsers buts not working with IE. IE is sending a POST instead of a GET request How do I fix this issue? Thanks

[jQuery] jQuery Autocomplete Documentation for Eclipse JSDT/WTP 3 - JsDoc

2009-02-23 Thread rwpreece
I noticed while downloading jquery that there is a download of Visual Studio documentation so that you get code / autocompletion within Visual Studio. It would be really cool if you could provide documentation for Eclipse JSDT/WTP 3 that would allow the editor to provide code completion and

[jQuery] Question on JQuery Licensing Issue

2009-02-23 Thread Viki
This is Vicky from China. I came across to know JQuery last year and felt very interested in this masterpiece. My brother once adopted some features or plug-in of JQuery during his graduation thesis of designing a web application. He found it's very practical also. Now I have some questions

[jQuery] jQuery in ASP.NET AJAX causes blank page

2009-02-23 Thread Nathan Pledger
Hi, My page: %@ Page Language=C# AutoEventWireup=true CodeFile=Default.aspx.cs Inherits=_Default % %@ Register Assembly=Telerik.Web.UI Namespace=Telerik.Web.UI TagPrefix=telerik % !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://

[jQuery] Need advise

2009-02-23 Thread pramudya81
Hi, I am working on a page that need an AJAX tech. I use Java Server Page in this case. Here is the case: 1. On input text user input a certain fix length number (i.e. 15 chars) 2. It must be able to execute a stored procedure (on oracle DB) that will return a yes or no answer for particular

[jQuery] is there something like $('.myClass').contains('val1 or val2 or val3')?

2009-02-23 Thread ggerri
Hi guys is there a way to use logical operators in jQuery e.g. with 'contains'? thanks

[jQuery] Re: jQuery Autocomplete Documentation for Eclipse JSDT/WTP 3 - JsDoc

2009-02-23 Thread Jörn Zaefferer
We provide an export of our documentation in the OpenAjax Metadata format, which is already supported by Aptana (an alterantive to JSDT/WTP), and also by other IDE, at least planned for Visual Studio, Dreamweaver etc. You can generate the metadata via the openAjaxMetadata target from our ant

[jQuery] Re: jQuery messing with this?

2009-02-23 Thread pambuk
Works like a charm :) Thanks a lot (too bad I already made a detour ;) ). On Feb 20, 2:20 pm, akzhan akzhan.abdu...@gmail.com wrote: It's common practice to copy this variable to local self (var self = this). And it works fine. $(select.zmiana_daty_wysylki).each(function () {     var

[jQuery] Re: jQuery in ASP.NET AJAX causes blank page

2009-02-23 Thread Nathan Pledger
I solved it. Make sure the script tag is not self-closing, ie: script type=text/javascript src=js/jquery-1.3.1.js/script On Feb 23, 11:08 am, Nathan Pledger progr...@gmail.com wrote: Hi, My page: %@ Page Language=C# AutoEventWireup=true CodeFile=Default.aspx.cs Inherits=_Default % %@

[jQuery] Re: Problem with refreshing

2009-02-23 Thread Sjeiti
Maybe it's better to do a callback and delete only the list-element of that user if the delete was succesfull, instead of rebuilding the entire user-list. That would save you the trouble of re-binding, and save you an extra server call.

[jQuery] Re: [Validate] plugin fails on Safari

2009-02-23 Thread George
Hi Jörn Many thanks for your suggestion. In fact the problem was an obvious one that lay in the metadata. I had a class name of 'date' in my input field which was obviously clashing. I had totally overlooked that. Many thanks for writing a very flexible plugin. All the best George On Feb

[jQuery] Re: My published plugins are not appearing in the jQuery Plugin list

2009-02-23 Thread Dave Stewart
Just heard from someone who found me on Google, but the plugin list was not mentioned...

[jQuery] Re: autocomplete plugin with extraparams and onSelectItem

2009-02-23 Thread flanders
Hello MorningZ, I had tried the plugin from bassistance.de, but it has not onselecteditem or something like that. Now i have a workaround:) i modified the jquery.autocomplete.js from bassistance.de. Here my workaround: function selectCurrent() { var selected = select.selected();

[jQuery] Re: Drag is very smooth on Firefox, but it is total screw on IE7!

2009-02-23 Thread Richard D. Worth
You may get more help with this question on the jQuery UI list http://groups.google.com/group/jquery-ui Thanks. - Richard On Sun, Feb 22, 2009 at 5:58 PM, Vincent Nguyen kureik...@gmail.com wrote: I'm using jQuery UI for drag and drop and Mootol for sortable, b/c we don't use drag+drop_sort

[jQuery] Re: Drag is very smooth on Firefox, but it is total screw on IE7!

2009-02-23 Thread Vincent Nguyen
wow, really very graduate on you! This is old email and i found a way to make it work well with jQuery/UI with your helping from previous email! Thanks so much! I'm following on Twitter 2009/2/23 Richard D. Worth rdwo...@gmail.com You may get more help with this question on the jQuery UI list

[jQuery] Re: Combining jQuery validation, ajax Submit and jqUploader

2009-02-23 Thread Andri
I think the problem is not on serialize, because the ajax submit is working when using this function $(#RegForm).submit(function(){ var str = $(this).serialize(); $.ajax({ type: 'POST', url: 'ajax.php',

[jQuery] invalid array length wit jquery.extend

2009-02-23 Thread morgancodes
Hello, It seems that it's not safe to use length as a nested object property if I want to use jquery.extend. Is this a know issue? $.extend(true, {},{prop:{length:-1}}); thanks, -Morgan

[jQuery] Hello world example - works in IE6; fails in firefox 3

2009-02-23 Thread Adelle Hartley
Hi all, Any idea why this works in ie6 but not firefox? html head script type=text/javascript src=jquery.js/script script type=text/javascript $(document).ready(function() { $(a).click(function() { alert(Hello world!); }); }); /script /head body a href=#Link/a /body /html

[jQuery] Re: Hello world example - works in IE6; fails in firefox 3

2009-02-23 Thread Michael Lawson
What does the error console say? cheers Michael Lawson Content Tools Developer, Global Solutions, ibm.com Phone: 1-919-517-1568 Tieline: 255-1568 E-mail: mjlaw...@us.ibm.com 'Examine my teachings critically, as a gold assayer would test gold. If you find they make sense, conform to your

[jQuery] Re: Hello world example - works in IE6; fails in firefox 3

2009-02-23 Thread Adelle Hartley
I wrote: Hi all, Any idea why this works in ie6 but not firefox? html head script type=text/javascript src=jquery.js/script script type=text/javascript $(document).ready(function() { $(a).click(function() { alert(Hello world!); }); }); /script /head body a href=#Link/a

[jQuery] Re: Get all events registered for an element

2009-02-23 Thread Ariel Flesler
jQuery(elem).data('events'); That's an object with random keys where each key contains a function (handler). -- Ariel Flesler http://flesler.blogspot.com On Feb 23, 10:48 am, Sandesh Singh sandesh...@gmail.com wrote: Hi. As I understand, you can have custom events in jquery, like so -

[jQuery] Cycle: cleartype and slide captions solution no longer working with 2.52

2009-02-23 Thread rubycat
(Please excuse my newness...I'm not sure if I need to do anything special to post code, etc.) What have I done wrong? My original need was to fix the IE7 cleartype bug on captions that I fade in used within a Cycle slideshow. It seemed that the built-in cleartype fix IN Cycle is only for text

[jQuery] Json help adding into Object

2009-02-23 Thread Michael
I have some code that I need help with. I have a database with a list of abbreviations with is encoded into JSON in a PHP script, the script below pulls in that data and stores the data as objects (or thats how I want it to be). $(#load_abbr_data).click(function() { var abbrs = {}

[jQuery] Re: autocomplete plugin with extraparams and onSelectItem

2009-02-23 Thread MorningZ
but it has not onselecteditem or something like that sure it does, it's the .result event http://docs.jquery.com/Plugins/Autocomplete/result#handler So $(#textbox1).autocomplete( location of remote page, { extraPArams: { var1: foo } }).result(function(a, data, b) { data = + data;

[jQuery] Re: Something broke in IE7

2009-02-23 Thread oliver.pra...@googlemail.com
Hi guys repost of my problem since I'm not coming forward The code I wrote in jQuery: http://code-bin.homedns.org/242 Now to the problem: Please note that the behavior I want is already working fine in FF so just open it with FF to see what I created it to do. The main problem is the pulled

[jQuery] Re: Input type radio events

2009-02-23 Thread Stephan Veigl
Hi Bruno, you need to define value attributes for your inputs fieldset pinput type=radio name=foo value=yes/yes/p pinput type=radio name=foo value=no/no/p filedset pinput type=checkbox name=value value=val1/ Value 1 /p pinput type=checkbox name=value value=val2/ Value 2 /p /fieldset input

[jQuery] $('#foo p') or $('p', $('#foo'))

2009-02-23 Thread Peter Bengtsson
I watched the John Resig presentation too and learned that CSS selectors always work from right to left. That would mean that doing this:: $('#foo p') Would extract all p tags and from that list subselect those who belong to #foo. Suppose you have 1000 p tags of them only 100 are inside #foo

[jQuery] Re: Cycle: cleartype and slide captions solution no longer working with 2.52

2009-02-23 Thread Mike
What have I done wrong? My original need was to fix the IE7 cleartype bug on captions that I fade in used within a Cycle slideshow. It seemed that the built-in cleartype fix IN Cycle is only for text used in the slide part. So, I call another js function from a separate file if the browser

[jQuery] 1.3.1/2 selecting bug... or feature?

2009-02-23 Thread Sjeiti
I've build a recursive tree. Now I'm trying to get the number of list elements but I get weirds results: $(li).length = 10; $(bodyul li).length = 4; Is this right?.. or a bug... (1.2.6 works as expected) [code] !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http://

[jQuery] Is it possible to override a link?

2009-02-23 Thread david.0pl...@gmail.com
I have one link: a id=woof href=form.phpForm/a then I have: $('a#woof').click(function() { do ajax form } I've done this to make the user without javascript still able to see the form, the problem is that it follows the link even when java is enabled.. how can I avoid this? Thanks

[jQuery] Re: Is it possible to override a link?

2009-02-23 Thread Frederik Ring
This should be working: $('a#woof').click(function(e){ e.preventDefault(); //do ajax form }); Or you could set all href attributes to '#' before adding the click function

[jQuery] [validate]

2009-02-23 Thread Sonya
For remote validation, please show a code of check-email.php. I did not find any example. My code: $email=$_POST['email']; $existing_mails=array('ma...@example.com','ma...@example.com'); if (in_array($email, $existing_mails)) { echo false; } else { echo true; } does not work.

[jQuery] accessing 'caller' object within post

2009-02-23 Thread rui
hi all, i'm having troubles accessing the 'caller object of an ajax post for instance function A () { this.avar; } A.prototype.myFun = function() { this.avar; // no problem here $.post(url,data,callback) { this.avar; // here is the problem (a) } } a = new A; - (a)

[jQuery] [validate] Remote validation

2009-02-23 Thread Sonya
For remote validation, please show a code of check-email.php. I did not find any example. My code: $email=$_POST['email']; $existing_mails=array('ma...@example.com','ma...@example.com'); if (in_array($email, $existing_mails)) { echo false; } else { echo true; } does not work.

[jQuery] Internet Explorer Bug (Disappearing Fields)

2009-02-23 Thread James Finley
I am running jQuery 1.2.6, and experiencing a major bug with form fields disappearing in IE 7.0.5730.11. I have fieldsets that can be collapsed (uses slideUp), and for some reason when you click into/ focus on a field, it changes position on the page/disappears. The caret moves up and to the

[jQuery] accessing 'caller' object within post

2009-02-23 Thread rui
hi all, i'm having troubles accessing the 'caller object of an ajax post for instance function A () { this.avar; } A.prototype.myFun = function() { this.avar; // no problem here } a = new A;

[jQuery] Re: $('#foo p') or $('p', $('#foo'))

2009-02-23 Thread brian
On Mon, Feb 23, 2009 at 11:08 AM, Peter Bengtsson pete...@gmail.com wrote: I watched the John Resig presentation too and learned that CSS selectors always work from right to left. That would mean that doing this:: $('#foo p') Would extract all p tags and from that list subselect those

[jQuery] Re: Internet Explorer Bug (Disappearing Fields)

2009-02-23 Thread brian
On Mon, Feb 23, 2009 at 12:14 PM, James Finley jamesfin...@gmail.com wrote: I am running jQuery 1.2.6, and experiencing a major bug with form fields disappearing in IE 7.0.5730.11. I have fieldsets that can be collapsed (uses slideUp), and for some reason when you click into/ focus on a

[jQuery] Jquery.com - UI examples down?

2009-02-23 Thread Paul Hutson
Hello Bit of a noddy question, but I just wanted to make sure it wasn't just at my end.. .. is the jquery.com site not working quite correctly, i.e. the examples don't work on the following pages : http://docs.jquery.com/UI/Progressbar http://docs.jquery.com/UI/Slider So - is anyone else

[jQuery] Is there a way to use ScrollTo after a series of other events?

2009-02-23 Thread Rick Faircloth
I've been looking over the ScrollTo options, and looked at SerialScroll, too, but didn't see any examples of either being used after other actions, such as: $('#test').find().fadeIn(1000).scrollTo('#test'); .or something similar. Or is there another functions I missed in the docs that

[jQuery] Re: Order Items. Please help me. Thank You.

2009-02-23 Thread shapper
Hello, I tried to make the change: levels.each(function(){ levelsCsv.push({'text':this.value,'value':$(this).next().text()}) }) But I get an error on Firebug: levels.each is not a function Am I doing something wrong? I also made a change on

[jQuery] Re: Remote validation

2009-02-23 Thread Sonya
Error found: echo false; } else { echo true; } Do not response with boolean, string is expected. On 23 Feb., 18:13, Sonya ayson...@googlemail.com wrote: For remote validation, please show a code of check-email.php. I did not find any example. My code:

[jQuery] Re: Order Items. Please help me. Thank You.

2009-02-23 Thread shapper
P.S: I updated my example as usually: http://www.27lamps.com/Beta/List/List3.html On Feb 20, 5:02 pm, mkmanning michaell...@gmail.com wrote: levels.text = $('input[name=Levels]:checked + label'); levels.value = $('input[name=Levels]:checked'); Those don't get you the right values for

[jQuery] Re: Internet Explorer Bug (Disappearing Fields)

2009-02-23 Thread James Finley
It's a major bug because this Javascript is in a corporate project management system, with some 200+ users. IE is a bug of it's own, but since everyone is using it here, I have to deal. Now I just replicated the same glitch in IE 7.0.5730.13. The field appears to still exist, but has been shifted

[jQuery] Horizontal animation works on F.F. IE7. Fails on IE6

2009-02-23 Thread ab2qik
Hi, Horizontal animation of an element works on F.F. IE7. It fails to work on IE6? Example: From: http://codesolv.net/se-update/library-slide.html Click on any radio button under Form factors heading. An element slides open. This can be closed by the top right close button. Works on F.F./IE7.

[jQuery] Re: Internet Explorer Bug (Disappearing Fields)

2009-02-23 Thread Vincent Nguyen
Be careful! I encounter some same issue in past! It's more simple than i think! I made some typo and forget to close some html tag, that leads some fields disappear! That's is my exp! Wonder that you try to check all html close and open correctly! 2009/2/23 James Finley jamesfin...@gmail.com

[jQuery] Re: My published plugins are not appearing in the jQuery Plugin list

2009-02-23 Thread Karl Swedberg
Hmm. I just took a look at your Form Highlight plugin. I'm guessing that it's not showing up in the list because you don't have any published releases for it: http://plugins.jquery.com/node/2736/release --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On

[jQuery] Re: Internet Explorer Bug (Disappearing Fields)

2009-02-23 Thread James Finley
It is not that. I just ran the validator, and it is mostly clean. The issues that do exist are very minor. On Feb 23, 11:48 am, Vincent Nguyen kureik...@gmail.com wrote: Be careful! I encounter some same issue in past! It's more simple than i think! I made some typo and forget to close some

[jQuery] preventing redirection when opening modal dialog box

2009-02-23 Thread bittermonkey
hi, I have this snippet which works fine in Firefox but not in IE6/7. Somehow in IE instead of opening the modal dialog box, it gets posted to the submit page when the button with btnAddSession Id gets clicked. $(#btnAddSession).click(function(){ $(#addproductsForm).dialog(open); return false;

[jQuery] Re: Internet Explorer Bug (Disappearing Fields)

2009-02-23 Thread brian
On Mon, Feb 23, 2009 at 12:43 PM, James Finley jamesfin...@gmail.com wrote: It's a major bug because this Javascript is in a corporate project management system, with some 200+ users. IE is a bug of it's own, but since everyone is using it here, I have to deal. Now I just replicated the same

[jQuery] Stopping emails

2009-02-23 Thread Alan Williams
Hi I currently get all the posts to this group sent to me by email, but not because I am a member of the Google group (I must have signed up to the emails before the group was set up). I have tried joinng the group, changing the settings and unsubscribing, but all to no avail: the emails keep

[jQuery] forcing ajax request to stop

2009-02-23 Thread Adam
Hey, I'm looking for a way to force some known running ajax requests to stop before initiating another call.. I'm using the jQuery.ajax global events to monitor the active requests.. but in the jQuery docs, i was unable to find a method of forcing a processing request to actually stop... For

[jQuery] Re: Stopping emails

2009-02-23 Thread John Resig
I just changed your setting to 'No Email'. --John On Mon, Feb 23, 2009 at 1:15 PM, Alan Williams a...@ralentango.co.uk wrote: Hi I currently get all the posts to this group sent to me by email, but not because I am a member of the Google group (I must have signed up to the emails before

[jQuery] Re: [ListNav] Solution to a severe performance problems with jQuery/ListNav and the Blueprint CSS framework

2009-02-23 Thread Jack Killpatrick
Bob, I have a new rev of listnav (hoping to release this week). Do you want to try this rev and see what happens? If so, let me know and I'll get it to you. Thanks, Jack

[jQuery] Re: [listnav] in Chrome

2009-02-23 Thread Jack Killpatrick
Hi, I have a new rev of the listnav plugin almost ready for release. Do you want to give it a try and let me know if the issue has been resolved? If so, let me know and I'll get a copy to you. Thanks, Jack simshaun wrote: Using jQuery 1.3.1, This question refers to the ListNav plugin

[jQuery] jQuery.Form and url

2009-02-23 Thread phicarre
This function runs correctly: function authentication() { $('#myForm').ajaxSubmit( { type:'POST', url:'login.php', success: function(reponse,status) { }, error: function(requete,iderror) {} }); return false;

[jQuery] Re: Internet Explorer Bug (Disappearing Fields)

2009-02-23 Thread James Finley
I am using XHTML 1.0 Strict, so not quirks mode. The errors that exist on the page are from checked=true and because of a few spaces in ids. I just checked with the CSS turned off, and I cannot replicate the issue. On Feb 23, 12:11 pm, brian bally.z...@gmail.com wrote: On Mon, Feb 23, 2009 at

[jQuery] Re: jQuery.Form and url

2009-02-23 Thread Mike Alsup
This function runs correctly: function authentication()     {         $('#myForm').ajaxSubmit(         {             type:'POST',             url:'login.php',             success: function(reponse,status) {  },             error: function(requete,iderror) {    }         });        

[jQuery] Re: jQuery.Form and url

2009-02-23 Thread James
What specifically is not working correctly? Maybe the filepath 'myFolder/login.php' could not be found? Is it not returning anything? Use Firebug for Firefox to help debug AJAX issues. On Feb 23, 8:36 am, phicarre gam...@bluewin.ch wrote: This function runs correctly: function

[jQuery] Re: Internet Explorer Bug (Disappearing Fields)

2009-02-23 Thread brian
On Mon, Feb 23, 2009 at 1:53 PM, James Finley jamesfin...@gmail.com wrote: I am using XHTML 1.0 Strict, so not quirks mode. But, if the page doesn't validate for some reason, the browser will shift to quirks mode. Simply providing a DOCTYPE doesn't guaerantee which mode the page will be

[jQuery] Re: preventing redirection when opening modal dialog box

2009-02-23 Thread Karl Swedberg
Without seeing the page, it's a little hard to guess, but is it possible that you have more than one element with either an id or a name of btnAddSession? --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Feb 23, 2009, at 12:56 PM, bittermonkey wrote:

[jQuery] Re: Is there a way to use ScrollTo after a series of other events?

2009-02-23 Thread James
Maybe you want to use a callback for the fadeIn, such that after the fadeIn is done, the scrollTo will be called: $('#test').find().fadeIn(1000, function() { $.scrollTo('#test'); }); something like that. I don't remember the exact syntax for scrollTo at this moment. On Feb 23, 7:34 am,

[jQuery] failing miserably in IE

2009-02-23 Thread pedalpete
I'm not sure where to even start with this. I've got a page with a ton of scripts that I've basically copied from one of my other pages (which works fine in IE). Of course, some of the scripts have changed, but I've got strange things failing everywhere. The common errors I was getting an

[jQuery] Re: Is there a way to use ScrollTo after a series of other events?

2009-02-23 Thread Rick Faircloth
Thanks for the reply, James. I finally did get something working. Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of James Sent: Monday, February 23, 2009 2:04 PM To: jQuery (English) Subject: [jQuery] Re: Is there a way to use

[jQuery] Re: failing miserably in IE

2009-02-23 Thread James
It's hard to tell without a test page. I think you should work from bottom up, even if you think it should all be working properly together. Make sure that jQuery library is working correctly and one- by-one add in the other things. Make sure that all your links to external Javascript/CSS files

[jQuery] Re: Cycle: cleartype and slide captions solution no longer working with 2.52

2009-02-23 Thread rubycat
Hiya. Love Cycle!! You should be knighted or something! With version 2.52, the cleartype fix I was implementing separately for IE7 captions no longer works. Consequently, when each caption fades in in IE7, the text is all yucky/jaggedy. Alas, I can't post a link because the site is under

[jQuery] Re: Jquery.com - UI examples down?

2009-02-23 Thread Richard D. Worth
It's not just you. I was doing some work on the jQuery UI Docs templates. Seems I botched the demos. Thanks for the note. I'll take a look. - Richard On Mon, Feb 23, 2009 at 12:28 PM, Paul Hutson hutsonphu...@googlemail.comwrote: Hello Bit of a noddy question, but I just wanted to make sure

[jQuery] Re: preventing redirection when opening modal dialog box

2009-02-23 Thread bittermonkey
No Karl. I checked it and there's no duplicate. Here's the html code: - h3Products/h3 !-- Placeholder for ajax results -- div id=mainproducts/div input type=submit name=btnAddSession value=Add Session id=btnAddSession /

[jQuery] Re: 1.3.1/2 selecting bug... or feature?

2009-02-23 Thread John Resig
Looks like a bug to me. In this case it seems like doing just li would be equivalent to what you want. Could you file it here? http://dev.jquery.com/newticket --John On Mon, Feb 23, 2009 at 11:43 AM, Sjeiti sje...@gmail.com wrote: I've build a recursive tree. Now I'm trying to get the

[jQuery] Re: Is it possible to override a link?

2009-02-23 Thread Kean
There are a couple of options, depending on your needs. $('a#woof').click(function(e){ e.preventDefault(); //do ajax form }); $('a#woof').click(function(e){ //do ajax form return false; // preventDefault and stopPropagation }); On Feb 23, 9:12 am, Frederik Ring frederik.r...@gmail.com

[jQuery] Selecting dynamically created elements

2009-02-23 Thread Petar
I'm creating img elements dynamically like this: $('img src=images/pic.jpg alt=).appendTo(#table); Later on, if I create a wrapped set $('img'), dynamically created images are not in it. I guess that's the way jQuery works, but can I do something to wrap newly created elements that are not in

[jQuery] Re: failing miserably in IE

2009-02-23 Thread pedalpete
Thanks James, that's actually how I got to the point of discovering where the broken bits were. I removed the javascript line by line until i got the errors to stop showing up. Unfortunately I'm getting to the point where there is so little on the page that it isn't even remotely resembling the

[jQuery] Re: Jquery.com - UI examples down?

2009-02-23 Thread Richard D. Worth
All fixed. - Richard On Mon, Feb 23, 2009 at 2:47 PM, Richard D. Worth rdwo...@gmail.com wrote: It's not just you. I was doing some work on the jQuery UI Docs templates. Seems I botched the demos. Thanks for the note. I'll take a look. - Richard On Mon, Feb 23, 2009 at 12:28 PM, Paul

[jQuery] Re: Selecting dynamically created elements

2009-02-23 Thread Frederik Ring
Usually you should be able do what you are trying to do. To me it sounds as if you are trying to select the dynamically created content before you created it (on $(document).ready for example). How and when are trying to get the $('img')-selection? On Feb 23, 8:55 pm, Petar pta...@gmail.com

[jQuery] Re: Selecting dynamically created elements

2009-02-23 Thread Frederik Ring
By the way (although I do not think it causes the problem) you are missing a ' there. Should be: $('img src=images/pic.jpg alt=').appendTo(#table); instead. On Feb 23, 9:07 pm, Frederik Ring frederik.r...@gmail.com wrote: Usually you should be able do what you are trying to do. To me it

[jQuery] I want to do validation via AJAX and then submit form...

2009-02-23 Thread webspee...@gmail.com
Hey all. I am creating a login type screen and when the login button is clicked, I validate the ID/password via AJAX and if successful, I then submit the form. I have the code to validate, but when it returns a true, how do I submit the form to call the new page? Do I put the new page in the

[jQuery] Re: 1.3.1/2 selecting bug... or feature?

2009-02-23 Thread Sjeiti
Bug is filed under #4224. ...Ron

[jQuery] [validate] Re: How do I enable a submit button only after all fields are valid?

2009-02-23 Thread D.Kreft
Looks like I forgot to add the [validate] prefix to my subject. My apologies. Jörn, if you're out there, I could really use some help with my original post here. :-) -dan

[jQuery] Re: $('#foo p') or $('p', $('#foo'))

2009-02-23 Thread ricardobeat
up to jQuery 1.2.6 that's how the selector engine worked (from the top down/left to right). The approach used in Sizzle (bottom up/right to left) has both benefits and downsides - it can be much faster on large DOMs and some situations, but slower on short queries. I'm sure someone can explain

[jQuery] Re: is there something like $('.myClass').contains('val1 or val2 or val3')?

2009-02-23 Thread ricardobeat
This should work, but it's an inclusive or (unlike an if/else where only one possibility is choosen) $('.myclass').filter(':contains(one), :contains(two), :contains (three)') On Feb 23, 8:33 am, ggerri a...@ggerri.com wrote: Hi guys is there a way to use logical operators in jQuery e.g. with

[jQuery] CheckBox - Select and Deselect

2009-02-23 Thread shapper
Hello, I have 8 inputs of type checkbox. On 4 of them (A, B, C and D) I want to deselect the other three when one is selected. For example, if I select A I want B, C and D to be deselected. If I select C I want A, B and D to be deselected. Is it possible to create this functionality?

[jQuery] Re: [validate]

2009-02-23 Thread Jörn Zaefferer
Take a look at this demo: http://jquery.bassistance.de/validate/demo/milk/ There is a link to the php source at the bottom: ?php $request = trim(strtolower($_REQUEST['value'])); $users = array('asdf', 'Peter', 'Peter2', 'George'); $valid = 'true'; foreach($users as $user) { if(

[jQuery] Re: Order Items. Please help me. Thank You.

2009-02-23 Thread mkmanning
That's because you changed levels to an object, which you don't need to. Just use the original var levels = $('input:checkbox:checked'), and then levels.each(function(){ levelsCsv.push({'text':this.value,'value':$ (this).next().text()}) }) On Feb 23, 9:37 am,

[jQuery] SimpleModal container and closing image

2009-02-23 Thread Ron
Hi, I'm using the SimpleModal library to display help text in a modal popup. We are using the a.closeimg in the stylesheet to display a modified X to close the window. The stylesheet is external and located in the web application directory. It has a page to the image that takes into account

[jQuery] Re: Horizontal animation works on F.F. IE7. Fails on IE6

2009-02-23 Thread Alexandre Plennevaux
can you check taht for IE6, the element is not ALREADY at position left=0 ? hence no animation? On Mon, Feb 23, 2009 at 6:22 PM, ab2qik ab2...@googlemail.com wrote: Hi, Horizontal animation of an element works on F.F. IE7. It fails to work on IE6? Example: From:

[jQuery] Re: CheckBox - Select and Deselect

2009-02-23 Thread MorningZ
Easier/makes-more-sense: - Why not use a radio box group then? Otherwise: - Using jQuery to mimic functionality w/ CheckBox input type=checkbox id=A / input type=checkbox id=B / input type=checkbox id=C / input type=checkbox id=D / $(document).ready(function() { $(#A, #B, #C,

[jQuery] Re: Horizontal animation works on F.F. IE7. Fails on IE6

2009-02-23 Thread Alexandre Plennevaux
in fact, i just tested it on IE6, and i can't even click on the form inputs, so i 'd assume either you disabled them, or there is a transparent div with a higher z-index that prevents from clicking it. On Mon, Feb 23, 2009 at 10:36 PM, Alexandre Plennevaux aplennev...@gmail.com wrote: can you

[jQuery] Re: Adding scope support to .bind()

2009-02-23 Thread Azat Razetdinov
Passing handler after scope is not suitable for two reasons: 1. There's no way to determine whether data or scope is passed in a three-argument method call. 2. Passing scope after handler is common pattern in JavaScript 1.6 methods like forEach. On Dec 25 2008, 11:08 pm, Eduardo Lundgren

  1   2   >