[jQuery] conflict with scroll-pane toggle scripts ?

2009-06-21 Thread tmc
Hi, Looking for some help. I had Kelvin Luck's scroll-pane script working fine but when I added a 2nd script (a simple toggle show hide) to my page the scroll-pane script stopped working, not sure whether it's my hashed together show / hide script or if the scroll-pane style sheet is not being

[jQuery] am searching popup plugin

2009-06-21 Thread bharani kumar
Hi members , Past couple of hours am searching the popup plugin , Am looking like When i click the link , i want to open the popup window , I want to scroll the parent window ,even after popup window is opned , Tell me the plugin name , Thanks B.S.Bharanikumar

[jQuery] I need JQuery Cycle and Scrollable Plugins to work together.

2009-06-21 Thread Wil
I am new to JQuery and I am using JQuery Cycle plugin (http:// www.malsup.com/jquery/cycle/) and Jquery Scrollable (http:// flowplayer.org/tools/scrollable.html) to create an animated slideshow on the homepage of my website. JQuery Cycle plugin works fine and Scrollable works also but they don't

[jQuery] problem in inserting a form element

2009-06-21 Thread theBigShot
Hello, For testing, I wrote 1 line of code inside a form: script language=javascript type=text/javascript $('div').after('input name=myvariable value=My value/ '); /script However, it seems that the variable is not posted. I've executed the php file but cannot get its value. ?php

[jQuery] UI Sortable - Limit drag to item header

2009-06-21 Thread Collaborate
Hi! I'm wondering how I can limit the dragability of an sortable item, to ex. a element inside the item. Meaning, I only want the item to sort when the header of the item is draged. Is there a simple way to do this, or do I have to modify core code/ create a helper to accomplish this

[jQuery] Re: Best web app automation testing tool?

2009-06-21 Thread andymac4182
WebAii Have a good web UnitTesting and LoadTesting suite. http://www.artoftest.com/home.aspx There is a paid suite and a free framework. -Andy On Jun 20, 1:54 am, sarah smor...@gmail.com wrote: Hello - I've been evaluating different web automation testing tools that allow you to record

[jQuery] Re: problem in inserting a form element

2009-06-21 Thread waseem sabjee
script language=javascript type=text/javascript $(function() { $('div').after('input name=myvariable value=My value/'); }); /script On Sun, Jun 21, 2009 at 6:02 AM, theBigShot lie...@2unitech.com wrote: Hello, For testing, I wrote 1 line of code inside a form: script

[jQuery] Re: am searching popup plugin

2009-06-21 Thread brian
jquery.popup? There are a couple of different versions of that, I think: http://labs.wondergroup.com/demos/popup/index.html http://plugins.jquery.com/project/popup There's also jqModal: http://dev.iceburg.net/jquery/jqModal/ http://www.queness.com/post/77/simple-jquery-modal-window-tutorial

[jQuery] Re: problems in IE (6, 7, and 8)

2009-06-21 Thread Ricardo
Hi, Good to know it worked. The noscript tag cannot be contained in an h4: http://www.zvon.org/xxl/xhtmlReference/Output/Strict/el_noscript.html On Jun 20, 11:15 pm, Paul Witschger tigerseyet...@gmail.com wrote: My apologies on the multiple threads. It just seemed that it got lost in the

[jQuery] Corrupt ajax requests?

2009-06-21 Thread Elias
Suddenly Ajax no longer seems to perform well formatted POST requests. Consider the following call: jQuery.ajax({ type:'POST', dataType:'text', url:'ajax.php', data:({ testParamOne:1,

[jQuery] [Jquery ui] Custome theme for one widget and not all

2009-06-21 Thread Takumi
Hello, I have a datepicker and a accordion on my website. I create a custom theme with the theme roller on the jquery ui website. But i would like to use my custom theme only for the datepicker and not on the accordion. Is there a way to do this? Thanks for your help.

[jQuery] dependent select lists

2009-06-21 Thread AndyPSV
http://www.ajaxray.com/blog/2007/11/08/jquery-controlled-dependent-or-cascading-select-list-2/ http://www.ajaxray.com/Examples/depend.html could sb would fix it to work on the newest jquery version? how to modify this script to: when I select from 1st box sth, 2nd box appears?

[jQuery] [Jquery ui] Theme only for one widget and not all

2009-06-21 Thread Takumi
Hello, I have a datepicker on my website and accordion. I use a custom theme made with theme roller on the jquery ui website. I would like to use the custome theme only for the datepicker, and not for the accordion. But i don't know how to do. Is there a way to do this? Thank you for your help.

[jQuery] How do I cause a javascript variable to retain leading zeros?

2009-06-21 Thread Rick Faircloth
If i have a user with, say a password that starts with a leading zero, how can I cause jQuery to retain and not drop the leading zero? Rick Ninety percent of

[jQuery] Re: am searching popup plugin

2009-06-21 Thread Charlie
not to mention jquery UI Dialog http://jqueryui.com/demos/dialog/ options don't show how to set it fixed for scrolling but that's easily modified with jquery.css() brian wrote: jquery.popup? There are a couple of different versions of that, I think:

[jQuery] autocomplete not working in tabs?

2009-06-21 Thread efet
Hi, I used autocomplete plugin many times in other projects in the past. First time I need to put in in tabs. Its not functioning right. When clicked on a customer name, it needs to fill in the box. Test link (second tab, type any letter):

[jQuery] POST method not working for AJAX Tabs

2009-06-21 Thread Hardip
When i override the ajax method with $.ajaxSetup and set the type:'post', then consecutive calls to fetch data from the server, by Ajax Tabs ( http://stilbuero.de/jquery/tabs/ ), the tab stays Loading... forever. Firebug shows that a POST request was made and it completed successfuly, however,

[jQuery] Re: POST method not working for AJAX Tabs

2009-06-21 Thread Hardip
a small correction. the method is working. what wasn't working is the dataType. if i set it to json, globally, then Tabs tries to fetch json, not text (general HTML). how can i make an exception to Tabs. [code] $.ajaxSetup({ type:'post', dataType:'json',

[jQuery] exposing autocomplete methods

2009-06-21 Thread skunkwerk
Hi, i'm using the autocomplete plugin with the google gears database running locally, so I need a way to have a callback function update the autocomplete functions when it has the results from the database. the only issue is that the plugin doesn't return anything when you call it, so there's

[jQuery] Re: problem in inserting a form element

2009-06-21 Thread theBigShot
It doesn't help by adding $(fuction() Thanks, On Jun 21, 7:17 am, waseem sabjee waseemsab...@gmail.com wrote: script language=javascript type=text/javascript $(function() {          $('div').after('input name=myvariable value=My value/');}); /script On Sun, Jun 21, 2009 at 6:02 AM,

[jQuery] Load Content

2009-06-21 Thread Valor
First let me say that I'm not a guru of JavaScript or jQuery for that matter. I'm familiar with the very basic stuff and if I read code, i'm able to comprehend what will happen. Anyways I have a bit of a problem that I'm running into. Basically i'm using the ajax technique describe a

[jQuery] jQuery - PHP

2009-06-21 Thread Slobodan Manic
Hi everyone, I'm trying to pass a jQuery variable to PHP script but i just can't get it to go. Here's the code, it's a Wordpress theme in which i want new posts loading in the same window by clicking links like this one: a class=tipped href=?php the_permalink(); ? title=?php echo $post - ID;

[jQuery] Re: Load Content

2009-06-21 Thread Karl Swedberg
Hi there, This should help: http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_AJAX_request.3F --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jun 21, 2009, at 8:25 PM, Valor wrote: First let me say that I'm not a

[jQuery] jquery cycle - go to image (regardless of position)

2009-06-21 Thread jenz
Is there any way to use something like go to and always have it go to a particular image regardless of the slide's position in the cycle? I am adding images to the slideshow and every time I add one - the IDs change so that go-to #7 is the seventh slide - regardless of what it actually is and I

[jQuery] Array to JSON?

2009-06-21 Thread Nic Hubbard
I have been trying to figure out how I could go from an associative array to JSON. Is there a function for this?

[jQuery] Re: Array to JSON?

2009-06-21 Thread kranthi
are u looking for http://www.google.co.in/search?q=jquery+json+plugin ?

[jQuery] Question on writing a jQuery plugin

2009-06-21 Thread bobspryn
So I'm trying to create a real simple jquery plugin for sliding screens around in a wizard like format. All this is really doing is changing the CSS left property. What I want to be able to do is this $(#bigmasterframe).screenWizard(optionsObject); The options object contains things like the

[jQuery] what is wrong with this simple load data codes

2009-06-21 Thread efet
Hi there, I want to pull data from two input fields add a session (weight) and post them to another file and then pull the returning data. My input fields are: input type=text name=ShippingPostalCode id=ShippingPostalCode class=inputText / input type=text name=ShippingCountry id=ShippingCountry

[jQuery] Re: am searching popup plugin

2009-06-21 Thread bharani kumar
Hi all , These plugin's are manual popup moving , But i need , when the parent scroll bar is is scrolling on that time i want to down/ up the popup window , May be u r not understand , please try to understand my requirement , Thanks On Mon, Jun 22, 2009 at 12:01 AM, Charlie

[jQuery] Re: jQuery text toggle effect

2009-06-21 Thread mojoeJohn
thanks MATT! On Jun 19, 3:55 pm, Matt Kruse m...@thekrusefamily.com wrote: On Jun 19, 9:02 am, mojoeJohn mojoej...@gmail.com wrote: obviously, i want thetexttotogglethe words show and hide in accordance to the slidetoggle. I keep this in my toolbox: //Toggletextwithin an element using

[jQuery] Re: Understanding autocomplete caching

2009-06-21 Thread Rune
Anyone?

[jQuery] Form Validation Plugin: customize input validation

2009-06-21 Thread Loony2nz
This is in regards to Jörn Zaefferer's plug in. How do you customize input validation so that I can remove foul language? So that first name or last name doesn't have f*ck you or something like that. is this possible? Thanks!

[jQuery] Using 2 drop down list in a form

2009-06-21 Thread naz
i m using 2 drop down list in a form , which are taking their values from data base and i have define a onchange event in one drop down in this onchange event i m autofiilling the form.my problem is that when i select the one value from the second drop down the selected value become to appear

[jQuery] Re: jQuery text toggle effect

2009-06-21 Thread mojoeJohn
I tried the code, but it didn't change the text back and how do i get it to work on multiple instances of show/hide. any ideas? On Jun 19, 11:33 am, Mauricio \(Maujor\) Samy Silva css.mau...@gmail.com wrote: Please: 1-) Wrap Show within a span element. 2-) Get rid of the style atributte for