[jQuery] why i getting Error: form.ajaxSubmit is not a function

2009-04-09 Thread Hellofrom
I try to use Form plug in with Validaiton plug in i get the following error if firefox Error: form.ajaxSubmit is not a function can someone help me please

[jQuery] Re: jQuery appendTo() in IE7 before ready() [qTip|BlockUI]

2009-04-09 Thread Thomas Creutz
Thomas Creutz schrieb: I have strange problems with IE7 (older/newer version not tested, but I think, it is also present in IE6) and some plugins, that do a appendTo(). The Webpage stops loading and I get a warning which says: Die Internetsite http://mypage.de/ kann nicht geöffnet werden.

[jQuery] Checking each div to see if it contains specific text

2009-04-09 Thread Nic Hubbard
I have a list of container divs that have children. I want to check for specific text in one child element, and if that is found, then hide another child element. For some reason what I have is not working: $('.exhibition_item_body').each(function () { if

[jQuery] Re: Works in IE7 but not IE6

2009-04-09 Thread Jonathan Vanherpe (T T NV)
MauiMan2 wrote: I have a project that is in the staging environment so unfortunately I can't link to it but jQuery works fine in IE7 but has no effect whatsoever on IE6. I don't know what sort of code I could possibly change to get it to also work in IE6. Any suggestions? without some code

[jQuery] Re: problem with IE extracting the document title from an ajax request response

2009-04-09 Thread RobG
On Apr 8, 4:36 pm, Zac Spitzer zac.spit...@gmail.com wrote: Is there a trick with IE for extracting the title from an ajax response? This works fine in FF but fails in IE using 1.3.2 var newTitle=$(response).filter(TITLE); Presumably response is an HTML document, so why not: var

[jQuery] Re: validate works for IE but Not for Firefox, Nor Opera Nor Safari Nor Chrome :S

2009-04-09 Thread Bizzy
Hi yeah i fixed that but still nothing :S so irritating!!! On Apr 8, 1:07 am, James james.gp@gmail.com wrote: Your HTML tags looks inconsistent. Are you using XHTML or not? In places you have tags like: input type=hidden / and you have: input type=hidden try fixing those up and see if

[jQuery] Re: How to get the number of the selected element?

2009-04-09 Thread jgmach
Thanks a lot! Works perfectly.

[jQuery] Adding incremental numbered classes to divs

2009-04-09 Thread Brain Lava
I'm really new to jQuery and have been struggling with a concept that I would think is pretty simple but I can't seem to find anything online that does what I need. I'm using NextGen Gallery for Wordpress and I would like to assign an incremental class to each div that the gallery outputs. For

[jQuery] Cluetip not working on multiple links calling local html data

2009-04-09 Thread Ian
Hi, I'm pretty new to jquery, but I really love the cluetip plugin. I'm having trouble, though, when I define tips for a series of a elements which each call different local html data. When I use the rel attribute to call distinct attribute values for the divs holding the data (whether id or

[jQuery] Re: comma-seperated multiple emails validation

2009-04-09 Thread phazei
You can use the custom methods. View source on this example: http://jquery.bassistance.de/validate/demo/custom-methods-demo.html jQuery.validator.addMethod(email_multiple, function(value, element, param) { return this.optional(element) || /^[((([a-z]|\d|[!#\$%'\*\+\-\/=\?

[jQuery] [validate] response from remote rule

2009-04-09 Thread phazei
Jörn, or anyone else familiar with the jQuery validator and ajax I am making a form that asks for the persons address, but when they type in the zip code, I need to both check it from in a db and make sure it's listed, and if it is, return the city and state. I figured out the validator needs

[jQuery] JSON , PHP, MySQL, and jQuery

2009-04-09 Thread Renato Untalan
I'm having trouble parsing JSON in Javascript. The response i'm getting from PHP when making a request is: [ {'name': 'John', 'lastName': 'Doe','age':'25', 'height': '170', 'weight': '120'}, {'name': 'Jane', 'lastName': 'Doe','age':'26', 'height': '175', 'weight': '121'}, {'name': 'Jack',

[jQuery] [validate] form is sending despite the fact the form is not complete

2009-04-09 Thread sebastian
Just like the subject says, my form is sending despite the fact that the form is not complete. The same happens if there are errors in the form. I've attached the JS and the HTML. Any help is greatly appreciated. I'm testing it locally right now. $(#reserve).validate({ rules: {

[jQuery] How to select :inp...@type=text] OR :inp...@type=password]

2009-04-09 Thread Nick Boutelier
How do you use an OR statement in a selector function? For example... $(':inp...@type=text,password]').each(function(){ // do something to a text or password input });

[jQuery] toggle function failed in tomcat

2009-04-09 Thread cong
when i use this address file:///D:/apache-tomcat-6.0.18/webapps/tree/tree.html it works. when i use http://localhost:8080/tree/tree.html it failed. why ? could you help me? THANK YOU! HTML: ul class=root id=0 img id=img1 src=img/plus.gif /img src=img/folder.gif/ /ul

[jQuery] Re: JSON , PHP, MySQL, and jQuery

2009-04-09 Thread donb
$.get(includes/functions_inside.php, {function : getAppList}, function(data, textStatus){ alert( data[0] ); }, 'json' ); Specify the return data type as 'json'. On Apr 8, 10:21 pm, Renato Untalan

[jQuery] Re: How to select :inp...@type=text] OR :inp...@type=password]

2009-04-09 Thread MorningZ
First off, lose the @ if you are planning on using version 1.3.1 or higher of the jQuery library second, the docs are your friend http://docs.jquery.com/Selectors (see the last item in the basics section on the top) $(:text, :password) On Apr 9, 1:53 am, Nick Boutelier nboutel...@gmail.com

[jQuery] IE display issue

2009-04-09 Thread Tim
i am setting reducing a tbody height when the user clicks a row and then showing content below the table. in IE7 when i show() or set display to block for the content below the table, IE resets the tbody height to the original size such that it overlaps my content. i've put the code in to reset

[jQuery] Potential Bug with next()

2009-04-09 Thread James Hughes
Please see the sample code below. Running it in FF and checking the console should give you the error I am seeing. I know the code is pretty weird - it is simply an experiment. But when I warp a retrieved Comment node (using contents) and do .next() it seems to skip the actual sibling it should

[jQuery] Re: JSON , PHP, MySQL, and jQuery

2009-04-09 Thread Chuck Harmston
Alternatively, you can use jQuery's $.getJSON() function, which automatically parses the JSON data and returns if as a Javascript object. Chuck Harmston http://chuckharmston.com On Thursday, April 9, 2009, donb falconwatc...@comcast.net wrote:        $.get(includes/functions_inside.php,

[jQuery] Is jquery safe ?

2009-04-09 Thread Devesh
Hi, I am using the latest version of jquery. I want to confirm that is there any type virus or trozan with the latest version of jquery. I have searched it on google a lot, but not able to find any exact answer. Please confirm me. Thanks Devesh M

[jQuery] Re: first child

2009-04-09 Thread bart
Thank you all very much for replying. Mauricio's code worked for me :) var el = $('#continer *:first').is('h2'); alert(el); // returns true if first child is H2, false otherwise Again, thanks! :) On Apr 7, 10:04 pm, Eric Garside gars...@gmail.com wrote: I think I understand what you want. Try

[jQuery] Re: How to select :inp...@type=text] OR :inp...@type=password]

2009-04-09 Thread Chuck Harmston
$('input[type=text],input[type=password]') Chuck Harmston http://chuckharmston.com On Thursday, April 9, 2009, Nick Boutelier nboutel...@gmail.com wrote: How do you use an OR statement in a selector function? For example... $(':inp...@type=text,password]').each(function(){   // do

[jQuery] Re: why i getting Error: form.ajaxSubmit is not a function

2009-04-09 Thread Thomas Allen
On Apr 9, 2:26 am, Hellofrom hellof...@gmail.com wrote: I try to use Form plug in with Validaiton plug in i get the following error if firefox Error: form.ajaxSubmit is not a function can someone help me please I'd like to. Could you please post your code that produces this error? Thomas

[jQuery] Re: Something like this

2009-04-09 Thread iTHING
yeah, that's like a easter present. thanxxx On 8 Apr., 19:00, Jack Killpatrick j...@ihwy.com wrote: this might do it for you: http://buildinternet.com/2009/02/supersized-full-screen-backgroundsli... - Jack my.analyt...@gmx.de wrote: Hey Folk, I saw thes two nice sites and want to try

[jQuery] Endeavour: translating X-Library functionality click-n-drag checkboxes into Jquery

2009-04-09 Thread Lwangaman
I thought I'd undertake the endeavour of translating into jquery the neat little click-n-drag checkboxes functionality of cross- browser.com's X-library. This functionality allows for multiple checkbox selection or de-selection by simply clicking on one of them and then dragging the mouse over

[jQuery] Re: Is jquery safe ?

2009-04-09 Thread Joseph Le Brech
If you are genuinely asking that question! then no, it's not safe!! Date: Thu, 9 Apr 2009 03:22:27 -0700 Subject: [jQuery] Is jquery safe ? From: erdeveshmis...@gmail.com To: jquery-en@googlegroups.com Hi, I am using the latest version of jquery. I want to confirm that is there any

[jQuery] Re: Works in IE7 but not IE6

2009-04-09 Thread Ralph Whitbeck
So the jQuery code isn't working at all? Sorry your description is really vague and I am unsure what the question is without more specific details. On Thu, Apr 9, 2009 at 1:56 AM, MauiMan2 cmzieba...@gmail.com wrote: I have a project that is in the staging environment so unfortunately I

[jQuery] Re: Something like this

2009-04-09 Thread iTHING
yeah, that's like a easter present. thanxxx On 8 Apr., 19:00, Jack Killpatrick j...@ihwy.com wrote: this might do it for you: http://buildinternet.com/2009/02/supersized-full-screen-backgroundsli... - Jack my.analyt...@gmx.de wrote: Hey Folk, I saw thes two nice sites and want to try

[jQuery] Re: IE display issue

2009-04-09 Thread Thomas Allen
On Apr 9, 8:16 am, Tim t...@timandnoelle.com wrote: i am setting reducing a tbody height when the user clicks a row and then showing content below the table.  in IE7 when i show() or set display to block for the content below the table, IE resets the tbody height to the original size such

[jQuery] Re: jqPlot - New charting plugin

2009-04-09 Thread Chris Leonello
So the difference between jqPlot and Flot is that jqPlot is extensible or that your plugin will take plugins of it's own? Both. jqPlot is new from the ground up. I did not base it off of the Flot code. I need to expand the documentation to show how to use it and how to write plugins.

[jQuery] Re: Is jquery safe ?

2009-04-09 Thread Thomas Allen
Oh, it gives you a virus...the virus of a clean API for the DOM. Some people in comp.lang.javascript would argue that jQuery itself is a virus, but they're a bit off-kilter. Thomas On Apr 9, 6:22 am, Devesh erdeveshmis...@gmail.com wrote: Hi, I am using the latest version of jquery. I want

[jQuery] Re: Newbie--can't get cycle plugin to work with anchor

2009-04-09 Thread yulucyhan2008
Um, it still doesn't work--the cycle stops as soon as I add after: onAfter, though the link for the picture. I don't have a test website--like I said, I'm a newbie to this stuff, so I'm not really sure how it all works. Do you mind if I send you a zip file of the website via e-mail? On Apr 5,

[jQuery] Re: Jquery simple problem

2009-04-09 Thread Nabeel Faruqui
Resolved through this code. jQuery('#slick-toggle').unbind(click).click(function() { jQuery('#slickbox').toggle('blind',350); return false; }); On Apr 2, 11:45 am, Nabeel Faruqui nabeel.faru...@gmail.com wrote: remember that on this page we are using the ATLAS control

[jQuery] Re: Problem with .click even fired as many times the page refreshes

2009-04-09 Thread Nabeel Faruqui
Resolved through this code jQuery('#slick-toggle').unbind(click).click(function() { jQuery('#slickbox').toggle('blind',350); return false; }); On Apr 1, 3:50 pm, Nabeel Faruqui nabeel.faru...@gmail.com wrote: I have the followin code in my html script

[jQuery] Re: Is jquery safe ?

2009-04-09 Thread MorningZ
While i agreed with the underlying thoughts above that the question is ridiculous... I have had some members on my primary site tell me that Norton reporting jquery.js as a dangerous file But that's Norton's fault, not jQuery's by any means On Apr 9, 9:10 am, Thomas Allen

[jQuery] Re: Adding incremental numbered classes to divs

2009-04-09 Thread brian
That seems like you're fighting against the convention. Why create a zillion classes when these same divs already have an incremented ID? (The ID being the proper place to do this sort of thin, in the 1st place) On Thu, Apr 9, 2009 at 1:31 AM, Brain Lava nic...@brainlava.com wrote: I'm really

[jQuery] Re: IE display issue

2009-04-09 Thread Tim
you can go to the following link. http://dev.inflatableoffice.com/myaccount/leads.php username: thanks password: thanks when you click on a row in IE you will see the issue. for some reason, after i use the following code: $(table#leadheader).show(); $(#leadControls).show();

[jQuery] Re: IE display issue

2009-04-09 Thread Tim
sorry, try this: username: thankyou password: thankyou may take 30 minutes to work

[jQuery] Re: Is jquery safe ?

2009-04-09 Thread Ralph Whitbeck
Confirmed, it's safe. You can be sure that the jQuery source on Google AJAX Libraries API's is safe as they will do a independent review before posting if you still don't trust that jQuery is virus free. http://code.google.com/apis/ajaxlibs/ Ralph On Thu, Apr 9, 2009 at 9:34 AM, MorningZ

[jQuery] Select all last cells of all rows?

2009-04-09 Thread MorningZ
I swear I've seen a post asking this before, one that I even participated in, but damned if i can find it given this table structure table thead tr thOne/th thTwo/th thThree/th /tr /thead tbody tr tdR1C1 Data/td

[jQuery] Re: Is jquery safe ?

2009-04-09 Thread ryan.j
if you're not 100% confident in it you can just link to the google APIs link in your HTML files... script type=text/javascript src=http://ajax.googleapis.com/ajax/ libs/jquery/1.3.1/jquery.min.js/script where did you get your suspect copy of jquery? i guess it's possible there are some dodgy

[jQuery] Re: Is jquery safe ?

2009-04-09 Thread brian
Why am I picturing John Resig with a gaping hole in his tooth? On Thu, Apr 9, 2009 at 6:22 AM, Devesh erdeveshmis...@gmail.com wrote: Hi, I am using the latest version of jquery. I want to confirm that is there any type virus or trozan with the latest version of jquery. I have searched it

[jQuery] Re: Select all last cells of all rows?

2009-04-09 Thread ryan.j
could you not just do $('tr td:last').click()? On Apr 9, 2:56 pm, MorningZ morni...@gmail.com wrote: I swear I've seen a post asking this before, one that I even participated in, but damned if i can find it given this table structure table    thead       tr           thOne/th          

[jQuery] Re: Is jquery safe ?

2009-04-09 Thread Jordon Bedwell
No, it's not a trojan. The alert you are probably getting about it is a false positive. The only AV company I have seen this caused by is Comodo because it uses a very advanced heuristics application approach to finding viruses and trojans in the wild preventing them before they are even aware

[jQuery] Re: Select all last cells of all rows?

2009-04-09 Thread ryan.j
aah, to do it that way you'd need to assign each row an id and include a selector for each wouldn't you. On Apr 9, 2:56 pm, MorningZ morni...@gmail.com wrote: I swear I've seen a post asking this before, one that I even participated in, but damned if i can find it given this table structure

[jQuery] Re: Adding incremental numbered classes to divs

2009-04-09 Thread Ralph Whitbeck
You can use .each to iterate through each div element and increment the classname or ID via it's index. $(div).each(function(i) { $(this).addClass(classname + i); }); http://docs.jquery.com/Core/each HTH Ralph On Thu, Apr 9, 2009 at 9:37 AM, brian bally.z...@gmail.com wrote: That seems

[jQuery] Re: Select all last cells of all rows?

2009-04-09 Thread ryan.j
$(tr td:last-child).click(function () { alert(!); }); On Apr 9, 3:01 pm, ryan.j ryan.joyce...@googlemail.com wrote: could you not just do $('tr td:last').click()? On Apr 9, 2:56 pm, MorningZ morni...@gmail.com wrote: I swear I've seen a post asking this before, one that I even

[jQuery] Re: jQuery Malsup Cycle Plugin (advanced pager not working in IE)

2009-04-09 Thread Donna Vitan
Sweet jebus, thank you so much. That fixed the problem right up. On Apr 8, 8:28 pm, Mike Alsup mal...@gmail.com wrote: I'm trying to use the advancedpagersimilar to thishttp://malsup.com/jquery/cycle/pager2.html However, it only works in FF and not inIE. My test

[jQuery] Re: Select all last cells of all rows?

2009-04-09 Thread ryan.j
aah, skip that - you'd need to give each row an id and broaden the selector for that to work wouldn't you. On Apr 9, 3:01 pm, ryan.j ryan.joyce...@googlemail.com wrote: could you not just do $('tr td:last').click()? On Apr 9, 2:56 pm, MorningZ morni...@gmail.com wrote: I swear I've seen a

[jQuery] jQuery function to click a link on the page

2009-04-09 Thread CaptainABrad
http://abrad45.com/sites/beta/ I have this almost working. When you drop the icons on the iMac Screen, the pages are supposed to load in a new tab. I was doing this by trying to have the action on drop click on a link on the page. I have things pretty close, but then realized that .click() will

[jQuery] Re: Node click behavior

2009-04-09 Thread edik
I'm too searching for a way to change the click behaviour of the nodes (without touching the plugin-source), so that ONLY +/- expands/ collapses the node and not the click on the SPAN element inside the LI- element. Anybody any suggestions? Thanks a lot On 10 Mrz., 21:04, Ryan

[jQuery] [autocomplete] multiple option duplicates

2009-04-09 Thread leolanksf...@googlemail.com
Hi This is probably something very simple that ive overlooked and cant find the answer to but here it goes anyway: On the Multiple Birds (remote): demo you can add multiple items, however you can also add the same item twice. Is there a way to post back to the db script the items that have

[jQuery] Re: Is jquery safe ?

2009-04-09 Thread Rey Bango
Right. That happens on occasion with packed minified versions of jQuery. Rey.. MorningZ wrote: While i agreed with the underlying thoughts above that the question is ridiculous... I have had some members on my primary site tell me that Norton reporting jquery.js as a dangerous file But

[jQuery] Re: Is jquery safe ?

2009-04-09 Thread Rey Bango
One other note. Please only download jQuery from the official site or use the version hosted on Google's CDN. Here are the official site links: http://jquery.com/ http://code.google.com/p/jqueryjs/ http://jqueryui.com/ (for the jQuery UI library) http://code.google.com/apis/ajaxlibs/

[jQuery] JCarousel Dynamic source - Overwrite problem

2009-04-09 Thread JD
Hi, I need a bit of help. I am using JCarousel. I need 1 Carousel on my page, but I want to be able to change the source of the data going to the carousel based on what the user selects. For example - set of images and text that is for Paris, one for Rome and one for Hong Kong... the user

[jQuery] Re: Is jquery safe ?

2009-04-09 Thread Rey Bango
Hi Devesh, I'm not sure if you're concerned because your virus scanner reported something or because you'd like to have some assurances that what you're downloading is legitimate. I'll address both just in case. 1) Virus Scanner Reported Something: In some instances, anti-virus programs have

[jQuery] Re: Flash content over BlockUI on Firefox in Windows

2009-04-09 Thread James Diamond
Danilo, Thank you very much. I would have never noticed it, probably cause I haven't used flash this way either. Our designer gave me the flash this way. Cheers James On Apr 8, 7:19 pm, Danilo Celic dan...@shimmerphase.com wrote: James, It appears that you've added the wmode to the OBJECT

[jQuery] Individual Custom Message [validate]

2009-04-09 Thread dotcomtim
I am working on a custom filter to check for errors by adding the addMethod() function within the jQuery Validation Plugin. I have success so far with most of it except for the last few items. 1) Individual Messages – I like to replace the alert messages to append their own message. I tried

[jQuery] Re: Is jquery safe ?

2009-04-09 Thread Ralph Whitbeck
Devesh, Here are some official responses to hopefully help in the next search to see if jQuery is safe: From my blog: http://ralphwhitbeck.com/2009/04/09/IsJQuerySafe.aspx From Rey Bango's blog: http://blog.reybango.com/2009/04/09/is-jquery-safe/ I hope this confirms that the team takes

[jQuery] Re: jQuery.event.trigger()

2009-04-09 Thread Paul Thiel
Hey Ariel. I am traveling much of the day today, so will throw something together on the plane. Cheers; P. On Apr 8, 4:29 pm, Ariel Flesler afles...@gmail.com wrote: (Reply to either) Can you make a demo out of this ? Please put the unminified version of jQuery 1.3.2. -- Ariel Flesler

[jQuery] Something is not working in IE7

2009-04-09 Thread iceangel89
i seem to have some funny behavior in IE7 ... basically i have can add a option to a select elem with a ajaxForm - http://malsup.com/jquery/form/. then once added, i will repopulate the select from db. in Firefox all works fine... in IE7 it seem to work... added and repopulated dropdown ok. but

[jQuery] Re: Circular jCarousel

2009-04-09 Thread Filipe La Ruina
Ok, i managed to get my data to load the way the example shows. It iscircular now, although I have a bug that happens when i scroll back with my controls and click on a 'page' it scrolls to the page but don't put it in the right position, like, page 3 has to show itens 3 and 4, although after

[jQuery] Re: get reference to nested appended element

2009-04-09 Thread miniswi...@gmail.com
thanks for the useful infomation! On Apr 7, 11:00 pm, mkmanning michaell...@gmail.com wrote: Caveat: Jonathan's method will get you the child table (the one with id rt0 from the original OP's example), however Eric's will get you all tables that are children of a table, within the context of

