[jQuery] saving state of treeview and form data afteer refresh

2010-01-21 Thread Danijel
i spent about several days trying to figure out hot to save state of open forms. In my web page I have a jquery treeview tool, when I click form is loaded into the #treview div. $(document).ready(function(){ $(#treview).treeview({ url: category_async.php,

Re: [jQuery] Abridged summary of jquery-en@googlegroups.com - 46 Messages in 26 Topics

2010-01-21 Thread traoux
Bonjour, je suis absent du 21 janvier au 8 février. En cas d'urgence veuillez téléphoner à l'agence au 04.92.45.18.05. Merci et à bientôt ! Thierry Raoux

[jQuery] had the same issue. Fixed

2010-01-21 Thread SolidCore
This is fix with the latest release of the UI http://jquery-ui.googlecode.com/files/jquery-ui-1.8b1.zip

Re: [jQuery] Jquery and Dynamic assignment

2010-01-21 Thread Nathan Klatt
On Wed, Jan 20, 2010 at 2:54 AM, West415 malik.robin...@gmail.com wrote: My question is how can I use jquery to assign click handlers without having to do this: cfloop from=1 to=5 index=i button id=create-user_#i# click=createUser(#user_id#)Create User/button button id=create-user_#i#

Re: [jQuery] saving state of treeview and form data afteer refresh

2010-01-21 Thread John Arrowwood
Try creating an unload event handler that goes through your forms and writes the data therein to a cookie. Same thing with the state of the tree. Then write an onload event handler that looks for the cookies, and if found, populates the form elements and the tree state. If that doesn't work,

Re: [jQuery] JQuery Trigger Event

2010-01-21 Thread Asharudeen
Hi, Further to my previous email, In my Apache configuration file (httpd.conf), I set Header set X-UA-Compatible IE=8 And it seems, in IE8 its working fine. But it still seems not working in IE7/IE6. I have tried to add, Header set X-UA-Compatible IE=7 Header set X-UA-Compatible IE=5 Header

[jQuery] Re: FastFlip like plugin

2010-01-21 Thread Scott Sauyet
On Jan 20, 9:47 pm, Richard richar...@gmail.com wrote: do you know of a JQuery plugin that supports rapidly skimming through an image set like Google's FastFlip? For demo seehttp://fastflip.googlelabs.com/ Do you mean something more than the various carousel plug-ins?

Re: [jQuery] JQuery Trigger Event

2010-01-21 Thread Asharudeen
Hi, Further to my previous email, In my Apache configuration file (httpd.conf), I set Header set X-UA-Compatible IE=8 And it seems, in IE8 its working fine. But it still seems not working in IE7/IE6. I have tried to add, Header set X-UA-Compatible IE=7 Header set X-UA-Compatible IE=5 Header

[jQuery] Odd behaviour onChange event

2010-01-21 Thread Arjen
I'm currently facing a weird issue with the onchange event. I have an web application where each blur event makes a call the webserver to store the value of the textfield. I only want to trigger that ajax call when something has changed, so i track the onchange event on each textfield to set a

[jQuery] Re: Form submit success method not being called

2010-01-21 Thread fay.p...@googlemail.com
Oh, finally I found the original thread. I have exactly the same problem and tried everything the last 3 days and no positive result. So I hope somebody could help us out here. I already validated my json response and reduced the source to a minimum checkout where the problem could be... --

[jQuery] Putting a table inside a HTML drop down select box

2010-01-21 Thread fachhoch
is there any way to put table inside a HTML drop down select box -- View this message in context: http://old.nabble.com/Putting-a-table-inside-a-HTML-drop-down-select-box-tp27262269s27240p27262269.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Re: [jQuery] Putting a table inside a HTML drop down select box

2010-01-21 Thread Nathan Klatt
On Thu, Jan 21, 2010 at 12:16 PM, fachhoch fachh...@gmail.com wrote: is there any way to put table inside a  HTML drop down select box If you were to carpet Florida, how long would it take to vacuum? Err, what I meant to say is, why would you want to do that? What functionality are you hoping

[jQuery] Re: jQuery 1.4 upgrade + env.rhino.js + blue-ridge

2010-01-21 Thread Ross K
Thanks. I have posted to blue-ridge and and env.js for more input. I'll checkout the SpiderMonkey port as well.

[jQuery] Anyone can build me a jquery carousel?

2010-01-21 Thread Erik R. Peterson
Need help... Really busy and limited on time. I need a simple jquery carousel with 4 to 5 images. All artwork is done I'll give you the dimensions and images and my CSS tags. Email me please. Erik

[jQuery] Re: saving state of treeview and form data afteer refresh

2010-01-21 Thread Danijel
I said F5 because i have problem wiht pressing button on loaded form in div #forms, this form is search form, when i click button Show data in next div #data i display data with pagging, but i do not use jquery paging, bucause i need different showing items ( description and picture) and when i

Re: [jQuery] class={title:'test'}

2010-01-21 Thread Bruno Santos
Hiho! I believe that you are trying to add some CSS settings directly on the tag definition, instead of assigning a class to it. If I got it right, you should use the tag parameter *style*, instead of class. div id=extruderLeft style={title:'test'} div class=content div class=voice {} logo

Re: [jQuery] Re: saving state of treeview and form data afteer refresh

2010-01-21 Thread John Arrowwood
So if I understand correctly, you are trying to make the page links work in a search results page? So let's pretend it is Google. You have a search form at the top, so you can search again, and you have some search results, and you have a series of links that represent which page in the search

[jQuery] Re: class={title:'test'}

2010-01-21 Thread MorningZ
No, you don't have it right, it's the MetaData plugin in use :-) http://pupunzi.open-lab.com/mb-jquery-components/jquery-mb-extruder/ one of the dependencies listed is jquery.metaData.js On Jan 21, 3:46 pm, Bruno Santos bit...@gmail.com wrote: Hiho! I believe that you are trying to add

