[jQuery] Re: jquery expressions after loading content via ajax

2009-05-12 Thread Steven Yang
correct me if i misunderstood you so what you mean is that you have some element with class tooltip when the page load the first time and when you call $(.tooltip).tooltip() things work. but when you call ajax and load some more content (containing element with class tooltip as well) into the page

[jQuery] Re: SlideMenu ASlideShow conflict

2009-05-12 Thread weidc
try to put the banner before the menu. atm it is like this: div id=header /div div id=banner ... /div you should try: div id=banner ... /div div id=header /div i always do so for ie6 'cause the z-index doesn't work. and i didn't found an other way yet. but it always worked for me.

[jQuery] Re: How to remove a row knowing the value of a checkbox.

2009-05-12 Thread Massimiliano Marini
Hi Paul, Try this var xxx = 5; $('input:attr[value='+xxx+']').parents('tr').remove(); works like a charm. Thanks 1K

[jQuery] Re: jquery expressions after loading content via ajax

2009-05-12 Thread flopp
okey, you understood me completely right:) and I understand the issue. So the best way to do this is to make a callback script that run $(#contents .tooltip).tooltip({ track: true, delay: 0, showURL: false, opacity: 0, fixPNG: true, showBody: - , extraClass: pretty,

[jQuery] Re: jquery expressions after loading content via ajax

2009-05-12 Thread Steven Yang
yes thats rightor maybe you can run this just once after all you content has been loaded depend on your situation because i am not sure if there will be any issues if you run it on the same element twice

[jQuery] Re: jquery uploader

2009-05-12 Thread Vincent Majer
no one is using this plugin ? Vincent Majer a écrit : Hi, I'm trying to use this plugin : http://jquery.webunity.nl/jQuery.uploader/demo1 it's almost working.. BUT i have a problem with the backend.. I can't find any documentation about response codes.. I found a sample_backend but not

[jQuery] Re: Superfish IE 6 - no menu appears

2009-05-12 Thread gfranklin
turn on script debugging in internet prefs for IE. This helped me to determine my issue. I basically had the order of js references incorrect in my HTML head. g On Apr 23, 4:35 pm, Laker Netman laker.net...@gmail.com wrote: On Apr 20, 10:52 am,gfranklingfrank...@gmail.com wrote: I am

[jQuery] Re: Suckerfish menu not showing up

2009-05-12 Thread Charlie
not sure what you are seeing, appears to be working. One of the issues with swapping out menus in Joomla is the menu class in existing template.css. Some of it's rules supersede superfish.css . It makes troubleshooting superfish css a little clumsy if left in. cacaoananda wrote:

[jQuery] Re: Menu slideUp is very erratic

2009-05-12 Thread Phil Sherry
Thanks, that helped a lot. :) 2009/5/11 waseem sabjee waseemsab...@gmail.com: Using firebug on mozilla firefox I have found the problem On hover the nested list css has the following property : height:0; in your menu's javascript file look for the following line .css({ height: '0px',

[jQuery] Hiding Table Columns

2009-05-12 Thread David Blomstrom
Imagine a table with ten columns. Is there a JavaScript function that will let visitors render particular columns invisible? For example, I have a table that uses a jQuery function to create sortable columns. However, it takes forever because the table is so big. But if visitors could make some of

[jQuery] hoverFlow for simple slideDown

2009-05-12 Thread hcvitto
Hi i'm trying to make a dropdown animation and using the hoverFlow plugin for smooth animation but i just want the submenu to slidedown, so no animation nedded, Does anyone know that plugin? This is a demo page with opacity effect, which is not what i want..

