[jQuery] Re: editable grid?

2008-05-13 Thread Kaare Rasmussen
Think I'm out of luck here, but I'm looking for a grid system that has bells and whistles similar to flexigrid (http://webplicity.net/flexigrid/), but with the ability to edit the cell contents. Some cells would be simple text, while others would need to be look up lists (select tags are

[jQuery] Re: Sending datastring using $.ajax with 'invalid characters'

2008-05-13 Thread Richard W
For anyone else who had a similar issue, here is my solution: Took a look at the jQuery serialize function, found my way to param function, and found the best method to encode or escape a datastring to be sent via ajax is to use encodeURIComponent(string).replace(/%20/ g, +); peace On May 7,

[jQuery] Re: how i can access classes in my div?

2008-05-13 Thread andrea varnier
On 13 Mag, 01:35, Luciano [EMAIL PROTECTED] wrote: how i can access classes in my div? div id=box1 class=box bloc-topcontent top/bloc-top bloc-centercontent slideToggle/bloc-center /div div id=box2 class=box bloc-topcontent top/bloc-top bloc-centercontent

[jQuery] Basic Selectors Question

2008-05-13 Thread PaulF
Hi, I have what I think is probablt a pretty easy question, but I have tried numerous selctors without getting the correct id. I have a form which is dynamically generating form fields and tables all over the place. I need to pull an ID of the last table inside of a particular td. I have

[jQuery] Problem with superfish

2008-05-13 Thread Nancy
Hello, I'm french and I will try to explain my problem in english. So, sorry for mistakes. I can't give you an url because the website is not online. There is an horizontal menu, and on mousehover a submenu appears under. When I go on a page, I want the submenu stay visible, not hidden, and the

[jQuery] JQuery animate wont work on Opera 9

2008-05-13 Thread Shabith Ishan
hi! Im new to jquery and my issue is jquery animate wont work in opera 9. However its working perfectly on FF and Safari. here is the code, function ajaxpost() { var errors = MM_validateForm('txtName','','R','txtEmail','','RisEmail'); if(errors) { //alert( 'The

[jQuery] In liferay when using jquery tab it renders the whole page

2008-05-13 Thread sankar
Hi, I try to use jquery in liferay portlet through spring web-flow action. It renders the whole page inside the tab instead of the particular jsp content. How shall I solve this problem. Please help me Thanks in advance The code is %@ taglib prefix=portlet uri=http://java.sun.com/portlet%

[jQuery] Re: Syntax question regarding value of currrent element being clicked.

2008-05-13 Thread Eric Ongerth
Do you understand why? It's not the event that has the value that you wish to submit. What has the needed value is the object whose onchange callback is currently being executed. And since we're in that callback at the moment, it just so happens that the identifier this refers to the

[jQuery] Re: Encoding image upload through ajax POST

2008-05-13 Thread Quinode
On 13 mai, 05:44, Karl Rudd [EMAIL PROTECTED] wrote: You can't actually do file upload via AJAX, it's a security feature, it can be faked though. this plugin works too : http://www.phpletter.com/Demo/AjaxFileUpload-Demo/

[jQuery] [Job] CSS/jQuery/HTML Perfectionist

2008-05-13 Thread Gavin M. Roy
Turn bloated pages with too much markup into minimalist art Enhance javascript apps turning them into awe inspiring jQuery code Contort CSS into flowing sheets of elegant simplicity Prototype applications composing an amazing amalgamation of these areas Define the standards for doing such things

[jQuery] Re: Superfish Plugin - transparency

2008-05-13 Thread Iulian Anghel
Hello, Very useful plug in btw. My JS knowledge is about zero, so I tried to create some transparency by adding to the CSS the following .nav li li { opacity: 0.9; -moz-opacity: 0.9; filter: alpha(opacity=90); } This works entirely in FF but only the second level works

[jQuery] [autocomplete] Dealing with Charsets

2008-05-13 Thread meilon
Hello! I like jQuery + autocomplete very much, but I have to deal with umlauts and this stuff. The problem is that the webserver (IIS + PHP) is queried with %C3%BC instead of %FC for the ü. I don't know if that is a problem with jQuery or autocomplete or some settings on my server. If you have

[jQuery] In liferay when using jquery tab it renders the whole page

2008-05-13 Thread sankar
Hi, I try to use jquery in liferay portlet through spring web-flow action. It renders the whole page inside the tab instead of the particular jsp content. How shall I solve this problem. Please help me Thanks in advance The code is %@ taglib prefix=portlet uri=http://java.sun.com/portlet%

[jQuery] Resizables and proxy class

2008-05-13 Thread Javier Martínez
I'm working with resizable plugin and I see on documentation (http://docs.jquery.com/UI/Resizables/resizable) that there is one option proxy that will add the specified className to the proxy element. Whatever I set on the options is avoided, because resizable always attach a proxy css

[jQuery] Re: how can a landing page verify that the user has logged in?

2008-05-13 Thread Eric Ongerth
Typical behavior is for the username and password to be sent to the server for verification. What you do to accomplish this on the server side is a matter of what web development framework you are using... Ruby on Rails, for example, or Django, or a zillion other options... or something you

[jQuery] [autocomplete] Dealing with Charsets

2008-05-13 Thread meilon
Hello! I like jQuery + autocomplete very much, but I have to deal with umlauts and this stuff. The problem is that the webserver (IIS + PHP) is queried with %C3%BC instead of %FC for the ü. I don't know if that is a problem with jQuery or autocomplete or some settings on my server. If you have

[jQuery] Re: drag drop post to db

2008-05-13 Thread Eric Ongerth
Answering would be easier if you could follow the convention of posting your question in the form of a question. On May 11, 11:43 pm, teazer [EMAIL PROTECTED] wrote: After way too many hours wasted, I find I have to ask for help. I am a coldFusion programmer and a neophyte at jquery. I am

[jQuery] animate wont work on Opera 9

2008-05-13 Thread Shabith Ishan
hi! Im new to JQuery and my issue is animate is not working in opera. here is the code, function ajaxpost() { var errors = MM_validateForm('txtName','','R','txtEmail','','RisEmail'); if(errors) { //alert( 'The following error(s) occurred:br /'+errors);

[jQuery] Re: Problem with blockUI plugin

2008-05-13 Thread ashvin
On May 12, 6:10 pm, Mike Alsup [EMAIL PROTECTED] wrote: On May 12, 4:06 pm, Mike Alsup [EMAIL PROTECTED] wrote: I am facing a very weird problem in IE 6.0 as the $.unblockUI() function is NOT removing the created page block. I have searched for solution but have not find any

[jQuery] Re: JQ Comments and Bug help

2008-05-13 Thread Eric Ongerth
Exactly which jquery files are you using when you get these errors? Which version of jquery and which version of jquery-ui? I had several similar (though not identical) problems with ui.droppable() recently, and the solution involved matching jquery 1.2.4a with jquery-ui 1.5b4. jquery 1.2.3

[jQuery] extending a jmaps Google map

2008-05-13 Thread Quinode
I used jmaps on this page : http://www.fetedupanier.org/fete_du_panier.html JMaps is very robust and the API is great the only problem I have is that I set up this hover effect to make the map grow : - the markers are only showed in the initial map area, they disappear when entering the newly

[jQuery] Re: why is droppable() 's init method trying to read outerWidth() of a div?

2008-05-13 Thread Eric Ongerth
Thank you! On May 11, 7:41 pm, Brandon Aaron [EMAIL PROTECTED] wrote: jQuery UI depends on jQuery 1.2.4a because we are making new updates to jQuery to make sure jQuery UI performs its best. The final version of jQuery UI will also have a final version of jQuery to go along with it. --

[jQuery] Re: find by partial id

2008-05-13 Thread vladv
Thanks all for the reply, $([EMAIL PROTECTED]'lblName']) doesn't work (also tried to replace span with input) How would I use %=lblName.ClientID % in jQuery statement? Thank you again On May 11, 5:39 pm, Armand Datema [EMAIL PROTECTED] wrote: Hi I think you are using aps.net so you could

[jQuery] Re: Problem with blockUI plugin

2008-05-13 Thread Mike Alsup
Mike you are correct in someway but the problem is NOT completely solved. In this new version 2.05 the $.unblockUI() is working fine in IE 6.0 BUT even after the unblock I am not able to interact with the windows elements until I refresh the page. The function $.unblockUI() s removing

[jQuery] Re: [autocomplete] Dealing with Charsets

2008-05-13 Thread Jörn Zaefferer
The issue is most likely caused on the serverside. The browser uses the encoding of the page it got from the server to encode requests. If that isn't configured correctly - UTF-8 is your best bet - its likely to fail. I just tested it locally with umlauts, and it works fine. Jörn On Tue, May

[jQuery] Re: Release: jQuery Validation plugin 1.3

2008-05-13 Thread Alexsandro_xpt
Hi Jörn Zaefferer, I again! I Try like you tell me, but don't work. take a look. $(#fteste).validate({ rules:{ T1:{ required: true, email:true }, S1:{ required: true } }, messages:{ T1: { required: Enter a e-mail!, email: Enter a valid e-mail! }, S1: { required: Provide a btext/b

[jQuery] Re: JQuery animate wont work on Opera 9

2008-05-13 Thread Karl Swedberg
Hi Shabith, I see a few things that might be causing a problem: 1. You add a comma after the last item in each object literal. These commas should be removed (FF is more forgiving of such errors): $('#contactform').animate({

[jQuery] Re: validate a form using jsVal script

2008-05-13 Thread Jörn Zaefferer
Okay, thanks. Fixed! Jörn On Tue, May 13, 2008 at 5:33 AM, JP [EMAIL PROTECTED] wrote: It's also referenced here in the source code of the demo http://docs.jquery.com/Plugins/Validation On May 12, 3:12 pm, JP [EMAIL PROTECTED] wrote: on the bottom of this page

[jQuery] Re: Superfish - modified Richard Willis

2008-05-13 Thread Drew
Joel, It looks like you nailed it. You can see the working menu here: http://secure2.vqcdesigns.com/~hbgrc/ The only other issue I could find is that IE6 disregards the child selectors for the active state on the main tabs, but that's obviously not your doing. I can't thank you enough for

[jQuery] Re: Superfish - modified Richard Willis

2008-05-13 Thread Joel Birch
I'm really happy to hear that we solved this issue and that you are pleased with the end result. I appreciate your offer of a donation, but that's not necessary thanks all the same. Your issue helped to solidify the pathClass feature so it was a good exercise - cheers! Joel Birch.

[jQuery] Re: JSON Serializer

2008-05-13 Thread Richard D. Worth
On Thu, May 8, 2008 at 9:21 AM, KG [EMAIL PROTECTED] wrote: When I call this web service from a $.ajax call I can't get at the values of the json object and i notice in firebug that the response is now : {d:{\City\:\nyc\,\Country\:\usa\,\PostalCode\:null,\State \:null,\Street\:null}}

[jQuery] Re: Problem with superfish

2008-05-13 Thread Joel Birch
Hi Nancy, Have a look at the pathClass feature of Superfish. The link to read is here: http://users.tpg.com.au/j_birch/plugins/superfish/all-horizontal-example/ Superfish does not automatically know which menu item matches the current page so you need to add a class (eg. current) to the correct

[jQuery] Re: extending a jmaps Google map

2008-05-13 Thread Rick Faircloth
I'm getting an error on the page... -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Quinode Sent: Tuesday, May 13, 2008 4:27 AM To: jQuery (English) Subject: [jQuery] extending a jmaps Google map I used jmaps on this page :

[jQuery] [autocomplete] clearing the input field if the user does not select any of the options

2008-05-13 Thread ssmusoke
Hello, How can I clear the input field if the user does not select any of the options. I have tried mustMatch but in IE it seems that the text typed must match the options. Maybe I am not getting it right My options are $(#auto_dropoff_state).autocomplete(dropoff_statecity, { width:

[jQuery] Validation Plugin remote method

2008-05-13 Thread hcvitto
hi i'm trying to do a remote validation on an email field just like the Marketo sign-up form one! I'm not a programmer (don't know json too) and i don't exactly know what to put in my email.php file (which does the actual check). At the moment it just does a normal php check therefore nothin'

[jQuery] Re: animate wont work on Opera 9

2008-05-13 Thread Karl Swedberg
Hi Shabith, You posted this question twice. Please see my answer at the other thread: http://groups.google.com/group/jquery-en/msg/3f3f2c8881580d5a --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On May 13, 2008, at 3:35 AM, Shabith Ishan wrote:

[jQuery] Re: Superfish Plugin - transparency

2008-05-13 Thread Joel Birch
Hi Iulian, IE can only apply one filter to an element at any one time and the code that jQuery uses to fade-in something uses up that one opportunity. Therefore, when you apply filter:(opacity=90); in the CSS problems occur when JS wants to also apply filter to that element. That is my

[jQuery] Re: Problem with refresh Superfish menu plugin Jquery

2008-05-13 Thread Joel Birch
Hello, I'm not the right person to help you with this. I have hardly any experience with Firefox's issues with Flash - my knowledge only extends to previous discussions which you can find by searching this list. Also, another helpful thread is here:

[jQuery] how to implement jcarousel with asp vbscript

2008-05-13 Thread cloudy
hello. i have found abouth tis Jcarousel. but it is quite hard for me to implement this Jcarousel with asp vbscript coz i am newbie in programming , especially Ajax . can u plz give me some guide on how to use it with asp vbscript? i really need help. hope can hear from you all soon. thank you.

[jQuery] Re: Superfish superfish.js + prototype.js + scriptaculous.js

2008-05-13 Thread rui gomes
thanks ;) 2008/5/13 Joel Birch [EMAIL PROTECTED]: I think you are experiencing a library conflict as both jQuery and Prototype both want to use $. By the time you initialise Superfish, the dollar symbol has been hijacked by Prototype and no longer works for jQuery. A quick solution is to

[jQuery] Tabs and forms - Can this be done?

2008-05-13 Thread Renobird
Hello, This may be a rudimentary question - I'm new to Jquery. I'm using UI/Tabs successfully - http://docs.jquery.com/UI/Tabs I have a contact form in one of the tabs...and I'd like the form to get submitted via ajax and return a response from from the server in the same tab. Can this be

[jQuery] Re: How to do a document.getElementById(mytextbo).select() in jquery?

2008-05-13 Thread eric . advincula
Thanks you, I will give this a try On May 12, 7:42 pm, Karl Rudd [EMAIL PROTECTED] wrote: $(#mytextbo)[0].select(); jQuery(selectorString), or the shortcut $(selectorString), always return an array like object. To run the select() on it you have to access one of the raw elements it

[jQuery] Can I use DWR and jQuery together?

2008-05-13 Thread jmDesktop
Kind of new to both, but I am using WebSphere and Java technologies. I have used jQuery for various effects in the past and am familiar with it. DWR, new to me. Can I use both libraries in my web pages? DWR for remoting and jQuery for visual and other effects? Thanks.

[jQuery] Re: how i can access classes in my div?

2008-05-13 Thread canadaduane
I wonder if you're looking for 'filter' instead of 'next'? $('.bloc-top').click(function(){ $(this).filter('.bloc-center').slideToggle('slow'); }); looking at your code, the action is something like this: when the user clicks on a bloc-top element, slide-toggle the next bloc-center

[jQuery] Re: JQuery animate wont work on Opera 9

2008-05-13 Thread Shabith Ishan
hi karl, thank you for your support. it did the trick! thanks again. Shabith Ishan On May 13, 6:01 pm, Karl Swedberg [EMAIL PROTECTED] wrote: Hi Shabith, I see a few things that might be causing a problem: 1. You add a comma after the last item in each object literal. These commas

[jQuery] Re: drag drop post to db

2008-05-13 Thread teazer
Sorry, first ever post to a group. How do I get the following section of my javascript to post and return a result: $(#S1).click(function(e){$.post(scripts.cfm, { coords: e.pageX +','+ e.pageY, strokeNo: '1', dropLocation: '?' });}); S1 is the draggable element (the id of the div, and there

[jQuery] Re: Superfish superfish.js + prototype.js + scriptaculous.js

2008-05-13 Thread Joel Birch
I think you are experiencing a library conflict as both jQuery and Prototype both want to use $. By the time you initialise Superfish, the dollar symbol has been hijacked by Prototype and no longer works for jQuery. A quick solution is to change your initialisation code to this: /* use jQuery

[jQuery] clueTip Plugin - Loading specific DIV ID in external html

2008-05-13 Thread Aaron
I am setting up the clueTip Plugin from http://plugins.learningjquery.com/cluetip/ and i see how you can load an external HTML file but it loads everything in that file. I want to have one html file with several divs in that file and have cluetip plpugin call the file and only load a specific

[jQuery] Re: Can I use DWR and jQuery together?

2008-05-13 Thread mmiller
Sure. If you use the DWR utils.js you will have a collision over the use of the $ variable. But jQuery's noConflict option can get you past this. Additionally, I find that jQuery basically replaces the DWR utils for DOM work. On May 13, 9:01 am, jmDesktop [EMAIL PROTECTED] wrote: Kind of new to

[jQuery] One jcarousel controlling another jcarousel

2008-05-13 Thread sacket
I am wanting to have 2 jcarousel stack on top of each other. The top one will contain thumbnails and the bottom will contain more information about the thumbnal. Is it possible to link the thumbnail to scroll to the correct page on the information jcarousel. I have seen examples on how to have

[jQuery] How to get text content in nested list

2008-05-13 Thread clorentzen
I'm trying to get the text contents of a list item that also contains a nested list -- but only want the text content of the parent li, and not the ul also contained within it. Markup would look something like: ul class=specialList liThe list item text ul lia href=#Sub item

[jQuery] Re: [SITE] ShareThis

2008-05-13 Thread Glen Lipka
Interestingly, they use MooTools for the script itself and jQuery for their public site. I wonder why the difference? Glen On Mon, May 12, 2008 at 2:57 PM, Rey Bango [EMAIL PROTECTED] wrote: ShareThis uses jQuery http://sharethis.com/ Rey...

[jQuery] Re: Basic Selectors Question

2008-05-13 Thread Glen Lipka
I whipped up a demo. http://www.commadot.com/jquery/selectorNestedTable.php Does this work for you? Glen On Mon, May 12, 2008 at 11:55 PM, PaulF [EMAIL PROTECTED] wrote: Hi, I have what I think is probablt a pretty easy question, but I have tried numerous selctors without getting the

[jQuery] Re: [autocomplete] clearing the input field if the user does not select any of the options

2008-05-13 Thread Jörn Zaefferer
mustMatch is exactly the option you should use in this case. Can you provide a testpage? Jörn On Tue, May 13, 2008 at 3:17 PM, ssmusoke [EMAIL PROTECTED] wrote: Hello, How can I clear the input field if the user does not select any of the options. I have tried mustMatch but in IE it

[jQuery] Re: Validation Plugin remote method

2008-05-13 Thread Jörn Zaefferer
You can use the php file provided in the download (within demo/marekto) as a reference to get the parameter and return the result. I can't help you with actually implementing the check, which most likely needs to select something from a database to check if the address already exists. There are

[jQuery] Re: Release: jQuery Validation plugin 1.3

2008-05-13 Thread Jörn Zaefferer
Try this: var validator = $(#fteste).validate({ rules:{ T1:{ required: true, email:true }, S1:{ required: true } }, messages:{ T1: { required: Enter a e-mail!, email: Enter a valid e-mail! }, S1: { required: Provide a btext/b } }, errorPlacement:function(error, element){ error.appendTo(

[jQuery] Re: repeating a block of input texts

2008-05-13 Thread Jörn Zaefferer
Please take a look at this: http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_Ajax_request.3F Think of creating elements on the clientside when loading elements via ajax or similar is mentioned. Jörn On Tue, May 13, 2008 at 2:14 PM, ryo [EMAIL PROTECTED]

[jQuery] Re: extending a jmaps Google map

2008-05-13 Thread Joe
I've worked quite a bit with jMaps, extending it, and with Google Maps overall. I'm not sure what it is you're asking, but the link doesn't work. Joe www.subprint.com On May 13, 3:27 am, Quinode [EMAIL PROTECTED] wrote: I used jmaps on this page :

[jQuery] making a div full screen on top of other

2008-05-13 Thread Armand Datema
Hi I am making a portal layout system with drag drop etc. All of that is done thanks to jquery ui and the demo I got a nice part of it working. Now I want to b able to make a div occupy full screen. Whats is the best way to do this , especiallycross browser ( HIghest z index and max size for

[jQuery] new rotating menu

2008-05-13 Thread Philot
hey I was just on the site recently and saw the new menu on the demos page. I was wondering how or if one might be able to accomplish the same thing with the current library and if anyone has documentation on how to implement it. thanks all Phil

[jQuery] [tablesorter] Custom Sorts

2008-05-13 Thread Seth - TA
I am having a couple issues with how to sort a few of my fields. The first, and I think most difficult is I have a field which holds the value of Empty or lists state abbreviations. What I'd like it to do is have Empty be grouped together and then sort the state abbreviations in alpha. I tried

[jQuery] Tablesorter - Custom Sorts

2008-05-13 Thread Seth - TA
[Tried posting this, but never saw it go through. Sorry if it duplicates] I am having a couple issues with how to sort a few of my fields. The first, and I think most difficult is I have a field which holds the value of Empty or lists state abbreviations. What I'd like it to do is have Empty be

[jQuery] Printing A Div

2008-05-13 Thread [EMAIL PROTECTED]
I want to print a div that contains content. I know how to do it with CSS, I need to be able to print different things from different parts of a page. Need some advice on how to get started. DO I load the div into an iframe and print that? Any ideas? Lemme know.

[jQuery] Re: making a div full screen on top of other

2008-05-13 Thread Adam
On May 13, 2:01 pm, Armand Datema [EMAIL PROTECTED] wrote: Hi I am making a portal layout system with drag drop etc. All of that is done thanks to jquery ui and the demo I got a nice part of it working. Now I want to b able to make a div occupy full screen. Whats is the best way to do this

[jQuery] [autocomplete] matchcontains: true causes input field to be cleared on onchange

2008-05-13 Thread ssmusoke
Hello, In my autocomplete page, with mustMatch: true, the input field is cleared on change when the user tabs out of the field after selecting a value from the list. I am using the latest release from http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ Is this common? Thanks

[jQuery] jQuery Cycle plugin : how to show three images in slider at the time

2008-05-13 Thread danieluis
Hello, I need to do a slider. I am using Cycle plugin, but I have a problem. I don't know how to do a slider images container with three pictures... All examples are with one images, and the handlers ( prev, next , etc .. ) to change the pictures with fantastic effects... but ... My simple

[jQuery] Re: Printing A Div

2008-05-13 Thread Seth - TA
Dave Check this out. http://designerkamal.com/jPrintArea/ Seth On May 13, 1:24 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I want to print a div that contains content. I know how to do it with CSS, I need to be able to print different things from different parts of a page. Need some

[jQuery] Re: jQuery Cycle plugin : how to show three images in slider at the time

2008-05-13 Thread Josh Nathanson
It sounds like maybe you want a carousel effect rather than cycle. I think jCarousel is the most popular carousel plugin. -- Josh - Original Message - From: danieluis [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Tuesday, May 13, 2008 11:50 AM Subject:

[jQuery] Re: clueTip Plugin - Loading specific DIV ID in external html

2008-05-13 Thread Karl Swedberg
Hi Aaron, The trick here is to use the ajaxProcess option. Here is an example: $(document).ready(function() { $('a').each(function() { var thisHash = this.hash; $(this).cluetip({ ajaxProcess: function(data) { var $div = $('div/div').append(data).find(thisHash);

[jQuery] Welcome to Ariel Flesler

2008-05-13 Thread John Resig
Everyone - I'd like to take this opportunity to welcome Ariel Flesler to the jQuery Dev Team. He's put a ton of work in on the upcoming jQuery 1.2.4 release, in addition to releasing numerous plugins. His contributions have been quite valuable and it's an honor to have him aboard. His site:

[jQuery] Re: Welcome to Ariel Flesler

2008-05-13 Thread Andy Matthews
John... Do we have a list of items which might break from previous versions? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Resig Sent: Tuesday, May 13, 2008 3:30 PM To: jquery-en@googlegroups.com; [EMAIL PROTECTED] Subject: [jQuery]

[jQuery] Re: Welcome to Ariel Flesler

2008-05-13 Thread Alexandre Plennevaux
That's a very good news, Ariel is a hardcore javascripter ! Read through his blog to see how he enjoys pushing limits. Very creative guy, a worthy addition to the team ! On Tue, May 13, 2008 at 10:30 PM, John Resig [EMAIL PROTECTED] wrote: Everyone - I'd like to take this opportunity to

[jQuery] Re: In liferay when using jquery tab it renders the whole page

2008-05-13 Thread Klaus Hartl
Have you tried: jQuery(function($){ $('#zreportTabs').tabs({selected:0}); }); --Klaus On May 13, 10:58 am, sankar [EMAIL PROTECTED] wrote: Hi,    I try to use jquery in liferay portlet through spring web-flow action. It renders the whole page inside the tab instead of the

[jQuery] Re: Tabs and forms - Can this be done?

2008-05-13 Thread Klaus Hartl
Check out the jquery form plugin, it makes ajaxifying forms a no- brainer, be it in a tab panel or elsewhere. All you have to to is specify the target where the response should go and attach the behavior to the form. Say your form is inside a tab panel and you want to replace the whole panel

[jQuery] Re: editable grid?

2008-05-13 Thread Shawn
last time I looked at jqGrid it either didn't have the editing capabilities, or they were not up to the task I have in mind. A quick look now suggests it might be. I'll check it out. Thanks for the lead. Shawn Kaare Rasmussen wrote: Think I'm out of luck here, but I'm looking for a

[jQuery] bgiframe superfish

2008-05-13 Thread rolfsf
I've been implementing a menu with the superfish menu, and have been troubleshooting IE (as usual). I'm using the bgiframe plugin as prescribed in the superfish documentation. $(document).ready(function(){ $(ul.nav) .superfish({ animation : { opacity:show,

[jQuery] What is the JQuery way of doing this type of navigation?

2008-05-13 Thread [EMAIL PROTECTED]
Hi, Notice on this site -- http://www.nascar.com/, when you roll over an item in the top menu, a sub-menu gets populated. Is there a JQuery plug-in that can mimic this functionality? Thanks, - Dave

[jQuery] Re: What is the JQuery way of doing this type of navigation?

2008-05-13 Thread thekman
try superfish, http://users.tpg.com.au/j_birch/plugins/superfish/ play around with the stylesheet you should get what you want... On May 13, 11:49 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, Notice on this site --http://www.nascar.com/, when you roll over an item in the top menu, a

[jQuery] Overlay div over effect?

2008-05-13 Thread Ben G
I've been trying to figure this out all afternoon, but haven't had any luck. I would like to place a small floating div over an image. The floating div should always remain on top of the image, and the image uses the fadeIn effect. When I do so, when the image fades in it overlays the floating

[jQuery] Re: Welcome to Ariel Flesler

2008-05-13 Thread chris thatcher
I knew when I saw Ariel's plugins and outside work that he'd be on the team eventually. Congratulations. On Tue, May 13, 2008 at 4:30 PM, John Resig [EMAIL PROTECTED] wrote: Everyone - I'd like to take this opportunity to welcome Ariel Flesler to the jQuery Dev Team. He's put a ton of work

[jQuery] Re: jquery / thickbox weirdness with apache logs(!)

2008-05-13 Thread Andreas Niwek
Hi, it is the AVG Toolbar. See: http://www.webmasterworld.com/search_engine_spiders/3615360.htm Best Regards On 29 Apr., 05:53, chrisb [EMAIL PROTECTED] wrote: Hello everyone. I'm using jquery 1.2.3 along with some plugins, and i've never had any problems or errors with any browsers

[jQuery] jQuery experts wanted

2008-05-13 Thread Jim R. Wilson
Hi all, jQuery is a great project and a growing niche. As it becomes even more popular, there will be increasing demand for experts in the field. I am compiling a contact list of jQuery experts who may be interested in opportunities under the right circumstances. I am not a recruiter - I'm a

[jQuery] .post

2008-05-13 Thread jpratt
Sorry for the noob question. I am using the .post ajax method on a form. I use the following jquery code: $(form#changeinfo).submit(function(){ $.post(ownerdetails.php, { name: $(#name).val() }); }); So when the form with the id of changeinfo is submitted it posts information to

[jQuery] .post

2008-05-13 Thread arcticsoft
I am using the .post ajax method on a form. I use the following jquery code: $(form#changeinfo).submit(function(){ $.post(ownerdetails.php, { name: $(#name).val() }); }); So when the form with the id of changeinfo is submitted it posts information to ownerdetails.php. But when I write my php

[jQuery] 1.5b4 Packed doesn't work

2008-05-13 Thread Scott
It seems who ever packed the JS files for the 1.5b4 release messed up. Most of them are filled with syntax errors and many things just error out. Or am I doing something wrong?

[jQuery] New Plugin - Checkbox Tree Plugin

2008-05-13 Thread Matt W.
My first jquery plugin, hold the applause, a checkbox collapsible tree plugin. Please feel free to tell me why its good, why its bad and how it can be improved. http://floatmargin.com/2008/jquery-checkbox-tree-plugin/ Thanks.

[jQuery] Re: Tablesorter - Custom Sorts

2008-05-13 Thread Scott
I've been working with the Tablesorter plugin recently and had to do something similar. You can make your own textExtraction function and use it to extract an organize the data how you want. In your case I'd probably do something where you parse out just the numbers, zero pad them, concat

[jQuery] How we used jQuery for our company site

2008-05-13 Thread nathandh
Did a little write-up about our company portfolio page, on account of several requests: http://onwired.com/blog/using-jquery-to-produce-rich-user-interfaces-onwired-portfolio-example/ Hope it's helpful to someone! Cheers, Nathan H.

[jQuery] Re: new rotating menu

2008-05-13 Thread ripple
What site? An example would help. Philot [EMAIL PROTECTED] wrote: hey I was just on the site recently and saw the new menu on the demos page. I was wondering how or if one might be able to accomplish the same thing with the current library and if anyone has documentation on how to

[jQuery] Re: How we used jQuery for our company site

2008-05-13 Thread Karl Swedberg
Nathan, That is a fantastic article! I love how it's part personal narrative, part tutorial. And I can totally relate to this paragraph: I began re-writing the Mootools scripts using jQuery and had much better luck. But even though other parts of the site became easier, I no longer had

[jQuery] Re: new rotating menu

2008-05-13 Thread offsitestorage
probably the jquery website On May 13, 9:13 pm, ripple [EMAIL PROTECTED] wrote: What site? An example would help. Philot [EMAIL PROTECTED] wrote: hey I was just on the site recently and saw the new menu on the demos page. I was wondering how or if one might be able to accomplish the

[jQuery] jScrollPane - Single drag image

2008-05-13 Thread lwoods
In all of the examples that I have looked at the drag image is made up of top/middle/bottom images. Is there an option for just using a single image for the drag image?

[jQuery] Re: New Plugin - Checkbox Tree Plugin

2008-05-13 Thread Dave Methvin
Please feel free to tell me why its good, why its bad and how it can be improved. I had to do something similar, but used the jQuery treeview and added the checkboxes myself. Neither yours nor mine really deal with the check box hierarchy in a very intuitive way. When only some of the boxes

[jQuery] Re: New Plugin - Checkbox Tree Plugin

2008-05-13 Thread Matt W.
Yeah I actually have done another version that has the tri state, perhaps I should include that and make it an option. The idea on this one is that if you select a child the parent has to be selected as well. On May 13, 7:47 pm, Dave Methvin [EMAIL PROTECTED] wrote: Please feel free to tell

[jQuery] Re: new rotating menu

2008-05-13 Thread Larry Woods
The jQueryPane site says to use the Google site. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of offsitestorage Sent: Tuesday, May 13, 2008 7:18 PM To: jQuery (English) Subject: [jQuery] Re: new rotating menu probably the jquery website On

[jQuery] Re: How we used jQuery for our company site

2008-05-13 Thread Richard D. Worth
Beautiful site and really great article. Thank you for sharing. - Richard On Tue, May 13, 2008 at 10:29 PM, Karl Swedberg [EMAIL PROTECTED] wrote: Nathan, That is a fantastic article! I love how it's part personal narrative, part tutorial. And I can totally relate to this paragraph: I

[jQuery] Re: Encoding image upload through ajax POST

2008-05-13 Thread hubbs
So, do these plugins actually create the iframe for me? What do I have to do to get it to submit it into the iframe? I how do I specify which script processes the post into the iframe? On May 13, 1:50 am, Quinode [EMAIL PROTECTED] wrote: On 13 mai, 05:44, Karl Rudd [EMAIL PROTECTED] wrote:

[jQuery] Pre-loading images

2008-05-13 Thread hubbs
Does jQuery have a nice and easy way to preload images? I am going to be having a page where I roll over a persons name, and their image appears, and I am thinking that I am going to need to preload those. Any ideas?

[jQuery] Re: Encoding image upload through ajax POST

2008-05-13 Thread Karl Rudd
I can only speak for the plugin I recommended, the Form Plugin. I think the documentation (http://malsup.com/jquery/form/) covers most of this, but I'll try and answer your questions here: So, do these plugins actually create the iframe for me? Yes. What do I have to do to get it to submit

[jQuery] Re: Pre-loading images

2008-05-13 Thread Karl Rudd
http://plugins.jquery.com/project/Preload Karl Rudd On Wed, May 14, 2008 at 2:19 PM, hubbs [EMAIL PROTECTED] wrote: Does jQuery have a nice and easy way to preload images? I am going to be having a page where I roll over a persons name, and their image appears, and I am thinking that I

  1   2   >