[jQuery] Re: Superfish How to programatically unexpand menus.

2009-07-20 Thread Dhruva Sagar
Well my suggestion would require you to dig into superfish's code and find the click handler and edit it to suit your needs. Tell me one thing, in case of a simple mouse click, does the menu then disappear ? I think it wouldn't in your case. Can you perhaps give a demo script how your making the a

[jQuery] Re: Superfish How to programatically unexpand menus.

2009-07-20 Thread JC
You wouldn't suppose you could give a hint of how to do this :) ? On Jul 20, 10:13 pm, Dhruva Sagar wrote: > In the click event, you should also perhaps set the display css of the menu > as none so that it hides again. > Thanks & Regards, > Dhruva Sagar. > > Ted Turner

[jQuery] Superfish rounded corners.

2009-07-20 Thread JC
Yes, another superfish question (my last one tonight i promise) Has anyone figured out an easy way to round the corners of superfish menus much like: http://www.ea.com/ It doesn't seem to be that there is an easy way with the standard jquery corners plugin.

[jQuery] Re: jquery.ajax executes error function for Web Server HTTP 201 Response

2009-07-20 Thread Jules
201 is considered as a success. It could be an error somewhere else, try to step through httpSuccess function. // Determines if an XMLHttpRequest was successful or not httpSuccess: function( xhr ) { try { // IE error sometimes returns 1223

[jQuery] Preemptively getting the "auto" height of a