[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

[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(, )); var i =0;

[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

[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] 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] 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

[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

[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

[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

[jQuery] jquery.form.2.28 input type=image AJAX issue

2009-05-12 Thread jerryji
I still have the problem of getting the ajaxForm() function to work with input type=image 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.,

[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] 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

[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] 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] 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 ) DOLCEGABBANA 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] 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 td's. Is it a known issue that tablesorter cannot handle nested tables? Many thanks!

[jQuery] Re: jquery.form.2.28 input type=image AJAX issue

2009-05-12 Thread Mike Alsup
I still have the problem of getting the ajaxForm() function to work with input type=image 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,

[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

[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 matt.marc...@gmail.com wrote: This seems like such a simple basic task, but I can't seem to get the syntax correct. I have a menu, and

[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 i...@frenchvillaowners.co.uk 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: 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

[jQuery] find ID of input within a div

2009-05-12 Thread heohni
hi! I have this construct: div id=box_vfoinput type=text name=neu_vfo id=neu_vfo class=textInputa href=#stop class=stopimg src=../img/ delete_edit.gif alt= width=16 height=16 border=0/a/div On click I want to hide the div and empty the input value: $('a.stop').click(function() { var parent_id =

[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 heidi.anselstet...@consultingteam.de wrote: hi! I have this construct: div

[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(slow);

[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 won't get

[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 you

[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 div id=main div class=sub Content for the sub div /div /div you want to set main to relative and sub to absolute correct ? script $(function() { $(#main).css({ position:relative, top:0, left:0)}; $(.sub).css({

[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 mcgra...@gmail.com wrote: $('a.stop').click(function() { var input_id = $(this).prev().attr(id); var parent_id =

[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 work :-/

[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 bout give it an

[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

[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 current

[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] 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 ('ul/ul');});

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

2009-05-12 Thread harismile
hi

[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

[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] 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

[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

[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

[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 mueller.juli...@googlemail.com wrote: try to put the banner before the menu. atm it is like this: div id=header /div div id=banner ... /div you should try: div id=banner ... /div div

[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: 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 craigco...@gmail.com wrote: Hi, method addClass and toggleClass do pretty much the same

[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

[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

[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.

[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

[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

[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] 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,

[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 giancarlo.ming...@gmail.com

[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 adambu...@gmail.com 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

[jQuery] Re: jsonp to a static remote file

2009-05-12 Thread Ricardo
On May 12, 11:59 am, Roy M setesting...@gmail.com 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

[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 paulruder...@gmail.com wrote: Hello-- Does tablesorter support nested tables?

[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 cstolwor...@gmail.com wrote: I have noticed the selectors you can use when

[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

[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 kgos...@gmail.com 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

[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 waseemsab...@gmail.comwrote: Hi. What type of animation will you be making ? I could help :) On Tue, May 12, 2009 at 9:30 PM, kgosser

[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: 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] 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 div

[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

[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

[jQuery] Re: Refresh Element After Changing Style

2009-05-12 Thread posh beck
On Tue, May 12, 2009http://tvshow-com.com/category/desperate-housewives-season-5at 7:16 AM, PF piercefree...@gmail.com 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.

[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 m...@linuxtime.it wrote: Hi all, I'm using jQuery 1.3.2 that's the code: function removeChekbox(data){  $.each(data, function(i, val){                            

[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: script type=text/javascript charset=utf-8

[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 christopheri...@gmail.comwrote: I share David's requirement to sort globally on the page. When users click a column header

[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). -- script type=text/javascript charset=utf-8 $(document).ready(function() { // extend the default setting to always sort on the first column $.tablesorter.defaults.sortList = [[0,0]];

[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 christopheri...@gmail.com wrote: Something like this?  (Note that jQuery and JS in general are still often a challenge for me). -- script

[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 r...@reybango.com wrote: Hi Robert, Just to clarify that the logo is copyright of the jQuery project and can't be used

[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

[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 david.blomst...@gmail.comwrote: Wow, the

[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] 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] 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

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

2009-05-12 Thread PapaBear
On Mar 25, 6:32 am, durill gdeane...@gmail.com 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

[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 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

[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 div id=slides div class=slide div class=slide_video EMBED CODE /div div class=slide_content HTML BLURB /div /div ... /div I've set pause to 1 so that

[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: $(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 gravyf...@gmail.com 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

[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: script type=text/javascript $(document).ready(function(){ // show/hide details $(.show-hide-me).click(function()

[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 html head meta http-equiv=Content-Type content=text/html; charset=UTF-8 titlejQuery Datepicker/title script type=text/javascript src=jquery-1.3.2.js/script script type=text/javascript

[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',

[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] 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] 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

  1   2   >