[jQuery] Re: data is posted only once

2009-03-24 Thread Steven Yang
how about try setting cache:false?

[jQuery] Re: tablesorter - Force Null / Empty Cells to the Bottom?

2009-03-24 Thread MorningZ
Not the prettiest code i've ever written, but: 1) It works :-) 2) Didn't touch one single character in tablesorter.js http://paste.pocoo.org/show/109306/ (Make sure you are viewing it in Firefox with FireBug going, or comment out the console.log-s and set Tablesorter's option of debug to

[jQuery] Re: With IE8 out, how do you test for IE6?

2009-03-24 Thread KathyW
On Mar 24, 2:09 pm, Jeffrey Kretz jeffkr...@hotmail.com wrote: I found Multiple IE to be inaccurate for certain types of CSS and Javascript.   Could you elaborate on what types of CSS and Javascript? I've used VPC for my compatibility testing for some time now and swear by it. I have VPC

[jQuery] Re: Keeping jquery codes up to date - best practise?

2009-03-24 Thread Microbe
Yup, I hear ya all and now understand the issue. Especially Sam's point that upgrading automatically may break a function somewhere. Thanks so much for the replies. Much appreciated. I guess the last question is is there any advantage in linking to the google hosted scripts rather than

[jQuery] Problem with jcarousel ( how to enable multiple columns )

2009-03-24 Thread Sagar Arya
Hi , I have problem related to jcarousel multiple columns. right now there's only one column showing. I need 3 columns to be displayed . Demo site: http://sorgalla.com/projects/jcarousel/examples/static_vertical.html... How do i add one more column to display the pictures. ? Can anyone help

[jQuery] Re: tablesorter - Force Null / Empty Cells to the Bottom?

2009-03-24 Thread aquaone
impressive but has some flaws (large numbers, sorting w/o clicking headers, etc). not a complete fix but definitely a 95+% solution -- neat! aquaone On Tue, Mar 24, 2009 at 00:00, MorningZ morni...@gmail.com wrote: Not the prettiest code i've ever written, but: 1) It works :-) 2) Didn't

[jQuery] Re: [JQuery][Validate][Metadata] Custom error message.

2009-03-24 Thread Jörn Zaefferer
Try this: INPUT TYPE=CHECKBOX id=suffix_{0} NAME=suffix[] value={1} validate=required:true,minlength:2, messages: { required:'required message', minlength: 'minlength message' } Jörn On Mon, Mar 23, 2009 at 9:14 PM, Korro sirko...@gmail.com wrote: Hello. I have code like this: INPUT

[jQuery] access :hover css properties of an element via jquery

2009-03-24 Thread Alexandre Plennevaux
hello! imagine i style the :hover pseudo-class of an element via css: .myitem{ background-color:green; } .myitem:hover{ background-color:red } Is it possible to retrieve the background-color property of the elemnent's :hover class via jquery? i tried the obvious : http://jsbin.com/idudi/edit

[jQuery] jBind With FireFox

2009-03-24 Thread .Nil
Hi, I'm using JBind in my project. I have defined the template and binding data to it by using BindTo() method. This solution works very fine with Internet Explorer, but when it comes to Firefox and safari it fails Can somebody tell me how to get out this issue? We need to have firefox

[jQuery] Deleting an entire tr

2009-03-24 Thread lionel28
Hello, I am trying to remove an entire tr row. Please, someone help me. This is what I use # $(document).ready(function() { $('a.delete').click(function(e) { e.preventDefault(); var parent = $(this).parent('td').parent('tr'); $.ajax({

[jQuery] change video width while playing

2009-03-24 Thread kakkalo
is there anyway to change width of a embeded video with javascript so that user can click a button and the video will be bigger but it won't start from beginning. it is like veoh website where you can click a large button and the video will enlarge. Please help me out here. thank you

[jQuery] Re: Executing javascript that comes inside an AJAX response

