[jQuery] fadeIn, fadeOut malfunction

2009-05-12 Thread runrunforest
Hi, I have a button hidden initially, when mouse hovers the parent element of the button, button will fadeIn, and when mouse out, the button will fadeOut ( disappear). the problem is when, you hover multiple time in a quick pace (6 hover ins outs in 1 second), the button will disappear forever.

[jQuery] Re: slideUp() does not make animation before remove() occurs

2009-05-12 Thread waseem sabjee
I have made a slight change in your code. also note you did set the opacity to 0 before the slideUp that could effect your code > function removeChekbox(data){ > $.each(data, function(i, val){ > $('input[value="'+val+'"]').parents(".item-container").animate({opacity: 0.0}, "slow", function(){

[jQuery] JQuery Treeview

2009-05-12 Thread eclipseTalk
Hi, I'm using the JQuery treeview but I'm running into some weird behavior. The tree expands by itself sometimes and it cannot be collapsed. It happens every time I'm displaying a slide show for instance. When I clear the cookies it goes away. Any idea on how I can't prevent the whole tree from ex

[jQuery] Re: make the Fading like opening DOOR

2009-05-12 Thread Mohd.Tareq
$().click(function(){ $('#door').animate({ width: 'toggle' });On Wed, May 13, 2009 at 10:03 AM, bharani kumar wrote: > On May 12, 11:17 pm, bharani kumar > wrote: > > Hi All , > > > > Can you some one tell me , > > > > I want to make the DIV something like opening DOOR or single Door > opening

[jQuery] make the Fading like opening DOOR

2009-05-12 Thread bharani kumar
On May 12, 11:17 pm, bharani kumar wrote: > Hi All , > > Can you some one tell me , > > I want to make the DIV something like opening DOOR or single Door opening , > double door opening > > Any idea please Something like this? (centered element) http://jsbin.com/afota yes , -- உங்கள் நண்பன்

[jQuery] dealing with a post (json) callback

2009-05-12 Thread sneaks
hi, in firebug my callback data(object) is like so: [{"product_brand":"Creative Recreation","product_name":"Cesario Hi","product_slug":"CRM-CESAR-PRIME- HI","product_active":"1","product_description":"mens- red"}] i have never noticed the square brackets before ... but when i attempt to use eac

[jQuery] Re: make the Fading like opening DOOR

2009-05-12 Thread Ricardo
On May 12, 11:17 pm, bharani kumar wrote: > Hi All , > > Can you some one tell me , > > I want to make the DIV something like  opening DOOR or single Door opening , > double door opening > > Any idea please Something like this? (centered element) http://jsbin.com/afota

[jQuery] Re: jQuery Logo

2009-05-12 Thread Jordon Bedwell
Proof reading, FTL. From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Karl Swedberg Sent: Tuesday, May 12, 2009 9:39 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: jQuery Logo On May 12, 2009, at 9:12 PM, Rafael Santos Sá wrote: Btw, a friend

[jQuery] Re: Hiding Table Columns

2009-05-12 Thread David Blomstrom
Thanks for the tip. As far as I know, there's no way to apply a class or ID to an entire column, so I'd have to apply it to every cell in a particular column, right? Next, how do I enable the visitor to invoke the hide function? For example, if a visitor is viewing a table with ten columns, and he

[jQuery] Re: jQuery too slow on IE!!!

2009-05-12 Thread RobG
On May 12, 10:42 pm, Chandan wrote: > Hi, > > I recently started using jQuery, thinking that it is FASTER than usual > javascript, but i found it is too slow when used with IE. I am using > IE 6/7. jQuery is written in javascript, therefore it is unlikely that any jQuery function is faster tha

[jQuery] Re: make the Fading like opening DOOR

2009-05-12 Thread Richard D. Worth
See if jQuery UI has an effect you're looking for: http://jqueryui.com/demos/toggle/ - Richard On Tue, May 12, 2009 at 10:17 PM, bharani kumar < bharanikumariyer...@gmail.com> wrote: > Hi All , > > Can you some one tell me , > > I want to make the DIV something like opening DOOR or single Door

[jQuery] Re: jQuery Logo

2009-05-12 Thread Karl Swedberg
On May 12, 2009, at 9:12 PM, Rafael Santos Sá wrote: Btw, a friend told me that I can't use jQuery Framework for comercial purpose without jQuery owner's permission. Is that true? No, that's not true. jQuery is dual-licensed under GPL and MIT. If you're using it or commercial purpose, you

[jQuery] tablesorter is not a function

2009-05-12 Thread Proh
Hi, I have some problems with the tablesorter-Plugin ( http://tablesorter.com/docs/ http://tablesorter.com/docs/ .) I know, the error "tablesorter is not a function" has been mentioned before. But the reason, why this message occurres again seems to be different. One point makes me sure, that

[jQuery] How to submit the form using the date picker

2009-05-12 Thread suman.vape...@gmail.com
Hi I have used the datepicker plugin of "KeithWood" .Here is my sample script written below jQuery Datepicker $(function() { $('#validMaxDatepicker').datepick({maxDate: +0, showOn: 'both', buttonImageOnly: true, buttonImage: 'calendar.gif'}); }

[jQuery] .ajax GET not working correctly at webhost

2009-05-12 Thread Nahaz
I have this snippet: function ajaxAdd() { $('form').submit(function() { var nick = document.register.nick.value; $(':submit', this).attr('value', 'Adding...'); $(':submit', this).attr

[jQuery] Re: Superfish 1.4.8 w/ Supposition

2009-05-12 Thread Steve W
Just wanted to throw my hat in the ring about this issue, Supposition is an awesome enhancement to Superfish and it would be great to be able to use it in the latest version. I've reverted back to 1.4.1 for now after trying unsuccessfully for about an hour to figure out where the disconnect is in

[jQuery] $(this).next() not matching sibling table

2009-05-12 Thread gravyface
Hello, Trying to hide a table that's a sibling to the anchor to which the click event is being called. It works, with any element but a table as a sibling. My code/markup: $(document).ready(function(){ // show/hide details $(".show-hide-me").click(function() { $(this).next().

[jQuery] Re: $(this).next() not matching sibling table

2009-05-12 Thread GravyFace
Doh. This totally works now. Dunno, maybe my page was cached. Crack kills, kids. On Tue, May 12, 2009 at 1:28 PM, gravyface wrote: > Hello, > > Trying to hide a table that's a sibling to the anchor to which the > click event is being called.  It works, with any element but a table > as a sibl

[jQuery] [validation] I want to add validation for a reCAPTCHA image. Can I give this field error message a unique class?

2009-05-12 Thread wjs3
I have a form consisting mainly of text inputs and selects. The inputs are nested within list elements, lists, fieldsets, etc. I have configured the validation plugin to place the error messages after the fields, and successfully used CSS to style the label.error class. I have recently added a

[jQuery] Re: superfish bg images - almost there!

2009-05-12 Thread PapaBear
On Mar 25, 6:32 am, durill wrote: > most every part is working for me, including using background images. > when the mouse hovers, the background image changes as does the text > color. perfect. currently, i only have thesuperfishmenu on the > "Discounts" link so that is the link i am speaking

[jQuery] Cycle Plugin and Flash Videos

2009-05-12 Thread Chris Falzone
I am trying to create a slideshow where each slide would have a video (embedded vimeo video to be exact) My basic structure is EMBED CODE HTML BLURB ... I've set pause to 1 so that when the mouse is over the slides it doesn't advance, but if the user is watching the video

[jQuery] Creative animations for .hover() event

2009-05-12 Thread Dave
Hi All, I am hoping to find some creative examples of animations of people using the hover event for image links. Some of the most common that I've seen are as follows: 1) Partial fade-in 2) Partial fade-out 3) Fade-in an absolutely positioned image over the image This seems to be an area wher

[jQuery] Re: How to parse?

2009-05-12 Thread Peter Warnock
$.get('/endpoint/', '', function (html) { $(html).find('.selector').appendTo('.target'); }), 'html'); On May 11, 3:23 pm, "cstolwor...@gmail.com" wrote: > I have an ajax call that will be returning a large chunk of HTML.  The > thing is that this HTML needs to go to several different places on

[jQuery] can only type numbers after closing dialog.

2009-05-12 Thread CP
I have a strange one. I'm working on an app that after i close a dialog window, i can only type numbers in other forms in the app. letters seem to fire keystroke events but they don't enter the form field. any ideas?

[jQuery] make the Fading like opening DOOR

2009-05-12 Thread bharani kumar
Hi All , Can you some one tell me , I want to make the DIV something like opening DOOR or single Door opening , double door opening Any idea please Regards B.S.Bharanikumar POST YOUR OPINION http://bharanikumariyerphp.site88.net/bharanikumar/

[jQuery] Re: Applying Table Row Sorter to Multiple Tables

2009-05-12 Thread David Blomstrom
Please ignore my last question; I found the thread I was looking for. I'll give the various solutions that were offered another try, and if it still doesn't work, I'll put a live example online. Thanks. On Tue, May 12, 2009 at 6:18 PM, David Blomstrom wrote: > Wow, the idea of sorting multiple ta

[jQuery] Re: Applying Table Row Sorter to Multiple Tables

2009-05-12 Thread David Blomstrom
Wow, the idea of sorting multiple tables at the same time is interesting. I may check that out, too. In the meantime, thanks for the tip, aquaone. I'm now able to place multiple sortable tables on a page. Now I just have to fix one other problem - numerals with commas don't sort properly. I asked a

[jQuery] Re: jQuery Logo

2009-05-12 Thread Rafael Santos Sá
Btw, a friend told me that I can't use jQuery Framework for comercial purpose without jQuery owner's permission. Is that true? On Tue, May 12, 2009 at 12:45 PM, Rey Bango wrote: > > Hi Robert, > > Just to clarify that the logo is copyright of the jQuery project and can't > be used for commercial

[jQuery] Re: Applying Table Row Sorter to Multiple Tables

2009-05-12 Thread christopherious
Sorry, forgot to mention in my previous post that with that revision, tables still sort individually. On May 12, 5:46 pm, christopherious wrote: > Something like this?  (Note that jQuery and JS in general are still > often a challenge for me). > > -- > > > > $(document).ready(function()

[jQuery] Re: Applying Table Row Sorter to Multiple Tables

2009-05-12 Thread christopherious
Something like this? (Note that jQuery and JS in general are still often a challenge for me). -- $(document).ready(function() { // extend the default setting to always sort on the first column $.tablesorter.defaults.sortList = [[0,0]]; // call the tablesorter plugin $(

[jQuery] Re: Applying Table Row Sorter to Multiple Tables

2009-05-12 Thread aquaone
You should be able to bind to the sortEnd events to force sorting on all tables based on the sort order of that table... On Tue, May 12, 2009 at 16:48, christopherious wrote: > > I share David's requirement to sort globally on the page. When users > click a column header for a given table, I wan

[jQuery] Re: Applying Table Row Sorter to Multiple Tables

2009-05-12 Thread christopherious
I share David's requirement to sort globally on the page. When users click a column header for a given table, I want all tables on that page to sort by that column rather than for just the table where the user clicked the header. My JS: $(document).ready(function() { // extend the default

[jQuery] Re: slideUp() does not make animation before remove() occurs

2009-05-12 Thread Ricardo
Maybe it's because opacity is already 0? Try using animate({ height:'toggle' }) instead On May 12, 2:16 pm, Massimiliano Marini wrote: > Hi all, > > I'm using jQuery 1.3.2 that's the code: > > function removeChekbox(data){ >  $.each(data, function(i, val){                                      

[jQuery] Re: Refresh Element After Changing Style

2009-05-12 Thread posh beck
On Tue, May 12, 2009at 7:16 AM, PF wrote: > > Hi everyone: > > I am attempting to change the style after the user has loaded the page > (every x number of seconds) but the element just doesn't seem to be > refreshing. I have done all

[jQuery] Re: tablesorter messing with other tables

2009-05-12 Thread PaulGCES
Well, actually I would indeed like the subtables to sort, but they seem to be confusing each other. I'd like to have a sortable table of data, where one column is itself a sortable table. However, whenever I nest this way, the implementation seems to get confused. Clicking on one table leads to

[jQuery] [tooltip] Bassistance Tooltip Transparent Text IE7/IE8 problem

2009-05-12 Thread Pappy
I am using a very simple tooltip on my site (just text). Depending on where I am on the page, the text renders transparently or white, even though the css 'color' is set to black. See this image for an example... http://i44.tinypic.com/idhhcz.jpg The tooltip is definitely the one shown as I ca

[jQuery] Superfish with multicolumn sub navigation

2009-05-12 Thread IschaGast
Is it also possible to use superfish with a multicolumn navigation like below? I tried it out but the superfish effect isn't that smooth, the nav_sub will just show without any nice fade-in & slidedown effect. I think because Superfish normaly targets the ul ul but now it has to target the I hop

[jQuery] Re: How to remove error messages from Validation Plugin

2009-05-12 Thread Chuck Cheeze
Here is an interesting way to do it. In my case, I was using a main error div at the top of the page, so I didn't need the individual label.error elements inline. They kept showing up no matter what I did until I added this to my validation: errorElement: "em" This changes the element that the

[jQuery] Re: find ID of input within a div

2009-05-12 Thread Mean Mike
so what your saying is you may have more the one input in the same div and you want the id of every input in said div ? what format do you want them in if you have multiple inputs your gonna have multiple results.. here is where I'm going with this what if you looped through the div like this $

[jQuery] Re: Callback function after switchClass()

2009-05-12 Thread waseem sabjee
here is one way to create delay setTimeout(function() { // do function after 0.5 seconds }, 500); On Tue, May 12, 2009 at 9:32 PM, waseem sabjee wrote: > Hi. What type of animation will you be making ? I could help :) > > > On Tue, May 12, 2009 at 9:30 PM, kgosser wrote: > >> >> Hey all, >> >>

[jQuery] Re: Callback function after switchClass()

2009-05-12 Thread waseem sabjee
Hi. What type of animation will you be making ? I could help :) On Tue, May 12, 2009 at 9:30 PM, kgosser wrote: > > Hey all, > > I'm trying to do some animation designs. Basically where I'm stuck is > I have a bunch of things I want to do, but not until the duration of > the switchClass method i

[jQuery] Callback function after switchClass()

2009-05-12 Thread kgosser
Hey all, I'm trying to do some animation designs. Basically where I'm stuck is I have a bunch of things I want to do, but not until the duration of the switchClass method is complete. Looking at the UI documentation site, there doesn't appear to be a callback ability. Anyone have any tips on how

[jQuery] Re: How to parse?

2009-05-12 Thread James
Instead of HTML, you can consider using JSON instead. Since it's just a data format, you can use the info and populate it with Javascript anywhere on the page that you want. On May 11, 12:52 pm, "cstolwor...@gmail.com" wrote: > I have noticed the selectors you can use when making an ajax call.  

[jQuery] Re: tablesorter messing with other tables

2009-05-12 Thread aquaone
Tablesorter will sort them like any other content, which may not be what you intend. If you want to be able to nest table structures, another plugin may be better suited. On Mon, May 11, 2009 at 18:21, PaulGCES wrote: > > Hello-- > > Does tablesorter support nested tables? I'm only trying to so

[jQuery] Re: jsonp to a static remote file

2009-05-12 Thread Ricardo
On May 12, 11:59 am, Roy M wrote: > Hello, > > Currently I was able to load remote JSON (php) file using JSONP > protocol. > > However, how to do if my remote file is static? > > In the doc, it said: > > you can load JSON data located on another domain if you specify a > JSONP callback, which can

[jQuery] Re: jquery slideViewerPro (beta)

2009-05-12 Thread GianCarlo Mingati
Hello Adam, the tutorial well... its the page itself. ;-) On 12 Mag, 19:36, adambundy wrote: > Hey GC- looking good! Ive been a SVP user for a while and think this > is a great upgrade. I second the request for a transition option for a > future upgrade. Ill take a look at the tutorial once its

[jQuery] Re: jquery slideViewerPro (beta)

2009-05-12 Thread adambundy
Hey GC- looking good! Ive been a SVP user for a while and think this is a great upgrade. I second the request for a transition option for a future upgrade. Ill take a look at the tutorial once its posted. Great stuff! -Adam On May 12, 11:24 am, GianCarlo Mingati wrote: > Hello Rick, > i've just

[jQuery] Re: jquery slideViewerPro (beta)

2009-05-12 Thread GianCarlo Mingati
Hello Rick, i've just uploaded a new version with all the bugs fixed. Also i'm trying to write a brief tutorial but english is not that good. If anybody got a minute or two, could please check and see if the tutorial (still in development) is comprehensible? Many thanks. GC On 10 Mag, 19:21, Rick

[jQuery] slideUp() does not make animation before remove() occurs

2009-05-12 Thread Massimiliano Marini
Hi all, I'm using jQuery 1.3.2 that's the code: function removeChekbox(data){ $.each(data, function(i, val){ $('input[value="'+val+'"]').parents(".item-container").animate({opacity: 0.0}, "slow", function(){ $(this).slideUp("slow"

[jQuery] [validate] Page disappear when validation completes !

2009-05-12 Thread antoine
Hello, the strangest thing ever happens to me. I'm new with JQuery and more especially withthe validation plugin. I've created this page: http://dev.sonycenter.be/fr/ and implemented the validation plugin for the newsletter form If you look at the bottom right corner, you can try to enter a da

[jQuery] [validation] my page disappear when data is filled into input

2009-05-12 Thread antoine
The strangest thing is happening to me... and I can't firgure out where it comes from ! I'm new with the Jquery framework and more expecially with the validation plugin. I've created this page: http://dev.sonycenter.be/fr/ If you go at the bottom right corner of the page, you'll have the newsle

[jQuery] Re: PLease help.. sliding menu?

2009-05-12 Thread Jack Killpatrick
maybe this one: http://github.com/nathansearles/loopedSlider/tree/master - Jack casey_oakland wrote: Hey all.. by chance / looking for a good sliding menu tutorial. I did find a great one! > http://www.flowplayer.org/tools/scrollable.html however.. it's just shy of what i need it to do. May

[jQuery] Re: jQuery Logo

2009-05-12 Thread Rey Bango
Hi Robert, Just to clarify that the logo is copyright of the jQuery project and can't be used for commercial purposes without the project's permission. Sorry to have bring this up but if we don't clarify it, it can become a greater issue. If it's just for a preso like at a BarCamp or somet

[jQuery] Problem with toggles and if statements

2009-05-12 Thread Lars Schulz
Hi there, please have a look at http://clients.larsschulz.info/cc104_web/panel/quicklinks.html I have h3 elements that are followed by divs that are toggled when the h3 element is clicked... //quicklinks - slide up and down on click $("h3.trigger").click(functio

[jQuery] Re: when use addclass and toggleclass

2009-05-12 Thread sveisvei
Hi Addclass(this): if class attribute doesnt contain this, then add this Toggleclass(this): if class attribute contains this, remove this, else add this. Cheers :) On May 11, 3:35 am, runrunforest wrote: > Hi, > > method addClass and toggleClass do pretty much the same thing, what is > the tr

[jQuery] Re: jQuery too slow on IE!!!

2009-05-12 Thread Andy Matthews
That's quite a loaded statement. jQuery is actually optimized for IE as it's still the largest share of the browser market. So jQuery is not inherently slower on IE than on other browsers. Now, having said that, it's possible that YOUR code could be slower on IE than on Firefox, but as you didn't

[jQuery] Re: SlideMenu & ASlideShow conflict

2009-05-12 Thread Mahmoud M. Abdel-Fattah
I'll do later, but I can't change the design in this case :( ! On May 12, 11:25 am, weidc wrote: > try to put the banner before the menu. > > atm it is like this: > > > > > > ... > > > you should try: > > > ... > > > > > > i always do so for ie6 'cause the z-index doesn't work.

[jQuery] Re: [Validate] Pass on message on success, and have a "start message"

2009-05-12 Thread jo...@retype.se
Thank you. Any suggestions where to assign a class other than error for showErrors? Im new to jquery and really appreciate it! This is (obviously) showErrors as it looks unmodified... showErrors: function(errors) { if(errors) { // add ite

[jQuery] Re: SuckerFish menus "covered" by main content? please advise

2009-05-12 Thread Simbarashe
We had a similar issue with our website when we first developed this. When I looked at your site I did not notice the trap (IE7 and Firefox). However, this is what we did: I set the z-index css property on the menu containing div to be higher than the content area (if you use positioning then z-in

[jQuery] jsonp to a static remote file

2009-05-12 Thread Roy M
Hello, Currently I was able to load remote JSON (php) file using JSONP protocol. However, how to do if my remote file is static? In the doc, it said: you can load JSON data located on another domain if you specify a JSONP callback, which can be done like so: "myurl?callback=?". But since my

[jQuery] after unblockUI styles are not loading.

2009-05-12 Thread harismile
hi, i am using blockUI plugin. onChange in dropdown i did blockUI to disable all the links & buttons in the screen. after page gets loaded i am doing unblockUI. in FireFox page loaded properly, but in IE6 page loaded with out sytles. i am using jquery blockUI.js version 2.18. Thanks in advance

[jQuery] not loading page style after unblocking...

2009-05-12 Thread harismile
hi

[jQuery] Re: Superfish menus in nav-bar style require subnavs to behave correctly?

2009-05-12 Thread Hiousi
my solution was to add childs even if not there by calling doing this just before invoquing Superfish: $('ul.sf-menu > li:not(:has(\'ul\'))').each(function() {$(this).append ('');});

[jQuery] Re: Simple innerFade problem

2009-05-12 Thread SuneR
Be sure to include the jquery library before any of its plugins, otherwise they will fail, and thus not work. I believe (havent tested it) that your problem will go away as soon as you load jquery before the plugins.

[jQuery] jQuery too slow on IE!!!

2009-05-12 Thread Chandan
Hi, I recently started using jQuery, thinking that it is FASTER than usual javascript, but i found it is too slow when used with IE. I am using IE 6/7. I also googled to find lots of posting already happened saying it is too slow. Can anyone suugest me what needs to be done! CC to my friend a

[jQuery] Re: find ID of input within a div

2009-05-12 Thread heohni
Thanks, but the page is dynamic and I don't know the names. Any other idea? I thought I could solve it this way: var top_div = $(this).parents("div").parents("div").attr("class"); var select_name = $('.'+top_div+'>select').attr("name"); But it returns me always the first select name, never the c

[jQuery] Re: jQuery Logo

2009-05-12 Thread Karl Swedberg
Hi Robert, You can find high-res versions here: http://docs.jquery.com/Design_and_Identity --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On May 12, 2009, at 5:34 AM, Robert MacLean wrote: Hi, I am looking for a high res copy of the jQuery logo, ideally w

[jQuery] Re: find ID of input within a div

2009-05-12 Thread waseem sabjee
working with selects $("a.stop").click(function() { var obj = $("select"); for(var i = 0; i < obj.length; i++) { if(obj.eq(i).attr("name") == "vfo") { // you have found the element do what you need to do obj.eq(i).addClass("found"); // add class amy be obj.eq(i).attr( { id:"found" // how bou

[jQuery] Re: find ID of input within a div

2009-05-12 Thread heohni
In my case I used now: var parent_id = $(this).parents("div:first").attr("id"); $('#'+parent_id).hide(); var input_id = $('#'+parent_id+">input").attr("id"); $('#'+input_id).val(""); To find more than one, I saw some time ago to use find() and each() functions. But I can't tell you how they wor

[jQuery] Re: find ID of input within a div

2009-05-12 Thread waseem sabjee
yeah it is a tough one. mike got it ! but what happens if you have more than one input type ? On Tue, May 12, 2009 at 3:02 PM, Mean Mike wrote: > > $('a.stop').click(function() { >var input_id = $(this).prev().attr("id"); > var parent_id = $(this).parents("div:first").attr("id")

[jQuery] Re: setting the style of a div

2009-05-12 Thread waseem sabjee
adding style to an element using jquery lets say you had this div structure Content for the sub div you want to set main to relative and sub to absolute correct ? $(function() { $("#main").css({ position:"relative", top:"0", left:"0")}; $(".sub").css({ position:"absolute", top:"30%",

[jQuery] Re: jQuery .addClass question

2009-05-12 Thread waseem sabjee
try this instead note my style is similar to that of a jquery plug in because i feel holding elements in a variable makes it easier to work with eq(); var obj = $("#basictab ul li"); // reference point var index = 0; // start tab obj.eq(index).addClass("current"); // at class to start tab /* when

[jQuery] Re: Hiding Table Columns

2009-05-12 Thread waseem sabjee
$("#myid").hide(); $(".myclass").hide(); $("td").eq().hide(); $("tr").eq().hide(); note if you say $("tr)".eq(0).hide(); it will completely hide the first tr that appears in your code if you say $("tr").eq(0).remove(); it will completely remove the first tr in your code from the DOM meaning they

[jQuery] Re: problem with input

2009-05-12 Thread waseem sabjee
new script $(function(){ var prova = new Array(); prova[0] = "Z"; prova[1] = "G"; prova[2] = "N"; $('#prova').text(prova.join(", ")); var i =0; $('input').click(function(){ $('#lettere').hide("slow"); $('#scrivi').hide("slo

[jQuery] Re: find ID of input within a div

2009-05-12 Thread Mean Mike
$('a.stop').click(function() { var input_id = $(this).prev().attr("id"); var parent_id = $(this).parents("div:first").attr("id"); $('#'+parent_id).hide(); } On May 12, 8:48 am, heohni wrote: > hi! > > I have this construct: > class="textInput"> > > On click I want to hi

[jQuery] find ID of input within a div

2009-05-12 Thread heohni
hi! I have this construct: On click I want to hide the div and empty the input value: $('a.stop').click(function() { var parent_id = $(this).parents("div:first").attr("id"); $('#'+parent_id).hide(); ... How can I find out the id of the input field if I don't know it? I don't think the input ca

[jQuery] Re: setting the style of a div

2009-05-12 Thread Mean Mike
Ash, All your design should be done in CSS at least thats my understanding of how you design a web site. a quick google got me this article which shows how to set style with jquery http://ajax.phpmagazine.net/2006/04/event_selector_showdown_the_jq.html here is the documentation for jquery's cs

[jQuery] Re: Form Validation - upload file width

2009-05-12 Thread Jörn Zaefferer
Nope, that isn't possible afaik with JavaScript. Jörn On Tue, May 12, 2009 at 10:10 AM, Albert Kidd wrote: > > Hi, > > I would like to use jquery to validate on the server side to make sure > the uploaded image is 400px by 300px. > > Is this possible. > > AK >

[jQuery] Re: jQuery .addClass question

2009-05-12 Thread Leonardo K
This $("a[href='Menu/appetizersandpizza.aspx']").addClass("current"); work for me... Look: http://jsbin.com/imoju/edit On Mon, May 11, 2009 at 18:15, Matt wrote: > > This seems like such a simple basic task, but I can't seem to get the > syntax correct. I have a menu, and using jQuery it adds

[jQuery] jQuery.ajax form submission to MySQL

2009-05-12 Thread spstieng
Hi guys. I'm using Wordpress CMS where I have created a custom form. I would like to store the input from this form in a database (MySQL). I've posted my problem here: http://stackoverflow.com/questions/852054/store-form-data-in-mysql-with-jquery-ajax , but I think maybe this forum is a better p

[jQuery] Re: jquery.form.2.28 AJAX issue

2009-05-12 Thread Mike Alsup
> I still have the problem of getting the ajaxForm() function to work > with of JQuery Form Plugin 2.28 (with JQuery > 1.2.6), which is supposed to fix a similar/related issue. > > For the first mouse click on the type-image-input, _all_ form vars are > POSTed correctly, including, e.g., """&vu.x

[jQuery] tablesorter messing with other tables

2009-05-12 Thread PaulGCES
Hello-- Does tablesorter support nested tables? I'm only trying to sort the outer table, but tablesorter seems confused by tables nested within my 's. Is it a known issue that tablesorter cannot handle nested tables? Many thanks!

[jQuery] superfish equal distance spacing

2009-05-12 Thread matthewmilk
Hi, Does anyone know how to space the superfish menu links equally within the div the are contained? If i am posting in the wrong place i apologise. Thanks in advance

[jQuery] Superfish and IE6 support - only first submenu item is clickable

2009-05-12 Thread Anna Kalata
First off, thanks to everyone on this list who take the time to help newbs (and more experienced folks) with their problems. I’ve only started learning to use jQuery on my own, although I’m sure it’s made my life easier in more ways than I know! I’m trying to use the Superfish drop-down menu plug

[jQuery] jquery.form.2.28 AJAX issue

2009-05-12 Thread jerryji
I still have the problem of getting the ajaxForm() function to work with of JQuery Form Plugin 2.28 (with JQuery 1.2.6), which is supposed to fix a similar/related issue. For the first mouse click on the type-image-input, _all_ form vars are POSTed correctly, including, e.g., """&vu.x=13&vu.y=7"

[jQuery] Prevent ampersand from splitting up data string during ajax query

2009-05-12 Thread webmas...@stiu
Hi, I'm using ajax to store values from a form into MySQL. The form contains a text field named "title" and the method I'm using to fetch and pass on the data to the backend is shown below: === _data = "title=" + $( '#ti

[jQuery] Superfish : Conflict with RokBox Lightbox after Upgrading to superfish 1.2.2

2009-05-12 Thread deeman001
I had installed v 1.1.1 on a J1.5.10 install and had the light box called RokBox from RocketLabs installed, then I upgraded to superfish 1.2.2 and RokBox stopped working. When I disable the superfish module RokBox starts working again. Is there any solution that could help me to get both working

[jQuery] PLease help.. sliding menu?

2009-05-12 Thread casey_oakland
Hey all.. by chance / looking for a good sliding menu tutorial. I did find a great one! > http://www.flowplayer.org/tools/scrollable.html however.. it's just shy of what i need it to do. Maybe you can help with suggestions on how to adjust? What i would like this to do is eventually have it lo

[jQuery] Problem with chained commands

2009-05-12 Thread meerestier
Hi there, please have a look at http://clients.larsschulz.info/cc104_web/panel/quicklinks.html I have h3 elements that are followed by divs that are toggled when the h3 element is clicked... //quicklinks - slide up and down on click $("h3.trigger").click(functio

[jQuery] jQuery Logo

2009-05-12 Thread Robert MacLean
Hi, I am looking for a high res copy of the jQuery logo, ideally with a transparent background for use in a presentation I am giving on it. I can find the old logo like that, but not the new one.

[jQuery] adding fadeIn/fadeOut effect to toggle or toggleclass

2009-05-12 Thread KD
The following works very well to highlight a table cell with a background color when the cell is clicked: Code: jQuery("td").toggle( function () { jQuery(this).addClass("highlight"); }, function () { jQuery(this).removeClass("highlight");}); This also works with toggleClass: Code

[jQuery] jQuery .addClass question

2009-05-12 Thread Matt
This seems like such a simple basic task, but I can't seem to get the syntax correct. I have a menu, and using jQuery it adds a class (.current) to the link that corresponds to the current page. This works for all pages except the page in a subdirectory (link below marked with a *).

[jQuery] GUCCI bags ( paypal payment )( www.315store.com )

2009-05-12 Thread dddddddddddd
GUCCI bags ( paypal payment )( www.315store.com ) CHLOE bags CHANEL bags CLOTHES COACH bags ( paypal payment )( www.315store.com ) DOLCE&GABBANA bags FENDI bags GUESS bags JIMMY CHOO bags ( paypal payment )( www.315store.com ) JUICY bags LV bags PRADA bags ( paypal payment )( www.315store.com

[jQuery] Problem with chained commands

2009-05-12 Thread meerestier
Hi there, please have a look at http://clients.larsschulz.info/cc104_web/panel/quicklinks.html I have h3 elements that are followed by divs that are toggled when the h3 element is clicked... //quicklinks - slide up and down on click $("h3.trigger").click(functio

[jQuery] Form Validation - upload file width

2009-05-12 Thread Albert Kidd
Hi, I would like to use jquery to validate on the server side to make sure the uploaded image is 400px by 300px. Is this possible. AK

[jQuery] Prevent ampersand from splitting up data string during ajax query

2009-05-12 Thread webmas...@stiu
Hi, I'm using ajax to store values from a form into MySQL. The form contains a text field named "title" and the method I'm using to fetch and pass on the data to the backend is shown below: === _data = "title=" + $( '#

[jQuery] Connecting on YouTube using $.ajax ?

2009-05-12 Thread debussy007
Hi, I try to connect on Youtube using the script below. But I get the error message: Access to restricted URI denied" code: "1012 Is there any way to bypass this issue ? function login() { var u = 'xyz'; var p = 'xyz'; $.ajax({ type: 'POST',

[jQuery] problem with input

2009-05-12 Thread Andrea_K
Hi! I have a problem :) Why when i compare input value with array, he match only the first input. this is my code $(function(){ var prova = new Array(); prova[0] = "Z"; prova[1] = "G"; prova[2] = "N"; $('#prova').text(prova.join(", ")); va

[jQuery] Does tablesorter support nested tables?

2009-05-12 Thread PaulGCES
Hello all-- I am unable to get tablesorter to work properly on nested tables. In all of my attempts, the clicks on the inner tables seem to populate up to the parent and across to siblings and vice-versa. Is this something that tablesorter is supposed to be able to do? I can post code if neede

[jQuery] setting the style of a div

2009-05-12 Thread ash.finlay...@googlemail.com
Hi All I am just moving over to jquery. Previously i had been using prototype and scriptaculous, im trying to figure out how to set a div relative to another div. in prototype i would of used 'setStyle' to do this. Can anyone give me an example of how to do the same in jquery? Many Thanks Ash

  1   2   >