2009-07-20 Thread ebakunin
Hello, I have a with a height of 300px, overflow hidden, and a lot of text -- more than can be displayed in the . I would like to .animate() the to display the entire text. Without animation I could just use .css("height", "auto"). When I use the same code in animation -- .animate({"height":"au

[jQuery] Re: TableFilter Issue

2009-07-20 Thread bharathbhooshan ambati
i have checked the code but found no luck..can anybody suggest how to do that? Regards, Bharath On Mon, Jul 20, 2009 at 11:30 PM, aquaone wrote: > AFAIK there is no option to do that. You could edit the code (in theory) to > remove it but I do not believe an option to omit it exists. > > > On M

[jQuery] Re: Superfish How to programatically unexpand menus.

2009-07-20 Thread Dhruva Sagar
In the click event, you should also perhaps set the display css of the menu as none so that it hides again. Thanks & Regards, Dhruva Sagar. Ted Turner - "Sports is like a war without the killing." On Tue, Jul 21, 2009 at 10:42 AM, JC

[jQuery] Superfish How to programatically unexpand menus.

2009-07-20 Thread JC
I notice, when someone tabs through with the keyboard, and presses enter on a link, it triggers the click event on that link (which is good) but then the menu stays open.. In my case, I'm not directing the user to a new page, just loading up ajax content, so the menus just hang there open.. I want

[jQuery] jquery.ajax executes error function for Web Server HTTP 201 Response

2009-07-20 Thread Nitin
Hello, I am using jquery.ajax() to make a POST call to web server which returns HTTP 201 response for successful creation of object at server. Since 201 is a success I expect the success function specified with jquery.ajax to execute but instead it executes the error function specified with jquer

[jQuery] Re: Cluetip - From a function

2009-07-20 Thread DotnetShadow
Hi there Karl, I was wondering if you have had a chance to look at this problem? I would love to implement this if it can work correctly Thanks in advnace DotnetShadow On Jul 1, 10:47 pm, Karl Swedberg wrote: > Hi! So sorry I've been delinquent in following up with that. It is a   > very stra

[jQuery] Re: Superfish Features highly desired/needed.

2009-07-20 Thread JC
Why would I want it to be defacto? Because it seams solid, supported, and supports keyboard nav. Yes , wanting themes is lazy, forgive me. I didn't know supersubs would allow mega menus. Here is the thread in which I describe optimal behavior. http://groups.google.com/group/jquery-en/browse_frm/t

[jQuery] Re: Validation plugin - submit form without validation

2009-07-20 Thread Jules
Try $("#frm")[0].submit() On Jul 20, 1:56 pm, Adam P wrote: > I'm using the Validation plugin for JQuery and was wondering if there > was a function to submit the form without causing it to validate the > form.  I have a table with a list of radio-buttons and above that is a > drop down list of

[jQuery] Re: Superfish Features highly desired/needed.

2009-07-20 Thread Charlie
curious what makes you want it to become the "defacto solution" yet this is second time in 24 hours you've complained about it Supersubs plugin provides excellent support for mega menus, what is lacking there for you? Asking for themes is being lazy, so really back to your complaint about key

[jQuery] Superfish Features highly desired/needed.

2009-07-20 Thread JC
Superfish is awesome.. I sincerely appreciate the fact that the developer considered physically impaired users by allowing the use of keyboard navigation. There are two things that I think is really needed. 1. better keyboard navigation protocol. In this thread I outline the ideal solution (mim

[jQuery] Re: Scrolling between images in list item

2009-07-20 Thread jquertil
you should separate the nav links from the image collection, i.e. place the images in one container and the anv anchors outside of it; that way you won't run into problems with siblings that aren't images.

[jQuery] Re: Ajax loaded pages..

2009-07-20 Thread jquertil
no, you should normally be able to use javascript and jquery whereever you want. you probably aren't addressing your frames/iframes correctly. On Jul 20, 9:16 am, Spiatrax wrote: > Ok, i got problem. When i load some page with jquery ajax i cant use > javascript on loaded page. For example, when

[jQuery] weird animate() flicker in strict DTD in FF3

2009-07-20 Thread jquertil
http://www.w3.org/ TR/html4/strict.dtd"> $('.item').click(function(){ $('#slider').animate({ // this element is inside another DIV that has CSS overflow:hidden; top: '-200px' },1200); } In FF3, this causes a jaggedy sliding of th

[jQuery] CSS height/width function value

2009-07-20 Thread FirefoxRocks
Currently for the height and width functions, this is the description: >> Get the current computed, pixel, height of the first matched element. As for setting the height or width, you can specify a unit: >> Set the CSS height of every matched element. >> If no explicit unit was specified (like 'e

[jQuery] Re: Noob question about wrapped sets

2009-07-20 Thread nyte999
Thank you Jules! I thought that *might* be the case, but seeing the tell-tail jQuery code in the DHTML was a little confusing to me. But yes, I think I understand it now. "alt" is a normal JavaScript object, NOT jQuery. So when accessing JS objects I must always use the [0]. This also seems to app

[jQuery] Re: Rename a file name

2009-07-20 Thread Dave Maharaj :: WidePixels.com
I am using the Ajax uploader from http://valums.com/ajax-upload and it uploads the file name as is. I can easily change the name on the server but then the uploader says "03.jpg" uploadedbut then there is no way to display the uploaded image because 3.jpg becomes 123456789.jpg if I change it o

[jQuery] Re: Rename a file name

2009-07-20 Thread James
You can find a lot of resources on that. Here's a topic on getting the file extension: http://stackoverflow.com/questions/190852/how-can-i-get-file-extensions-with-javascript Once you have the extension, you can put in whatever you want before it. On Jul 20, 1:56 pm, "Dave Maharaj :: WidePixels.

[jQuery] Re: Rename a file name

2009-07-20 Thread Dave Maharaj :: WidePixels.com
Before could be anything the user has 07.jpg to this_is_my_best_friends_wedding.jpg and I just want to completely remove everything before the extension and replace it with something unique like date/time so 12565895.jpg -Original Message- From: James [mailto:james.gp@gmail.com] Sen

[jQuery] Re: Rename a file name

2009-07-20 Thread James
Could you give an example of a 'before' and 'after' of a filename? On Jul 20, 1:43 pm, "Dave Maharaj :: WidePixels.com" wrote: > I was wondering if someone could point out how to rename a file name. > > In the script I am using I see > > function fileFromPath(file){   >   return file.replace(/.*

[jQuery] Rename a file name

2009-07-20 Thread Dave Maharaj :: WidePixels.com
I was wondering if someone could point out how to rename a file name. In the script I am using I see function fileFromPath(file){ return file.replace(/.*(\/|\\)/, ""); } which replaces characters but how would I completely rename the file I tried: function fileFromPath(file){

[jQuery] Re: Loading images into a div via scrollable plugin

2009-07-20 Thread huminuh83
brilliant! That worked. Thanks so much for your help and explaining it so thoroughly. Who knew it was so simple...I need to learn this stuff badly. Charlie Tomlinson wrote: > > > > > > > > if you wrap your thumbs in scrollable with an tag like this > > [jQuery] Re: Noob question about wrapped sets
$("#myElement) returns jQuery object and $("#myElement")[0] returns DHTML object. Here is a sample on how to access alt attribute jQuery $("#myElement").attr("alt") vs DHTML $("#myElement")[0].alt Both code return the same value. Correct me if i am wrong, I think the DHTML version is faster tha

[jQuery] Re: jQuery Cycle Plugin and Links

> I would like to add another attribute to the img tag called "link." > > This attribute would define where the image would link to if someone > clicks the image. > > Then i could do something like: .append('' + this.alt + ' Read more ›'); > > Does anyone know what/where i can add in the cycle js

[jQuery] Re: Loading images into a div via scrollable plugin

if you wrap your thumbs in scrollable with an tag like this you can change the src of the big image you load the page with like this ( your large pictures are already in $(".thumb").click( function () { //because using class name any link with this class will do same thing     bigImageS

[jQuery] Re: ajaxForm/Submit Window.Document

> I can see the HTTP POST & Response in Firebug. How can I access the > returned text? If it's from a different domain, you can't.

[jQuery] TableSorter. Pager issue.

Ok, I have tried to solve this issue for few hours without any success. I have latest Jquery, TableSorter and Pager files. This is whats going on. when I use table headers to sort its working flawless but when I use Pager (at the bottom, page navigation and table size) I am getting Javascript erro

[jQuery] ajaxForm/Submit Window.Document

Using jQuery Form Plugin on a form that submits text & file fields to a remote server, the resulting XML/JSON returned does not appear to be available to jQuery. As demonstrated via error: function(XMLHttpRequest, textStatus, errorThrown) { console.log(errorThrown); Error: Permission denied for <

[jQuery] Noob question about wrapped sets

Going through the tutorials on this website and others, I've found some syntax that I don't understand and is never explained. Usually wrapped sets look like this: $(#myElement) But once in a while they look like this $(#myElement)[0] Here are a few examples of it in use: $("div").index($("di

[jQuery] thickbox + jquery help

hello i would like to customize a carrousel with thickbox by adding a description to each image but i m a bit lost, i would be VERY grateful to anyone helping me jQuery is 1.2.6 here is part of my code var mycarousel1_itemList = [ {url: "./images/deunan_evening_dress_s.jpg", title: "fff", d

[jQuery] tablesorter zebra issue in IE7/IE8

Hi everybody, I'm using the tablesorter plugin with the zebra widget and I've run into an issue with IE7/IE8. I'm setting a number of tablerow (tr) elements to invisible and then run a tablesorter update + appendCache action to make sure the zebra widget picks up on the changed structure of the

[jQuery] Re: jQuery Cycle Plugin and Links

you can use the "before" and "after" options in the API to write functions that trigger on each slide to do what you want Mescalero wrote: I would like to add another attribute to the img tag called "link." This attribute would define where the image would link to if someone clicks the i

[jQuery] Re: Username availability check and form validation

The validation plugin (http://bassistance.de/jquery-plugins/jquery-plugin-validation/) has a remote method (http://docs.jquery.com/Plugins/Validation/Methods/remote#url has links to demos, too) for exactly that purpose. Jörn On Mon, Jul 20, 2009 at 2:28 PM, psykeeq wrote: > > So I have a JQuery/

[jQuery] Re: Username availability check and form validation

I suggest disabling the submit button so the user won't be surprised when clicking it has no affect. -- Hector On Mon, Jul 20, 2009 at 12:59 PM, James wrote: > > The code you provided is just the check when the field has the blurred > event called. Are you also doing the check when the form is

[jQuery] Re: Username availability check and form validation

Also - maybe you have a typo - should the line not be: else if(data=='yes') instead of else if(data='yes') Thanks, Anoop On Mon, Jul 20, 2009 at 3:59 PM, James wrote: > > The code you provided is just the check when the field has the blurred > event called. Are you also doing the chec

[jQuery] Re: Get the value of the option elements

I've run into this problem too and found that I get better results by accessing the "value" attribute instead of using .val(): $('#aUsers option:selected').each(function() { console.log('user: ' + $(this).attr('value')); }); -- Hector On Mon, Jul 20, 2009 at 2:40 AM, debussy007 wrote: > >

[jQuery] Re: Can't select checked checkboxes

Thanks, that did it On 20 jul, 22:06, Hector Virgen wrote: > Try using :checked instead of [checked] > $("[id^='item-']:checked") > > -- > Hector > > On Mon, Jul 20, 2009 at 9:09 AM, SvenV wrote: > > > I don't get it > > In my page I have several checkboxes like this one: > > > > > This is my

[jQuery] Re: Can't select checked checkboxes

Try using :checked instead of [checked] $("[id^='item-']:checked") -- Hector On Mon, Jul 20, 2009 at 9:09 AM, SvenV wrote: > > I don't get it > In my page I have several checkboxes like this one: > > > This is my Jquery code: > > function ShowSelected() > { >var ids; >$("[id^=

[jQuery] Re: input fields don't work after using $load()

Read: Why do my events stop working after an AJAX request? http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_AJAX_request.3F On Jul 19, 8:31 pm, James wrote: > I am using the $(load) function to populate a div in my HTML with > form.  The code snippets loo

[jQuery] Re: Username availability check and form validation

The code you provided is just the check when the field has the blurred event called. Are you also doing the check when the form is submitted? You have to do some kind of check on form submit, and if it doesn't pass, do a "return false;" and the form should not be submitted. On Jul 20, 2:28 am, ps

[jQuery] Can't select checked checkboxes

I don't get it In my page I have several checkboxes like this one: This is my Jquery code: function ShowSelected() { var ids; $("[id^='item-'][checked]").each(function(){ids = ids +"," +$ (this).attr("id").split('-')[1];}); alert(ids); } This should give me a list of id

[jQuery] Reg Hint Box

Hi All, I am new to jquery,recently i used jquery hintbox to get data dynamicaaly from data base using jsp and html.how to solve this application Thanks and Regards Santosh M

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

You can use ending tags in HTML 4.01. It helps for DOM reasons to know where an element begins and ends. On Jul 20, 10:29 am, son wrote: > Rob, > > Thanks. I have used the Transitional//EN" > "http://www.w3.org/TR/html4/loose.dtd";> since I have deprecated > elements. > > I have a question for

[jQuery] Custom Events Fired From Element Inside of IFRAME

I have an iframe in a page which contains another page from within my application. The iframe contents include a button that, when clicked, will trigger a custom event on the parent document. While I can listen to the click event on the button from the IFRAME parent, i cannot listen to the custo

[jQuery] jQuery Cycle Plugin and Links

I would like to add another attribute to the img tag called "link." This attribute would define where the image would link to if someone clicks the image. Then i could do something like: .append('' + this.alt + ' Read more ›'); Does anyone know what/where i can add in the cycle js to accomodate

[jQuery] Username availability check and form validation

So I have a JQuery/ajax username availability check function which calls a file check.php that scans the database for existing username and lets you know if the one typed in is occupied or not. And this availabilty check is inside a registration form witch has some simple validation rules like re

[jQuery] jQuery Tab problem

Hi i am using jquery in my app, i have a big time problem with my tab ordering. I am not using any plugin for tab ordering but, I'm using AutoComplete though ... i am using facebook search token plugin also .. When i press tab in my text fields and prepare search tokens, suddenly i loose my cont

[jQuery] Ajax loaded pages..

Ok, i got problem. When i load some page with jquery ajax i cant use javascript on loaded page. For example, when i load gallery.htm in some div in index.html, lightbox wont work. Is this usual or..?

[jQuery] FCKEditor Plugin: Switch to source mode on startup

http://dev.fckeditor.net/ticket/593 shows, how to switch to source mode on startup. is there any possibility to do this witch the FCKEditor Plugin?

[jQuery] Prepending a table row when minus image is clicked

I've got a question on how to prepend a table row above the row in which a plus sign image is clicked. If the user hides the row again with the minus image, hide the prepended row too. Ultimately I would like this to display for every record row except the first row. The table row I want to prepe

[jQuery] Scrolling between images in list item

Hi all, I have a few images and 2 anchors sitting in a list item. In the list item there's only one picture visible at a time and the 2 anchors are used to scroll back and forth trough the pictures in such a way that if the last image is reached the first one displays again and ofcourse the other

[jQuery] JQuery DatePicker UI and ThickBox Problems

Hello - I've recently started using both the newest DatePicker and Thickbox. I'm having a problem getting the datepicker to appear in my thickbox (I'm using the ajax thickbox). Unfortunately I can't give the actual site since it's for an intranet site at work. If I look at the page itself, the

[jQuery] Need help with a custom selector to bind ajax callbacks

Hello everyone, I'm stuck with an annoying problem in this webapp I'm developing. I've created a small code to be called automagically on every ajax request, which shows a "loading..." div overlay while the ajax request is being processed. This works fine, and the code used can be seen in this p

[jQuery] Need help with a custom selector to bind ajax callbacks

Hello everyone, I'm stuck with an annoying problem in this webapp I'm developing. I've created a small code to be called automagically on every ajax request, which shows a "loading..." div overlay while the ajax request is being processed. This works fine, and the code used can be seen in this p

[jQuery] Loading images into a div via scrollable plugin

I'm new to using jquery and am trying to learn a few tricks. I am currently using the scrollable jquery plugin to scroll some images of thumbnails in a gallery. What I'm trying to do now, is figure out how to load the large version of those thumbnails into a div when they are clicked. Here is a

[jQuery] Anyone has a fix for the IE7 bug where you have two rows?

Hello, I think there is a problem where if there are lots of subitems i get two rows. If an item in the first row has a submenu it opens as dropdown right below the item. This works good in all browser except in ie6/7. Here I have the problem that the li submenu navbar item in the second row app

[jQuery] Re: attr() on crashing IE6

If I remember right, IE6 has issues with creating elements without using createElement() and adding attributes to them afterwards. Using the method that Hector specified to create the element should prevent the issue from occuring in IE6. On Jul 20, 8:59 am, Hector Virgen wrote: > This seems pos

[jQuery] Re: jquery ui dialog get element from button

can I see the html that goes with this code ? On Jul 18, 4:48 am, Carlo Landmeter wrote: > Thanks for tip for my vars. I have tried the code you provided but > this does not work. When i click my delete button it will complain > that "somevar" is not set. So i guess it means the dialog function

[jQuery] Re: attr() on crashing IE6

This seems possible with vanilla javascript (IE6 does not crash). // Vanilla Javascript -- works in IE6 var link = document.createElement('link'); link.type = 'text/css'; link.href = 'foo.css'; link.rel = 'stylesheet'; link.media = 'screen'; document.getElementsByTagName('head')[0].appendChild(link

[jQuery] attr() on crashing IE6

I am building a page that loads a css file through javascript. To help prevent "flash of unstyled content"[1], I am loading the CSS file as early as possible (before document.ready()). I am using jQuery 1.3.2. In Firefox 3.5.1 and Chrome 2.0.172.37 this is working properly, but in IE6 the browser c

[jQuery] Re: jquery slider..1 issue left! :) (works in FF but not IE)

Hey, just another thoughtbut it seems odd it is hiding the pictures, but not the text. I noticed in the jquery code there is a lot of code that shows hiding the first.id or last.id, and not much about first.text or last.text. Let me be clear, I don't know coding, so that may have absolutely

[jQuery] Re: jquery slider..1 issue left! :) (works in FF but not IE)

I think it is set-up that way to slide 6 li's at a time, as opposed to one at a time. I changed #slider as suggested, no impact. What is weird is how it works in FF without issue. On Jul 20, 8:55 am, Liam Potter wrote: > I've just had a closer look and the way you have this setup is messed >

[jQuery] Re: TableFilter Issue

AFAIK there is no option to do that. You could edit the code (in theory) to remove it but I do not believe an option to omit it exists. On Mon, Jul 20, 2009 at 03:33, jazz wrote: > > > Hi Folks, > i am using table filter. > > http://ideamill.synaptrixgroup.com/jquery/tablefilter/tabletest.htm >

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

Rob, Thanks. I have used the http://www.w3.org/TR/html4/loose.dtd";> since I have deprecated elements. I have a question for everyone. Supposedly for HTML 4.01, the ending of an input tag is simply > but in w3school it show />. It does work either way, but which one is corrrect by syntax? Shoul

[jQuery] [Autocomplete] Form submit or link on mouse click or return key

Hello, I'm using jQuery Autocomplete ( http://docs.jquery.com/Plugins/Autocomplete ) to display results from a php page. Since that is my only field, I want to submit the form when I click on the result or I press the 'return' key. How do I do that? The result is showing something like 'artist

[jQuery] [Autocomplete]

Hello, I'm using jQuery Autocomplete ( http://docs.jquery.com/Plugins/Autocomplete ) to display results from a php page. Since that is my only field, I want to submit the form when I click on the result or I press the 'return' key. How do I do that? The result is showing something like 'artist

[jQuery] Re: li/img click and window.keydown

Hi, Thanks for the answer. Here is a bit of my script : [code] // Constructing the modal... SModule_gallery.oGalleryModal.jqm({modal: true}) .width((SModule_gallery.GALLERY_COLS * (SModule_gallery.GALLERY_ITEM_WIDTH + 10)) + 4) // 6 et 4 correspondent à des paddings

[jQuery] cluetip positioned centered on top of link

Is there anyway to do this? I have topOffset: -25 but since the links are of varying lengths, there isn't a leftOffset value that would center the cluetip over different size links.

[jQuery] Re: jquery slider..1 issue left! :) (works in FF but not IE)

I've just had a closer look and the way you have this setup is messed up, why do you have 3 li's containing 6 divs each, rather then using an li to contain each thumbnail and caption? Alan wrote: note: Thanks Charlie for helping with first issue! I'm down to one issue with the easyslider jq

[jQuery] Re: jquery slider..1 issue left! :) (works in FF but not IE)

in the css #slider{ width:896px; overflow:hidden; } Alan wrote: note: Thanks Charlie for helping with first issue! I'm down to one issue with the easyslider jquery plugin. If you look at http://www.movieeye.com/index-new.jsp in IE 7, you'll notice the text is overfl

[jQuery] jquery slider..1 issue left! :) (works in FF but not IE)

note: Thanks Charlie for helping with first issue! I'm down to one issue with the easyslider jquery plugin. If you look at http://www.movieeye.com/index-new.jsp in IE 7, you'll notice the text is overflowing and creating a horizontal scrollbar on the browser page. I'm not much of a coder, and a

[jQuery] Re: Display message on successful client side validation.

Use the submitHandler option and resubmit: $("#form").validate({ submitHandler: function(form) { // add code to display message form.submit(); } }); Jörn On Mon, Jul 20, 2009 at 5:16 PM, dev wrote: > > Hello, > > I'm using jquery Validation plugin (http://bassistance.de/jquery- > pl

[jQuery] Display message on successful client side validation.

Hello, I'm using jquery Validation plugin (http://bassistance.de/jquery- plugins/jquery-plugin-validation/) for client side validation. On successful validation, I would like to display "Processing" message (till new page loads - non AJAX post). Please tell how to do so ? ( If triggered via

[jQuery] Re: $(document).ready script appears to not run in IE?

I don't know if this is part of the issue or not, but IE7 does not have support for the display:table; property. See quirksmode to see what properties it does support (not many): http://www.quirksmode.org/css/display.html On Jul 20, 2:44 am, Billy wrote: > Hello all, > > I'm relatively new to

[jQuery] Re: [tooltip] Fade on IE

Yep, simply no way around this except to not use a PNG or not to animate the opacity. Michael Smith wrote: I've struggled with similar problems - and have reluctantly had to use a gif instead. Although the image might not be as nice, it does actually seem to work fine in IE On Mon, Jul 20, 2

[jQuery] Re: [tooltip] Fade on IE

I've struggled with similar problems - and have reluctantly had to use a gif instead. Although the image might not be as nice, it does actually seem to work fine in IE On Mon, Jul 20, 2009 at 1:42 AM, apuredol wrote: > > Hi, I am using and modifying the sample demo page and have a error on > IE:

[jQuery] Re: Could REALLY use some help implementing a slider/carousel. I think I am really close!

fyi...so it works perfect in Firefox nowjust don't know how to fix the overflow issue in IE 7. On Jul 20, 6:21 am, Alan wrote: > Hey, that took care of Problem #1 > > It no longer shows the content on page load. > > It still shows the content to the left and right of the screen, > caus

[jQuery] Re: Requirement for duplicate AJAX attribute name

NM. I forget JQuery had serialization built into it. On Jul 19, 9:03 am, Coop wrote: > All, > I have a situation where I need to pass the same named attribute to an > AJAX enabled endpoint. Basically I need to simulate something > likehttp://example/cgi?text=1500characters&text=1500characters.

[jQuery] Re: Could REALLY use some help implementing a slider/carousel. I think I am really close!

Hey, that took care of Problem #1 It no longer shows the content on page load. It still shows the content to the left and right of the screen, causing a browser scrollbar at the bottom in IE 7. But closer yet..lol Still can't figure out that issue though..ben playing with CSS, but not sure

[jQuery] Re: switchClass not working on BODY

Works for me: http://jsbin.com/axehe Perhaps you haven't included jQuery UI Effects core? That's where switchClass comes from: http://jqueryui.com/demos/switchClass/ If you're just using jQuery, and don't need to animate the switch, toggleClass is what you want: http://docs.jquery.com/Attribut

[jQuery] Re: blockUI problem

showing some code would be of value to helping others help you... On Jul 20, 4:49 am, Ulici Adrian wrote: > I just started using blockUI plugin for jQuery, and I have a problem > with forms. > I use blockUI to overlay the background and show a form. The problem > is that when I'm trying to acc

[jQuery] blockUI problem

I just started using blockUI plugin for jQuery, and I have a problem with forms. I use blockUI to overlay the background and show a form. The problem is that when I'm trying to access the elements from the form it doesn't work. Anyone knows why?

[jQuery] Re: Can't change padding using animate() in IE

Hi, The thing which i have observed is that if you try to set the padding property i.e padding:"20px 40px" .. you will get an error in IE but if you set "padding":"40px" it will work fine although it will not give the results what u trying to achieve .. so you can set padding-left , right , top

[jQuery] Re: Can't change padding using animate() in IE

Hi, The thing which i have observed is that if you try to set the padding property i.e padding:"20px 40px" .. you will get an error in IE but if you set "padding":"40px" it will work fine although it will not give the results what u trying to achieve .. so you can set padding-left , right , top

[jQuery] $(document).ready script appears to not run in IE?

Hello all, I'm relatively new to jQuery, and I'm having some trouble making a selected display in IE. It seems to work fine in FireFox, and Chrome. See here: http://wwwdev.latrobe.edu.au/nursing/ProspectiveStudents/Postgraduate2009/questionnaire/index.php I've looked up various fora, but the

[jQuery] Validation plugin - submit form without validation

I'm using the Validation plugin for JQuery and was wondering if there was a function to submit the form without causing it to validate the form. I have a table with a list of radio-buttons and above that is a drop down list of states. The drop down list of states is used to filter the table rows

[jQuery] Re: Can't change padding using animate() in IE

Hi, The thing which i have observed is that if you try to set the padding property i.e padding:"20px 40px" .. you will get an error in IE but if you set "padding":"40px" it will work fine although it will not give the results what u trying to achieve .. so you can set padding-left , right , top

[jQuery] convert greybox into bookmarklet

Hi anyone know how to convert this into a bookmarklet so that on click of bookmarklet in an overlay with iframe google home page can be opened http://jquery.com/demo/grey/

[jQuery] (validate) rules on id's instead of names?

how do i put a minlength:4 rule on this field? thanks,

[jQuery] Using jQuery with the ZK Framework

ZK 5 pewview now makes use of jQuery for clientside scripting purposes, I have written two articles on implementing effects using jQuery & ZK 5.0 preview, they can be located at the following links: http://docs.zkoss.org/wiki/ZK_5.0_and_jQuery and http://docs.zkoss.org/wiki/ZK_5.0_and_jQuery_pa

[jQuery] [tooltip] Fade on IE

Hi, I am using and modifying the sample demo page and have a error on IE: Using: $(function() { $('#pretty').tooltip({ track: true, delay: 0, fade: 500, showURL: false, showBody: " - ", extraC

[jQuery] Convert Jquery to Mootools

Hi I have developped this function in jquery for a website, and i have to use it on another site which is using mootools. I've tried to convert it, but no way to make it works. So i ask for your help. The goal of this 2 function is to have a good view of my banner, without the gap of one or two pi

[jQuery] Re: Superfish - open menu with ENTER key

Yes, The keyboard navigation needs to be drastically improved. I love this plugin, but let's think about the navigation. I use primarily keyboard navigation to navigate around my OS/the web. I chose mac os x because of it's awesome menu navigation (OS.) Mac has quite a nice menu navigation. In

[jQuery] jQuery Animation problem

Hi all, when clicking an item on my website, it has to expand so you see some more options (links). Now, when I want it to appear, I have to click it twice, after I clicked it twice, it works perfectly with one click.. Anyone who can help me out here? You can find the code on: http://www.spurter

[jQuery] input fields don't work after using $load()

I am using the $(load) function to populate a div in my HTML with form. The code snippets look something like this. ... ... ... ... $('#formArea').load('content/myForm.txt'); The form loads fine, but the input controls no longer work once the form is loaded using this AJAX technique. Does

[jQuery] switchClass not working on BODY

Hi, I am trying to change the class of using switchClass, and it is not working. AddClass and removeClass are working just fine. Anyone has a solution for that?

[jQuery] Re: JQuery XML and FusionCharts

yes, a sample implementation would do great. btw, what messages do you get if you run FusionCharts when debugMode is enabled? On Jul 17, 6:32 pm, JD wrote: > Hi guys, >     I have an AJAX request which passes back some xml data, at the > moment I am only interested in one of the nodes, so I do

  1   2   >