[jQuery] Re: Call ajax on sucess response from a previous ajax

2010-01-21 Thread Scott Sauyet
On Jan 20, 11:45 am, Bonji benho...@googlemail.com wrote: I've tried placing the second $.ajax inside the success fuction of the first $.ajax but the second call never triggers or doesn't return anything. This technique works for me. http://scott.sauyet.com/Javascript/Demo/2010-01-21a/ I

[jQuery] UI slider execute function on change or slide

2010-01-21 Thread Mircea
Hi, I want to make the UI slider to set a font-size to a .cica class. The setfontsize variable works but I can not succeed to make the slider change the value on slide. Here is the function $('#sizer').slider({ slide: function(event, ui) { var setfontsize =

[jQuery] Re: UI slider execute function on change or slide

2010-01-21 Thread MorningZ
You have $('#sizer'). but no object with the id of size in your markup where is the slider at? On Jan 21, 4:20 pm, Mircea i...@amsterdamsat.com wrote: Hi, I want to make the UI slider to set a font-size to a .cica class. The setfontsize variable works but I can not succeed to make the

[jQuery] Re: UI slider execute function on change or slide

2010-01-21 Thread Mircea
Oh, sorry is select name=sizer id=speed it is fieldset select name=sizer id=speed option value=1010/option option value=1515/option option value=21

[jQuery] Re: UI slider execute function on change or slide

2010-01-21 Thread MorningZ
you should look at the demos http://jqueryui.com/demos/slider/ the .slider() call is supposed to be on a div and in turn the events of that slider div set the value on your form field and even if select name=sizer id=speed is correct, then the jQuery selector of $(#slider) won't get that

[jQuery] Re: UI slider execute function on change or slide

2010-01-21 Thread Mircea
I've changed my markup to: div id=ariaslider form action=# !-- Slider -- fieldset select name=sizer id=speed option value=1010/option option value=2020/option

[jQuery] Re: UI slider execute function on change or slide

2010-01-21 Thread MorningZ
Ick, no follow the example on the link above the slider gets attached to an *empty* div... you're applying it to a div that contains everything else that link above shows the right syntax, and definitely works follow that and you should be all straight On Jan 21, 5:20 pm, Mircea

[jQuery] Re: UI slider execute function on change or slide

2010-01-21 Thread MorningZ
Also to note i don't think you can have values like you have in your select by changed by a slider... 10,20, 21, 30, 40 how is someone supposed to choose 21? if the slider increment was set for increments of 10, then 10, 20, 30 and 40 are taken care of if the slider is setup properly...

[jQuery] Re: UI slider execute function on change or slide

2010-01-21 Thread Mircea
I am using the ARIA Slider from http://www.filamentgroup.com/lab/update_jquery_ui_slider_from_a_select_element_now_with_aria_support/ I will change the values to 10, 20, 30, 40... When an user selects a value with the slider the font-size will increase or decrease accordingly. I managed to get

Re: [jQuery] New Forums

2010-01-21 Thread Shawn
My apologies to the list managers. I did not mean to belittle their efforts in any way. I only meant to state that for me, personally, forums are not the preferred tool. I am involved in a number of organizations where the main mantra is the concept of a do-aucracy. If you think it should

Re: [jQuery] New Forums

2010-01-21 Thread Matt Quackenbush
Well stated, Shawn. I wholeheartedly concur.

Re: [jQuery] New Forums

2010-01-21 Thread brian
On Thu, Jan 21, 2010 at 7:28 PM, Shawn sgro...@open2space.com wrote: My apologies to the list managers.  I did not mean to belittle their efforts in any way.  I only meant to state that for me, personally, forums are not the preferred tool. I am involved in a number of organizations where the

Re: [jQuery] New Forums

2010-01-21 Thread Jack Killpatrick
A little quibble I'd like to add is that, as a plugin developer who has been relying on filtering incoming emails to support the plugins, now I have no way to easily do so, since the forums can't email me everything that's happening. I think a workaround is being instated, but I'm not sure.

[jQuery] $get request

2010-01-21 Thread kimmyaf
Hello, I am trying to teach myself how to use this. I write this request today at work and it worked fine. I copied the same files to my home PC and I am taking a script error when calling out to get the XML. I have done everything I can think of. I changed my internet options to allow active

Re: [jQuery] Superfish - Only works on home page, not site Pages

2010-01-21 Thread Charlie
are you using abslolute or relative url's for source files? if relative probably have to switch to absolute initialsbr wrote: I'm not sure what's wrong. I'm building a site in Wordpress. I followed the directions on the Superfish site and things look good on the home page but then the HTML

Re: [jQuery] Superfish - Different colors for each menu column

2010-01-21 Thread Charlie
if you need a different background for each class hover likely have to build a series like following .sf-menu li.green:hover, .sf-menu li.green.sfHover, .sf-menu li.green a:focus, .sf-menu li.green a:hover, .sf-menu li.green a:active { background: #CFDEFF; outline: 0; } PTwatch wrote:

[jQuery] Help with Column Navigation plugin (list page by selecting a element with particular ID)

2010-01-21 Thread Asharudeen
Hi, By using CloumnNavigation plugin ( http://plugins.jquery.com/project/column-navigation), Currently to list the tree list, we need to give the html in the following format, http://plugins.jquery.com/node/ html body ul id=myTree li a

Re: [jQuery] class={title:'test'}

2010-01-21 Thread fran23
clarification done, thx to all of you ... :-) -- View this message in context: http://old.nabble.com/class%3D%22%7Btitle%3A%27test%27%7D-tp27238929s27240p27269576.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.