[jQuery] add custom links on datepicker

2009-04-09 Thread molips
Hi, which would be best way to add some extra links/buttons on datepicker? For example i need 2 more options: 3)Today option, which sets values of input field and datepicker UI to current date 2)A link which clears inputfield value Do i need to hack the datepicker code or is there a way to create

[jQuery] simply toggling a div that contains a flash movie

2009-04-09 Thread tetris
hello to simply toggle a div that contains a flash movie does not work in firefox,the flash object does not disappear gradually, any thoughts? code: script $(document).ready(function(){ $(button).click(function () { $(div).toggle(slow); }); }); /script /head body

[jQuery] jCarousel display and scrolling problems

2009-04-09 Thread Daniel Khan
Hello, I am using jCarousel 0.2.3 with jQuery 1.3.2 for displaying flickr images and slimbox2 to show them in a lightbox. I'm new to jQuery and I fiddled everything together from examples and it allready works somehow but ere is my problem: In FF most of the time only one picture is shown at

[jQuery] Traversing a XML document

2009-04-09 Thread snakebit
/* * @param dom_obj xml data * @param ulObj unordered list element */ function buildTree(dom_obj, ulObj){ ulObj.append('li'+dom_obj[0].nodeName+'/li'); if(dom_obj[0].hasChildNodes()){ ulObj.append('liul/ul/li/'); dom_obj.children().each(function (i, obj){

[jQuery] Firefox bug on height

2009-04-09 Thread Main store
Hi everybody, Thanks for this great carousel, i love it ! I have a bug only on Firefox (IE and Safari OK), the carousel is here http://www.main-store.fr . You'll see the bottom of my page is too long. I have tried to modify the CSS with some Height measurements but nothing happen.. Can

[jQuery] truncate problem - why does it show full-size and then shrink after page load?

2009-04-09 Thread Andy
I'm using the Truncate plugin (http://www.reindel.com/truncate/) and when the page loads, all the DIVs display full size and then after the page load, they all shrink and show the more link. I look at the example on the Truncate site and it doesn't behave this way Any ideas?

[jQuery] JCarousel Circular - Start Over Problem

2009-04-09 Thread JD
I have a page with one JCarousel on it. I need to be able to switch between different data sources for the single display carousel. I have it almost working - however when I execute... it loops around to the default start state and doesn't keep the new data on displayit blinks past though.

[jQuery] Re: simply toggling a div that contains a flash movie

2009-04-09 Thread Ralph Whitbeck
object's don't obey traditional css layering. You'll need to hide the object first then toggle your div. On Thu, Apr 9, 2009 at 12:16 PM, tetris tetri...@gmail.com wrote: hello to simply toggle a div that contains a flash movie does not work in firefox,the flash object does not disappear

[jQuery] Re: simply toggling a div that contains a flash movie

2009-04-09 Thread dongle
ok thank you. On Apr 9, 7:45 pm, Ralph Whitbeck ralph.whitb...@gmail.com wrote: object's don't obey traditional css layering.  You'll need to hide the object first then toggle your div. On Thu, Apr 9, 2009 at 12:16 PM, tetris tetri...@gmail.com wrote: hello to simply toggle a div that

[jQuery] Re: generate AJAX data based on number of select elements

2009-04-09 Thread Kinsbane
Just hoping to see if there's a solution available.

[jQuery] Re: Adding incremental numbered classes to divs

2009-04-09 Thread Brain Lava
Normally I would agree with you but the effect I'm trying to achieve is based on the location of the image in the grid and not tied to the image itself. I don't want the end user to have to update the CSS every time they move an image or add a new one to their gallery. This seemed like the best

[jQuery] Re: Adding incremental numbered classes to divs

2009-04-09 Thread Brain Lava
Thanks Ralph! I'll give that a try :) On Apr 9, 10:13 am, Ralph Whitbeck ralph.whitb...@gmail.com wrote: You can use .each to iterate through each div element and increment the classname or ID via it's index. $(div).each(function(i) {     $(this).addClass(classname + i); });

[jQuery] Re: How to select :inp...@type=text] OR :inp...@type=password]

2009-04-09 Thread Nick Boutelier
Thanks guys. Exactly what I needed. On Apr 9, 4:46 am, MorningZ morni...@gmail.com wrote: First off, lose the @ if you are planning on using version 1.3.1 or higher of the jQuery library second, the docs are your friendhttp://docs.jquery.com/Selectors(see the last item in the basics

[jQuery] Re: Works in IE7 but not IE6

2009-04-09 Thread MauiMan2
Basically I am trying to use jQuery to add classes to certain elements. Works in IE7 and every other browser but not IE6. This an example of a jQuery statement I have in place so far: $(document).ready(function() { $('BODY DIV').addClass('mainDiv'); }); The CSS has certain styles

[jQuery] Orphan nodes

2009-04-09 Thread jay
Is there a general rule of thumb to avoid orphan nodes? I'm using a multiselect plugin which I'd like to be able to remove from the DOM but it is creating orphan nodes in IE and the nodes are not removed according to sIEve. I suspect it is the order that the elements are removed from the DOM,

[jQuery] Re: Works in IE7 but not IE6

2009-04-09 Thread slycreations
I'll agree with the others that it's hard to trouble shoot without some code. The only time I've had issues with IE6, it was due to inconsistencies in file encoding. We encode all of our pages and scripts as UTF-8, and the validation plug-in was ISO-8859-1. Once I encoded the plug-in source file

[jQuery] Data Grid Live Edit

2009-04-09 Thread Sarm
Hi Everyone, I need Datagrid Live Edit for php. I search on google but but not get any good. Please tell me good one. Advance Thanks

[jQuery] Data Grid Live Edit

2009-04-09 Thread Sarm
Hi Everyone, I need Datagrid Live Edit for php. I search on google but but not get any good. Please tell me good one. Advance Thanks

[jQuery] tablesorter Speed issues

2009-04-09 Thread csi95
Hi folks, I've just started using tablesorter for one of my projects, and overall I love it. Does just what I need. The one issue I've come across is that it's S-L-O-W! On a small table, it's just fine. Once I get up to about 400 rows, however, it takes a long time. 6 seconds before the

[jQuery] Re: tablesorter Speed issues

2009-04-09 Thread MorningZ
I'd look at doing some server side sorting if you are looking for speed... it's a lot of work for the plugin to sort the client side data and then redraw 400 rows of data On Apr 9, 3:09 pm, csi95 bmomal...@gmail.com wrote: Hi folks, I've just started using tablesorter for one of my

[jQuery] Re: Tips on multi field validation - Composite unique constraint

2009-04-09 Thread Ted
Does anyone have a suggestion about multi field validations? Is this even something the plugin has designed for yet?

[jQuery] Re: generate AJAX data based on number of select elements

2009-04-09 Thread mattimus5...@gmail.com
You are just trying to get the value of the select box and only the select box??? So you have something like ul class=books li Book 1 select class=litqtyoption.. //select/li??? li Book 2 select class=litqtyoption.. //select/li li Book 3 select class=litqtyoption.. //select/li li Book

[jQuery] Re: Translating X-Library functionality into Jquery

2009-04-09 Thread Lwangaman
I continued this thread in a new thread: http://groups.google.com/group/jquery-en/browse_thread/thread/956e72c4e071a3de On 9 Apr, 04:31, Lwangaman donjohn.f...@gmail.com wrote: Ok now that that has been straightened out, here's my full endeavour: I'm trying to translate into jquery a useful

[jQuery] Re: generate AJAX data based on number of select elements

2009-04-09 Thread mattimus5...@gmail.com
Ok I see your code from the above post now. var reqData = { $('select.litqty').each( $(this).attr('name') : $(this).val(); ); } This would get the name and value of each select.litqty Is this what you are trying to achieve?? On Apr 9,

[jQuery] Re: tablesorter Speed issues

2009-04-09 Thread csi95
Thanks for the response -- I may need to do that. I'm curious if anyone else has input on the speed of Tablesorter, however. I've seen other solutions that can sort a large table quickly. For example http://dynamictable.com/demos/ Dynamic Table Demo handles 1,000 rows in about 1 second.

[jQuery] Re: Endeavour: translating X-Library functionality click-n-drag checkboxes into Jquery

2009-04-09 Thread Lwangaman
Ok I resolved the cannot assign to a function result problem by putting the value assignment into a function(){}: 48 $(td.mychkbox).each( 49function(){ 50 $(this).bind( 51mouseover, 52function(){ 53 if (gCheckedValue != null){ 54var eccomi = this;

[jQuery] Carousel Help Needed

2009-04-09 Thread P
Using: http://sorgalla.com/projects/jcarousel/examples/static_controls.html I would like to have a control bar that shows dots instead of page numbers, etc. the difference being that if you have 9 items and you show 3 at a time, you should have 3 dots. A dot would represent a page and not one

[jQuery] Help showing 'Showing 3 of 12' msg in Carousel

2009-04-09 Thread P
hi, I was wondering if anyone has used or know the link to jQuery carousel which shows 3 vidoes at a time with ofcourse next pre button and message something like this: 'Showing 3 of 12' Thanks for your help.

[jQuery] Re: tablesorter Speed issues

2009-04-09 Thread MorningZ
There may be a bit of Apples and Oranges here For sure.. that link is doing a full blown form post to the server (just pull up Firebug's Net panel to see).. i wouldn't compare anything the two do between each other I've been using tablesorter for a good year now, and i do everything i can

[jQuery] Re: jQuery function to click a link on the page

2009-04-09 Thread mattimus5...@gmail.com
try using window.open, its not jquery, just javascript, but you use it to open new windows On Apr 9, 10:07 am, CaptainABrad alexanderwbrad...@gmail.com wrote: http://abrad45.com/sites/beta/ I have this almost working. When you drop the icons on the iMac Screen, the pages are supposed to load

[jQuery] Re: Orphan nodes

2009-04-09 Thread jay
I made a more general test case, and I'm finding it is necessary for me to unbind events within a given plugin in order for it to go away in IE7. I thought empty and remove were supposed to unbind stuff for me? Here is my test case: html head script src='jquery.js'/script script

[jQuery] Re: Adding incremental numbered classes to divs

2009-04-09 Thread Eric Garside
What's the advantage of assigning the identifier to the class? Like, how are you using it once you create the classes. I'm assuming there's an easier solution, especially if you're doing it dynamically. On Apr 9, 2:54 pm, Brain Lava nic...@brainlava.com wrote: Thanks Ralph!  I'll give that a

[jQuery] Re: Adding incremental numbered classes to divs

2009-04-09 Thread Hector Virgen
Can you use an ordered list? li elements are block level just like divs. -Hector On Thu, Apr 9, 2009 at 1:46 PM, Eric Garside gars...@gmail.com wrote: What's the advantage of assigning the identifier to the class? Like, how are you using it once you create the classes. I'm assuming there's

[jQuery] strange behavior when using jQuery fadeOut function on element with floated element and absolutely positioned element

2009-04-09 Thread Elias
I am having some strange behavior with the fadeOut function. I asked about it on StackOverflow. If you want, you can see the discussion at http://stackoverflow.com/questions/735292/strange-behavior-when-using-jquery-fadeout-function-on-element-with-floated-eleme . Someone on there mentioned that

[jQuery] Re: tablesorter Speed issues

2009-04-09 Thread csi95
Okay, my bad here. Thanks to the one-on-one help of one of the great members here, I was able to find the problem. It wasn't the software, it was the hardware. There was something odd going on with the development PC I was using to run the test. Not only was my sort running very slow, so

[jQuery] Re: Works in IE7 but not IE6

2009-04-09 Thread MauiMan2
meta http-equiv=Content-Type content=text/html; charset=utf-8 / That's the META tag I have in there now. Should I change it?

  1   2   >