2009-03-24 Thread Amit Shah
it's not working. well eval(responseText); don't works. cells = divResult.getElementsByTagName(script); alert(cells.length); for (var i = 0; i cells.length; i++) { alert(cells[i].innerHTML);

[jQuery] [Superfish] - Issue happened in IE 7 when integrated Superfish menu into Liferay

2009-03-24 Thread hoanganhi...@gmail.com
Dear, I've integrated Superfish menu into Liferay.it run ok in Firefox but occur an issue when I run on IE 7. I enclose my demo of issue http://www.5giay.vn/picture.php?albumid=3911pictureid=22491 Anyone can help me solve this issue? Thanks in advance Best regard.

[jQuery] Re: Validate plugin not working

2009-03-24 Thread jdobs...@gmail.com
Perhaps it says somewhere in the doc that the name attribute is required but I sure as hell couldn't find it. Anyway try adding the name attribute with the same value as your id attribute for each form element. You should be relieved by what you find ;) On Mar 23, 3:29 pm, Brendon Gleeson

[jQuery] jcarousel display problem

2009-03-24 Thread projekt360
hi, i'm new here and i'm new using javascript and jquery. I hope you can help me. I'm trying to build a webpage with the following 3 jquery components: - jQuery Accordion Menu (http://www.michaeljacobdavis.com/tutorials/ statesavingaccordion.html) - jCarousel (http://sorgalla.com/jcarousel/) -

[jQuery] Re: jQuery Validation Plugin ASP.NET

2009-03-24 Thread jdobs...@gmail.com
Zach, Try adding rules via the Validate method like so: $(document).ready(function() { $(#aspnetForm).validate({ rules: { TitleField: { minlength: 2 } } }); }); This worked

[jQuery] Reusing script

2009-03-24 Thread phelyer
Hi, I am using JQuery to show and hide sections of text within my page. The page has 10 sections of thext and 10 links. I want to initially hide all 10 sections of text, and then show section 3 when the link for section 3 is clicked, but make sure any previously shown sections are then hidden.

[jQuery] Re: Make jeditable select show the option's text instead of value

2009-03-24 Thread gringo
I have the same problem. I have this: $(.category .jeditable, el).editable(submit_edited_data, { data: {'1':'blue', '2':'red', '3':'green'}, type: 'select', submit: ok }); The selects options are displayed correctly when I click on the editable area but when I select something

[jQuery] Opacity Distortion in Internet Explorer after fadeOut, fadeIn

2009-03-24 Thread Prof. No Time
Please kindly assist me in solving this. After I apply a fadeOut in Internet Explorer, when I fadeIn again, the item has lesser opacity and this doesn't look good. How do I solve this please. (I use I.E. 7 and most of the clients I program for use I.E. 6)

[jQuery] Re: data is posted only once

2009-03-24 Thread Balázs Buri
no, didnt solve it. :( I uploaded it, so u can see it and get a closer look. http://193.6.52.132/ajaxsender/ 2009/3/24 Steven Yang kenshin...@gmail.com how about try setting cache:false?

[jQuery] Re: Very slow find

2009-03-24 Thread Martin Tiršel
I need to hold some things in memory for later use, so pure html is not ideal. I will try JSON, if it will be under 5-7 seconds for 500 items, it should be ok. Thanks On Tue, 24 Mar 2009 06:01:33 +0100, Michael Geary m...@mg.to wrote: If you are free to change the XML format, are you

[jQuery] Re: tablesorter - Force Null / Empty Cells to the Bottom?

2009-03-24 Thread MorningZ
Never said it was a ready for production with a zillion rows... just call it a proof of concept that tablesorter is *very* flexible, in fact I would call it the most flexible plugin I've seen in the 15 months or so i've been into jQuery.. given more time, and the need for me to use it, that

[jQuery] A question About jQuery

2009-03-24 Thread Alaa
Hi, I am doing a master thesis about Javascript ajax frameworks, and I have a question about jQuery framework, and need your answer please. As I read, jQuery is not a new creation, but it is a new implementation of existing frameworks like Prototype and Moo.fx. is that true? if yes, Prototype

[jQuery] Alert on click of class alerts n amount of times (n = amount of same class in doc).

2009-03-24 Thread markskilb...@googlemail.com
I'm listening to some generated elements in an iframe. These elements are given the class 'wp_sl'. I need to, when an element with this class is clicked, do some work with it. However, say I have generated 3 elements with the class 'wp_sl': el_1, el_2, el_3 Using the code below, if

[jQuery] $(document).ready and Firefox 3

2009-03-24 Thread chrsan
Hi! We've just started to use jQuery in a project where we use it to load an external plugin based on what kind of browser the user is on. When loading the plugin we insert object-tags via JavaScript etc. Everything is working as expected regarding the loading and usage of the plugin except for

[jQuery] Re: Bug on line 184

2009-03-24 Thread ddorothy
I forgot to mention that this is the autocomplete found here: http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ On Mar 23, 4:18 pm, ddorothy didoro...@gmail.com wrote: We discovered that when the auto complete values contain commas and you are not using the multiple input mode,

[jQuery] Re: Suggestion on solution for array to new html content

2009-03-24 Thread sliver
Thanks for the response mkmanning! So far that is similar to the solution I am using (with a small change of using html() instead of append() for the main div and no need for appendTo() since the main div is already part of the DOM). I was just wondering if there was an obvious shortcut with

[jQuery] Re: [JQuery][Validate][Metadata] Custom error message.

2009-03-24 Thread Korro
Thanks, but after pasting Yours code, I get missing ) in parenthetical error. Do You have any idea how to solve it? Thanks.

[jQuery] Re: Validation plugin: combine functions with strings on remote error

2009-03-24 Thread Andy Matthews
Woohoo! That was easy enough. Thanks a ton for this amazing plugin. I'm sad that this is the first time I've used it. _ From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Jörn Zaefferer Sent: Monday, March 23, 2009 5:34 PM To: jquery-en@googlegroups.com

[jQuery] Re: Alert on click of class alerts n amount of times (n = amount of same class in doc).

2009-03-24 Thread MorningZ
You're probably rebinding that event multiple times try jQuery('.wp_sl', my_frame).unbind().click( function() { alert (hi) }); markskilb...@googlemail.com wrote: I'm listening to some generated elements in an iframe. These elements are given the class 'wp_sl'. I need to, when an element

[jQuery] ie6 scrollbar

2009-03-24 Thread weidc
hi, i got some kind of pop-up banner which animates in the screen after the page loaded. if you scroll up or down it will animate back on the position it has to be. if you click on close it moves out of the screen. well actually i just animate the height of it so it doesn't really move out or

[jQuery] General question regarding speed

2009-03-24 Thread finco
I am trying to figure the best way to maximize performance with data returned from ASP pages. Option one - return data in an HTML table. Let the host page's css format the table. Option two - return json data from the asp page and let the browser drop the data into a table and still let the

[jQuery] Newbie Question: get id from A tag

2009-03-24 Thread Jesse
Hello, I am not good at js. I want to get the id from A tag. E.g. a href=/comment.php class=clickme id=1234link/a I need the value 1234 from the code above, but dont know how to do it. Please help. Thanks.

[jQuery] Google Calendar-style table cell selection

2009-03-24 Thread Gijs Nijholt
Hello, I'm looking to mimick the row-selection technique used by Google in the week-view of their Calendaring app. It's not my goal to replicate it, I just want to do the date selection in a similar way. After studying the calendar with Firebug, I noticed that they seem to use a HTML table,

[jQuery] Array of Check Boxes

2009-03-24 Thread el.Deuce
I'm not exactly sure the best way of asking this, so please let me know if I need to expand. I have a LARGE form. The form is broken up into a bunch of pieces. Basically, the user comes to the site and gets about 26 check boxes. They can check 1 box or all 26. Depending on how many boxes are

[jQuery] Re: A question About jQuery

2009-03-24 Thread Karl Swedberg
Although I don't wish to speak for John Resig, my understanding is that jQuery was inspired by Prototype and Moo.fx, but it's not simply a new implementation of them. IIRC, John initially used Moo.fx as a base, refactoring it along the way, but even in its earliest iterations, the effects

[jQuery] Re: Newbie Question: get id from A tag

2009-03-24 Thread weidc
$(.clickme).attr(id); On 24 Mrz., 14:03, Jesse cdrp...@gmail.com wrote: Hello, I am not good at js. I want to get the id from A tag. E.g. a href=/comment.php class=clickme id=1234link/a I need the value 1234 from the code above, but dont know how to do it. Please help. Thanks.

[jQuery] Re: Jquery Media plugin - fails in ie

2009-03-24 Thread bozlite
Thanks for that, Steve. Unfortunately it's no good. I'll keep looking! Matthew On Mar 23, 4:24 pm, Steve s...@quinn.com wrote: Hi Matthew, I had a similar problem and M. Alsup suggested I download an older version of the JW FLV (v3.8; current version is v4.3) player and the error (object

[jQuery] Re: Validation plugin: combine functions with strings on remote error

2009-03-24 Thread Andy Matthews
Okay... Another question. I'm having an odd issue with the message area of the plugin, specifically with remote methods. When the remove method fires, as in my original post. The problem is that I want to do some additional error display when the error fires. Problem is that the message key

[jQuery] Re: Alert on click of class alerts n amount of times (n = amount of same class in doc).

2009-03-24 Thread mkmanning
Can you give a little more detail on the markup? Is there a chance those elements are nested inside each other? On Mar 24, 6:16 am, MorningZ morni...@gmail.com wrote: You're probably rebinding that event multiple times try jQuery('.wp_sl', my_frame).unbind().click( function() { alert (hi)

[jQuery] Re: Reusing script

2009-03-24 Thread weidc
what are these classes? a tags? is there a div or something around all of them? i would do it like so: lets say they got a parent div class=whatever $(.whatever).children().click(function(){ $(.whatever).children().addClass('hiddenstep'); $(this).removeClass('hiddenstep'); }); well this

[jQuery] Re: Executing javascript that comes inside an AJAX response

2009-03-24 Thread mkmanning
If you're going to use jQuery, you have to be careful about writing code that then doesn't use jQuery. In this case, you're ajax call would have worked fine, if you had stuck with injecting the response into the DOM with jQuery, as it automatically evals scripts in a response with dataType of

[jQuery] updating content (adding new items)

2009-03-24 Thread introvert
Hello. I have a simple twitter shoutbox on my website that I would like to refresh with jquery each X seconds. At the moment I use the following code which will hide the block, load new and show it: function getTweets() { $(#twitts).fadeOut(fast); $(#twitts).load(last-10-twitts.php, '',

[jQuery] Half star rating plugin query | looking curvalue:3.5 to show 3 and half stars by default

2009-03-24 Thread Arif
Hi All, Just a quick question related to Ritesh star plugin which suits our need. Can we have curvalue:3.5 to show 3 and half stars out of 5 in rating ('', {maxvalue:5, curvalue:3.5}); Just wanted to show half star instead of increment value, which we have right now in this plugin. Not

[jQuery] New jQuery DomBuilder with Chain Functionality and JSON Style

2009-03-24 Thread Eric Garside
I just released a first milestone of HSJN, the Html Snippet Javascript Notation system for storing HTML snippets in a JSON-esque format. The parser is a straightforward jQuery DOM Builder, with support for custom attributes, styles, and neatest of all, jQuery chains. (Yup, you can put jQuery

[jQuery] Re: Newbie Question: get id from A tag

2009-03-24 Thread Jesse
ok, got it. thanx weidc, On Mar 24, 9:44 pm, weidc mueller.juli...@googlemail.com wrote: $(.clickme).attr(id); On 24 Mrz., 14:03, Jesse cdrp...@gmail.com wrote: Hello, I am not good at js. I want to get the id from A tag. E.g. a href=/comment.php class=clickme id=1234link/a I need

[jQuery] Re: Validation plugin: combine functions with strings on remote error

2009-03-24 Thread Jörn Zaefferer
You shouldn't then use the message-callback for this functionality. Take a look at the highlight-option instead. Jörn On Tue, Mar 24, 2009 at 3:35 PM, Andy Matthews li...@commadelimited.com wrote: Okay... Another question. I'm having an odd issue with the message area of the plugin,

[jQuery] Re: Changing the ID of a cloned table row

2009-03-24 Thread rivkadr
The add table row is being added with: pa href=# onclick=addTableRow('#table-1'); return false;Add New/a/p No, your code does not work for me. It's exactly the same as the code I've been trying since last night, so no offense -- why would it work? ;) My problem here is that the id is not

[jQuery] Re: Reusing script

2009-03-24 Thread Thomas
I would add one common class to to all your .step1, ..., .step10 elements in your mark-up, and then do this: // say the common class is step $(document).ready(function() { var $steps = $('.step'); $steps .addClass('hiddenStep') .click( function() {

[jQuery] Re: Wouldn't inArray() be more intuitive if called arrayPosition()?

2009-03-24 Thread benjamw
Yeah, I agree with Mike521, if I were to stumble onto that function without any related documentation, I would assume it to return a boolean value as well. While I agree with the kill two birds with one stone argument against changing the actual function, indexOf seems to be a more intuitive

[jQuery] Re: Wouldn't inArray() be more intuitive if called arrayPosition()?

2009-03-24 Thread Eric Garside
Yea, the backwards compatibility is really the major issue with making a basically cosmetic change. On Mar 24, 12:04 pm, benjamw benjamwel...@gmail.com wrote: Yeah, I agree with Mike521, if I were to stumble onto that function without any related documentation, I would assume it to return a

[jQuery] Jbind/JQuery With Safari browser

2009-03-24 Thread .Nil
Hi, I have an Aspx page in which I'm using JQuery. I'm perticularly using jBind plug in of JQuery for binding data to the template. I have 4 divs in to my solution. Out of 4, 2 Divs are bound to templates and rendered as per the template. This solution works very fine with IE 7.0 and Firefox,

[jQuery] Re: Validate plugin not working

2009-03-24 Thread Brendon G.
I had a eureka moment last night, when i stumbled into that solution.. didn't see any mention of it in the docs though..

[jQuery] Re: Changing the ID of a cloned table row

2009-03-24 Thread Karl Swedberg
On Mar 24, 2009, at 11:44 AM, rivkadr wrote: The add table row is being added with: pa href=# onclick=addTableRow('#table-1'); return false;Add New/a/p ok. No, your code does not work for me. It's exactly the same as the code I've been trying since last night, so no offense -- why would

[jQuery] Re: Validate plugin not working

2009-03-24 Thread Jörn Zaefferer
I've added anothe paragraph: http://docs.jquery.com/Plugins/Validation/Reference#Markup_recommendations Also, when you enable the debug-option, a warning is logged for every input that doesn't have a name-attribute. Jörn On Tue, Mar 24, 2009 at 5:56 PM, Brendon G. brendon.glee...@gmail.com

[jQuery] Re: Validation plugin: combine functions with strings on remote error

2009-03-24 Thread Andy Matthews
Man, you thought of everything. Thank you. -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Jörn Zaefferer Sent: Tuesday, March 24, 2009 10:42 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Validation plugin: combine functions

[jQuery] Re: Very slow find

2009-03-24 Thread Michael Geary
From: Martin Tiršel I need to hold some things in memory for later use, so pure html is not ideal. I will try JSON, if it will be under 5-7 seconds for 500 items, it should be ok. In fact, you can get it much faster than that, even in IE. Let's assume your JSON data is an exact mirror of

[jQuery] Convert js to jquery

2009-03-24 Thread mdjamal
Hi, I am trying to convert the below js code to jQuery format, since I am using jQuery for my site. Posted below the code, your help is appreciated. http://woork.blogspot.com/2008/01/tabbed-search-bar-using-css-and.html

[jQuery] Re: Wouldn't inArray() be more intuitive if called arrayPosition()?

2009-03-24 Thread Vincent Robert
Or the name could be changed for jQuery 1.4 and a plugin provided for the compatibility with 1.3 code. It has been the jQuery policy for some time now. On Mar 24, 5:25 pm, Eric Garside gars...@gmail.com wrote: Yea, the backwards compatibility is really the major issue with making a basically

[jQuery] Re: General question regarding speed

2009-03-24 Thread James
I assume you're talking about returning data via AJAX? Returning HTML is probably the fastest if all you're doing is just inserting the HTML into the DOM. However, returning JSON gives you a lot more flexibility if you actually want to do something with the returned data, such as client- side

[jQuery] Re: Changing the ID of a cloned table row

2009-03-24 Thread Eric Garside
Do you have a live example of the code? Karl's stuff works fine for me, so I suspect it has something to do with other scripts on your page. On Mar 24, 12:56 pm, Karl Swedberg k...@englishrules.com wrote: On Mar 24, 2009, at 11:44 AM, rivkadr wrote: The add table row is being added with:

[jQuery] Re: General question regarding speed

2009-03-24 Thread James
Additionally, since you said its for your Intranet, you probably wouldn't have much lag so I think speed either way. JSON would probably have less data being transferred, but more overhead on the client-side to process the data. HTML would have more data being transferred, but less processing if

[jQuery] Re: Keeping jquery codes up to date - best practise?

2009-03-24 Thread James
I think the idea is that if many sites used the Google hosted script, and your visitor happened to visit one of them, it's probably already in their browser cache, so your site will have one less file to load. Google has servers all over the world, so it's unlikely the service will be down, but

[jQuery] modify pagination plugin to support ability to input page

2009-03-24 Thread claudes
I need a paginator similar to pagination for tablesorter or jqGrid where a user can input the page number they want to view. Issue is that the data is not in a table, so I cannot use these plugins. Ideally I'm wondering if anyone has found a way to modify the pagination plugin

[jQuery] Re: data is posted only once

2009-03-24 Thread James
It seems that when you click a link, it's re-adding all the page links again. When you bind the click to the page links initially, and you remove them, the new links will not inherit the click event. You'll have to re-bind the click events again, or better yet, use jQuery's live() function in

[jQuery] Re: data is posted only once

2009-03-24 Thread Balázs Buri
:) thanks. it works just fine. 2009/3/24 James james.gp@gmail.com It seems that when you click a link, it's re-adding all the page links again. When you bind the click to the page links initially, and you remove them, the new links will not inherit the click event. You'll have to

[jQuery] Re: modify pagination plugin to support ability to input page

2009-03-24 Thread Eric Garside
Claudes, I put together a pretty straightforward little Pagination plugin. I don't have a download package or documentation up yet, but you can fetch the jquery.pagination.js plugin from here: svn checkout http://jquery-curator.googlecode.com/svn/trunk/ jquery- curator-read-only var paginators

[jQuery] cluetip plugin issues

2009-03-24 Thread Adam
I am trying to use the cluetip plugin to no avail. Instead of the cluetip coming up, I am taken to the website URL like a normal link. I am using this within the Liferay portal and am using the livequery plugin. I've tried this with ajaxCache set to false and true. The cluetip code is getting

[jQuery] Re: General question regarding speed

2009-03-24 Thread finco
Thanks for your thoughts. I have datasets of varying sizes from a few rows to several thousand. I do appreciate the flexibility that returning json gives me on the client side although I've done lots of server side manipulation in the past. Intuitively, this seems to mix apples and oranges

[jQuery] Re: Keeping jquery codes up to date - best practise?

2009-03-24 Thread MorningZ
To build on James reply Using more CDNs allow your user's browser to download more simultaneously http://developer.yahoo.com/performance/rules.html#cdn On Mar 24, 2:33 pm, James james.gp@gmail.com wrote: I think the idea is that if many sites used the Google hosted script, and your

[jQuery] Re: Rotating CSS classes each 5 sec

2009-03-24 Thread Alexandru Dinulescu
Hey guys. Thanks for all your help, i am not very proeficient in Javascript (jQuery) and i really appreciate you taking your time to explain stuff. I found it very useful. Best Regards AlexD --- Alexandru Dinulescu Web Developer (X)HTML/CSS Specialist Expert Guarantee Certified

[jQuery] Re: Very slow find

2009-03-24 Thread Martin Tiršel
Thanks very much, this way it takes 2 seconds (with load and rendering), what is better I was expecting On this project, I totally ignore IE (I am using some newer technologies available only in normal browsers), it is not a common website but a web-based application for a specific

[jQuery] Need public JavaScript resource for a $.getScript() request.

2009-03-24 Thread Maujor
I am experimenting $.getScript() jQuery function. There are tons of JSON public API's but I need find a public JavaScript script. I seached Google sure, but scripts found have their own request codes. I need see that function in action and I want developer my own jQuery request. Does anyone can

[jQuery] Dynamic update div tag; javascript fails for complex data

2009-03-24 Thread Ramyak
Hello, Need help. I want to dynamically update the contents of my div tag. Therefore I used jquery and the code is as follows $data= 'welcome to this page'; $(#element1).html($data); This code works perfectly fine for simple data. But for complex data say, $data = 'Hey welcome to webpage,

[jQuery] jQuery Success on form submit not working?

2009-03-24 Thread clee109
Hi all - I cannot seem to get this success piece to work, the script will go through and validate each field of my contact form and prompt the user to enter in required data etc... Hit the submit button and I get my email notification however; the success function does not display. Anyone know

[jQuery] JQuery

2009-03-24 Thread vivekkumard...@gmail.com
jQuery (English) jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript. @

[jQuery] 2 Sliders working together.

2009-03-24 Thread commarts
Friends, I have two sliders on the page. One at the top right, and one at the bottom right. I would like for them to work together. When one slider opens the other one closes. http://sucro.se/red7e/BE/ Any ideas? Daniel

[jQuery] Cycle plugin questions

2009-03-24 Thread Carl Meyer
Hey all, Using the (awesome) Cycle plugin all over the place, and I have a question: in the uncompressed code file [1], a comment says that the second argument to .cycle() can be the name of an fx (only used in conjunction with a numeric value for 'options'). I've tried this (to trigger a

[jQuery] 2 Sliders working together.

2009-03-24 Thread Commarts
Friends, I have two sliders on the page. One at the top right, and one at the bottom right. I would like for them to work together. When one slider opens the other one closes. http://sucro.se/red7e/BE/ Any ideas? Daniel -- View this message in context:

[jQuery] Superfish Not working

2009-03-24 Thread Cory
I am using Epic as my template and can not get superfish to work. It keeps pulling a Dark Blue lettering for the menu items and some of them are white. I need help as I have beta testers checking the site and this is the only problem I am having. I am scheduled to launch the site April 1st.

[jQuery] superfish bg images - almost there!

2009-03-24 Thread durill
hello, first off, amazing! thank you for your great work. 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 the superfish menu on the Discounts link so that is the

[jQuery] Superfish: automatically expand 3rd-level menu?

2009-03-24 Thread Jon-Visionmark
I have a 3-level menu using JQuery-Superfish. I would like to hover over the top-level menu item and have BOTH the 2nd and 3rd-level menus open automatically. Any ideas?

[jQuery] Cross-browser inline style injection in DOM

2009-03-24 Thread xPheRe
Hello all jQuery people. This is my first post in this list but I hope I can make sense with my question. Currently I'm developing some web applications for internal use, porting some old ones. I'd love the jQuery-way to do asynchronous requests, so I developed a plugin similar to Pimentech

[jQuery] creating search page with click for more results.

2009-03-24 Thread iskills
OK - let me please preface this by the fact that I am now 12 hours into jQuery, with a pretty basic Javascript understanding, and years of PHP work. I could not find the answer to my questions, mostly because I don't exactly know how to frame them! I am creating a search with expandable

[jQuery] jQuery validation and captcha

2009-03-24 Thread Mr J
dear all, i'm working with jQuery validation to validate the fields in a form. in this form i have also the captcha (the check is verified through ajax). check the code below: jQuery.validator.addMethod(Captcha, function(value, element) { jQuery.get(/captcha.asp?validateCaptchaCode= + jQuery

[jQuery] Multiple lists that should only show x amount of items until you expand them

2009-03-24 Thread Jens Bengtsson
OK, this is what I have. Multiple lists that I can collapse and expand. What I want is for them to only show x amount of items until I expand them. Say x = 2 In Section A the following would be shown Link A-A Link A-B In Section B the following would be shown Link B-A Link B-B etc. And

[jQuery] Superfish: automatically expand 3rd-level menu?

2009-03-24 Thread Jon-Visionmark
Hello, I have a 3-level menu using Superfish. I would like to hover over the top-level menu item and have BOTH the 2nd and 3rd-level menus open automatically. Any ideas? Thanks in advance! Jon

[jQuery] jQuery validation and captcha in a form

2009-03-24 Thread Mr J
dear all, i'm trying to implement the captcha in a form where i'm using jquery validation and also custom validation methods. this is the code i have so far: jQuery.validator.addMethod(Captcha, Function(value, element) { jQuery.get(/functions/app/CaptchaAjax/captcha.asp?

[jQuery] Delay function to wait for post

2009-03-24 Thread aeg1s
I have the following code: $('#r_0_0').blur(function() { var x = $('#r_0_0').val(); var y=#d_0; $(y).empty(); $.get(apps/P5001/call/LineItems.lasso?LITM= + x + Line= + 'r_0_0' + TEST= + y,function(data2){ $(y).empty(); $(y).append(data2); },html); $('#addnew').click(); }); The

[jQuery] jQuery Tutorial

2009-03-24 Thread starshine531
I'm just getting to know jQuery. The basic tutorial (http:// docs.jquery.com/Tutorials:How_jQuery_Works ) fails to mention that $ is used as a shortcut for jQuery. Things would have made much more sense the first time I read through it if this had been mentioned. I'm used to $ preceding a

[jQuery] dragable + sortable: modify cloned dragables on drop

2009-03-24 Thread omgy
I am kinda confused, and stranded. If i create dragables with clones and drag them into a connected sortable i can't find a way to get/interact with the objects clone. dragable: stop: function(event, ui) { ...} nothing in ui points at the clone.. sortable however doesn't seem to offer a

[jQuery] Wrapping p siblings following h1 in divs

2009-03-24 Thread Claes
Hi, I am new to jQuery, and it seems the very first thing I try to do gives me problems. However, probably I am missing something so let me ask you if you can hint me on the best way to accomplish this. I want to transform a document with a flat structure like this h1Heading 1/h1 pParagraph

[jQuery] Two Sliders on Page :: 1 closes when the other opens

2009-03-24 Thread commarts
Friends, I have two sliders on the page. One at the top right, and one at the bottom right. I would like for them to work together. When one slider opens the other one closes. Daniel

[jQuery] Re: Delay function to wait for post

2009-03-24 Thread James
Add the {async:false} option to your $.get. This tells JavaScript to wait for the response before continuing with the rest of the script. By default, AJAX is asynchronous. On Mar 24, 4:13 am, aeg1s aeg1s1...@gmail.com wrote: I have the following code: $('#r_0_0').blur(function() {  var x =

[jQuery] Ticket: [1738-1124031702]

2009-03-24 Thread InfiniteSkills Support Center
This message is to notify you that your ticket has been submitted. Ticket ID: 1738-1124031702 Message: -- Hello, Need help. I want to dynamically update the contents of my div tag. Therefore I used jquery and the code is as follows $data= 'welcome to this

[jQuery] Ticket: [1739-8724031714]

2009-03-24 Thread InfiniteSkills Support Center
This message is to notify you that your ticket has been submitted. Ticket ID: 1739-8724031714 Message: -- Friends, I have two sliders on the page. One at the top right, and one at the bottom right. I would like for them to work together. When one slider opens

[jQuery] Ticket: [1741-5224031715]

2009-03-24 Thread InfiniteSkills Support Center
This message is to notify you that your ticket has been submitted. Ticket ID: 1741-5224031715 Message: -- Hi all - I cannot seem to get this success piece to work, the script will go through and validate each field of my contact form and prompt the user to

[jQuery] Ticket: [1740-3424031715]

2009-03-24 Thread InfiniteSkills Support Center
This message is to notify you that your ticket has been submitted. Ticket ID: 1740-3424031715 Message: -- jQuery (English) jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add

[jQuery] Ticket: [1742-3924031723]

2009-03-24 Thread InfiniteSkills Support Center
This message is to notify you that your ticket has been submitted. Ticket ID: 1742-3924031723 Message: -- Hey all, Using the (awesome) Cycle plugin all over the place, and I have a question: in the uncompressed code file [1], a comment says that the second

[jQuery] Ticket: [1745-7924031743]

2009-03-24 Thread InfiniteSkills Support Center
This message is to notify you that your ticket has been submitted. Ticket ID: 1745-7924031743 Message: -- I am using Epic as my template and can not get superfish to work. It keeps pulling a Dark Blue lettering for the menu items and some of them are white. I

  1   2   >