[jQuery] datepicker

2009-07-21 Thread acatejr
I am using the jQuery datepicker. When the user selects an item in a drop down list box the selectable dates in the calender in the datepicker get updated with all selectable dates associated with the selected drop down list item. The dates seem to update fine except for the very last one. If I

[jQuery] Re: Struts2, JQuery and JSON result to create a dynamic ajax website

2009-07-21 Thread genive...@gmail.com
Hi GF This is really good! Thank you very much! On Jul 13, 3:52 am, GF wrote: > Hello all, > i wrote a simple guide that explains how to use together Struts2 and > JQuery to create dynamic content with Ajax and JSON. > > http://www.zulutown.com/blog/2009/07/12/ajax-dynamic-content-with-str...

[jQuery] Re: Invalid Argument Line 12 1.3.2 IE 7 and 8rc1

2009-07-21 Thread kyleduncan
It is caused by autogrow.js, but i have no idea how to fix it! autogrow isnt even working for me in IE6 and 7, when you click inside a textarea it shrinks down to one line high and then doesnt expand as you type. and when you click in the second textarea on my page nothing happens at all (as if au

[jQuery] Re: Accordion-like functionality

2009-07-21 Thread Charlie
I believe your best bet would be a custom build solution. Most accordions use floating divs but to overlay the headers without moving them down you would need absolute positions. Shouldn't be too difficult to create fom scratch ste...@braingia.org wrote: Hello, I'm trying to accomplish an

[jQuery] Re: Ajax upload script

2009-07-21 Thread ranga pathmasiri
Hi Dave I have used jquery ajaxFileUpload plugin for file upload. http://www.phpletter.com/Our-Projects/AjaxFileUpload/ Regards Ranga On Tue, Jul 21, 2009 at 11:40 PM, Dave Maharaj :: WidePixels.com < d...@widepixels.com> wrote: > Can anyone point out a good Ajax upload script. I need one sim

[jQuery] Accordion-like functionality

2009-07-21 Thread steves
Hello, I'm trying to accomplish an accordion-like function, but instead of dropping down the section below, the content just lays over the other options. For example, take a look at the Accordion example here: http://jqueryui.com/themeroller/ Notice how when section 2 is clicked, section 1 r

[jQuery] shifting a box sideways and making it gradually dissapear

2009-07-21 Thread Simon
Hey, so there might be a simple solution to my problem, but here is my question: I have a box: html There is some text inside this box. It spans the entire width blah blah blah. styles=== #box{ width:800px; height:400px; border:1px solid #444; } #innerbox{ position:r

[jQuery] Ingrid, the jQuery datagrid!

2009-07-21 Thread matthew knight
Hi all, Happy to announce that the Ingrid datagrid project is still very much alive! With the help of Patrice Blanchardie, Ingrid has been moved to its new home on Google Code, and includes quite a few bug fixes and updates (full list below). Also included is an updated example of a remote PHP

[jQuery] please help i have 2 jquery in one page and only one working

2009-07-21 Thread Navin
:: Navin Designs :: Creating Your Home On The Web $(document).ready(function(){ var hover_in_easing="easeOutExpo"; var hover_out_easing="easeOutBounce"; $(".info_container").show(); $("div.portfolio_div").hover(functio

[jQuery] Re: jQuery Conference Update

2009-07-21 Thread Steven Yang
man envy you guys who can go for some who live and earn a living a Taiwan, its so hard/expansive for me go to. but still hope you guys have a great weekend just dunno if anybody can share the experience on youtube or something?

[jQuery] Re: Cycle Plugin: Pause the cycle from link withing the cycling content?

2009-07-21 Thread Charlie
looked at this a couple of times ,,have you tried working with the cleartypeNoBg option" have seen other posts where things have been resolved using cleartypeNoBg: false welshy1984 wrote: I am having an issue with pausing the cycle from links within the cycle. I have set up a cycle that

[jQuery] (Cycle Plugin) ScrollHorz problem in FF and Safari 3

2009-07-21 Thread bcbounders
When using the ScrollHorz effect in the Cycle Plugin for inline HTML content, in Firefox and Safari 3, the very first time you trigger the transition, the content of the first "slide" appears to be being squished and ends up overlapping with the incoming slide/text. See an example here: http://t

[jQuery] Re: jQuery Conference Update

2009-07-21 Thread MorningZ
We snagged our seats the other day should be a great weekend On Jul 21, 3:57 pm, Rey Bango wrote: > Hi everyone, > > I wanted to let you know that there are only 56 seats left for the > jQuery Conference. 300 is the max. We'll probably sell out by tomorrow. > > If you plan to attend, I wo

[jQuery] Re: Should this work?

2009-07-21 Thread Rick Faircloth
NM."Only properties that take numeric values are supported (e.g. backgroundColor is not supported)." From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Rick Faircloth Sent: Tuesday, July 21, 2009 7:35 PM To: jquery-en@googlegroups.com Subject: [jQuery] Should t

[jQuery] Re: jQuery => License

2009-07-21 Thread Rey Bango
No. jQuery is open source licensed under a liberal MIT license. You can use it without cost. Rey Kaps wrote: Hello Team, I just want to know that do I need to purchase a license if I want to use jquery on public sites. Waiting for your quick reply!!

[jQuery] Re: CSS height/width function value

2009-07-21 Thread FirefoxRocks
I don't need to manually convert stuff, I need the retrieve a value of ems from the jQuery or otherwise use a function to convert from pixels to ems. On Jul 21, 9:11 am, gil wrote: > Maybe this links could help. > > http://dtott.com/thoughts/2008/01/19/convert-pixels-to-ems-a-bookmark... > > htt

[jQuery] Re: [Autocomplete] Form submit or link on mouse click or return key

2009-07-21 Thread Tom Worster
On 7/20/09 1:06 PM, "koichirose" wrote: > Hello, I'm using jQuery Autocomplete ( > http://docs.jquery.com/Plugins/Autocomplete > ) to display results from a php page. > > Since that is my only field, I want to submit the form when I click on > the result or I press the 'return' key. > > How do

[jQuery] Programmatically Resize a resizable element

2009-07-21 Thread Gerwood Stewart
I think this has probably been asked before but. I want to resize an element that has .resizable() on it. I want the resizable 'stop' event to trigger when it is done. Is there a way to do this? Thanks

[jQuery] Should this work?

2009-07-21 Thread Rick Faircloth
$('.menu1 a:last').css('background-color','#fff').animate({backgroundColor:'#222'}, 1000) -- "Ninety percent of the politicians give the other ten percent a bad reputation." -

[jQuery] Re: Calling other functions inside a function

2009-07-21 Thread Michael Geary
The reason this would happen is that you have a fatal error somewhere inside your createCharts() function. When this error occurs, it stops all JavaScript execution for the current event. Do you have any debugging tools such as Firebug? If not, install Firebug and try again. Open the Firebug pane

[jQuery] Re: Delay a swap of a DIV

2009-07-21 Thread Hector Virgen
If you know how long the movie is, you can use the native window.setTimeout() function. // Displays alert after 5 seconds window.setTimeout(function() { alert('5 seconds have passed'); }, 5000); -- Hector On Tue, Jul 21, 2009 at 1:48 PM, Mats wrote: > > I have a page that is a displaying a

[jQuery] Re: Preemptively getting the "auto" height of a

2009-07-21 Thread ebakunin
Your approach worked great! Thanks a lot for the help. On Jul 21, 2:00 am, Liam Potter wrote: > take off the height in the CSS, store the computed height in a var, and > on page load set the div to the 300px, then animate to the height > contained in the var. > > ebakunin wrote: > > Hello, > >

[jQuery] Re: Ajax upload script

2009-07-21 Thread Rick Seymour
I've used and quite like jQuery Form Plugin http://malsup.com/jquery/form/ I think they both work in very similar fashions and are very easy to use I'm struggling at the moment to read the response when using either of these plugins cross domain. If anyone has any thoughts On Jul 21, 7:10 pm,

[jQuery] Re: weird animate() flicker in strict DTD in FF3

2009-07-21 Thread jquertil
I can't believe no one else has seen this? I've tried to isolate the problem but so far, it's pretty consistent.

[jQuery] Re: Binding of object

2009-07-21 Thread Ricardo
Having click handlers added repeteadly is a sign of bad structure in your code. You should refactor your code to avoid that in the first place, that should'nt be happening. That said, there is a way to check for event handlers: var $login = $('#login'); if ( jQuery.data( $login[0], "events").cli

[jQuery] Re: jquery, php question (Probably the wrong place to ask)

2009-07-21 Thread Greg Evans
The code now is like this: Chest: NAME="Aircraft">

[jQuery] Modify look & feel of scrollbar

2009-07-21 Thread shaf
Hi Guys Is there any way I can modify the look and feel of my scrollbar ? I looked into the jScrollPane plugin but it only works for jquery 1.2 and Im using 1.3.

[jQuery] Menu items count

2009-07-21 Thread Gee
Dear Sir, Im new to joomla, and im tryin to use your Superfish Menu on my site, The problem is my menu has more than 10 objects and Superfish menu only shows 10 objects and rejects the rest of em. is there any way to increase the number of objects it shows? Many thanks in advance, Andre

[jQuery] Intelligent ways of DOM manipulation

2009-07-21 Thread Mushex Antaranian
Hi there, I need some advices about DOM manipulation . I want to push some piece of html code to document with jQuery and JavaScript in general.(ie. I want to create widget containing close and minimize buttons and contents block with only calling for example $ ('#widget-div').createWidget() ). I

[jQuery] Using data(name,value) to store additional information

2009-07-21 Thread Basdub
I wanted to define additional attribute to a tag to manage information. I realized that XHTML might not like it and discovered the data(name,value) function. I was wondering how i could retrieve all tags e.g. "div" that have that data variable set.

[jQuery] Delay a swap of a DIV

2009-07-21 Thread Mats
I have a page that is a displaying a Movie, or it's really 3 Movies but to get to the 2nd Movie the user has to click a "Next" button. My problem is that I want to delay this button to appear until the movie is more or less done... could be 7 or 16 minutes. What would be the easiest and most prop

[jQuery] Re: jquery, php question (Probably the wrong place to ask)

2009-07-21 Thread Glazz
Hi, What is the code that you now? If you have none we can help you create the code you need But you are going to use $.ajax() to get the numbers that you are talking about from the MySQL table. And then you can update the form as your needs. Btw, im a neewbie too but i can help in what i can

[jQuery] Re: Tablesorter & Pager Problem

2009-07-21 Thread Vamshi
My bad didnt copy the pager div section from the example. On Jul 21, 11:31 am, Vamshi wrote: > This works fine when i just use tablesorter but when I add pager > plugin code , it doesnot work properly. > > What happens : When I click on the header to sort, it displays me a > just the header row

[jQuery] jquery, php question (Probably the wrong place to ask)

2009-07-21 Thread raisputin
Hello, newb here ;) This is probably the wrong place to ask, but maybe someone could point me in the right direction if that is the case :) I am pulling data from a mysql database to partially populate a form. This is all done in a 'dialog' which is really slick, so when I open that dialog, i ge

[jQuery] jQuery Conference Update

2009-07-21 Thread Rey Bango
Hi everyone, I wanted to let you know that there are only 56 seats left for the jQuery Conference. 300 is the max. We'll probably sell out by tomorrow. If you plan to attend, I would recommend registering quickly. http://events.jquery.com Rey...

[jQuery] Re: Replace div with another div

2009-07-21 Thread Cesar Sanz
It is always a good idea to put the way you achieve your results.. Maybe other people is looking the same as you.. We must to learn not being so selfish! - Original Message - From: "expresso" To: "jQuery (English)" Sent: Thursday, July 02, 2009 8:52 PM Subject: [jQuery] Re: Replace

[jQuery] Re: Binding of object

2009-07-21 Thread Eric Garside
In what situation in your code would more than a single event be bound to the element? On Jul 21, 11:22 am, Liam Potter wrote: > Well the way you do it would really do anything, it will just unbind, > then run the function again as it is chained? > > > > sken wrote: > > Would make sense but i th

[jQuery] Re: Calling other functions inside a function

2009-07-21 Thread Glazz
H at first i dont see anything wrong, i see one thing, but if ie doesn't complain lol, close each line with ; maybe that works, but hey i'm just gessing, ie doesn't show any problem because of that lol Try putting alerts to verify if they show up On 21 Jul, 20:07, "evanbu...@gmail.com" wrot

[jQuery] Re: jQuery - Best way to get this ID from the DIV.

2009-07-21 Thread Glazz
Thanks that worked :) Didn't know about that one hehe ;) Thanks again, Regards Bruno On 21 Jul, 20:14, "Richard D. Worth" wrote: > var productID = $(this).closest('.item').attr('id'); > > See > > http://docs.jquery.com/Traversing/closest > > - Richard > > On Tue, Jul 21, 2009 at 2:27 PM, Glaz

[jQuery] Re: jQuery - Best way to get this ID from the DIV.

2009-07-21 Thread Richard D. Worth
var productID = $(this).closest('.item').attr('id'); See http://docs.jquery.com/Traversing/closest - Richard On Tue, Jul 21, 2009 at 2:27 PM, Glazz wrote: > > Hi, > > I have this HTML: > > > > ... > x ... > > > > > ... > x ... > > > In the "product " DIV i have an " x " that x is an

[jQuery] Re: Inline JQuery

2009-07-21 Thread Feris
Hi Liam, Because I need a permanent host for this. Regards, Feris On Jul 21, 10:43 pm, Liam Byrne wrote: > Why not simply put the

[jQuery] Re: Inline JQuery

2009-07-21 Thread Feris
Hi Charlie, Great ! Thanks for this great solution ! Never know about Google hosting this library. Best Regards, Feris On Jul 21, 10:53 pm, Charlie wrote: > if you're using it on Blogger site easiest is to use script tag as liam > suggests and use Google library to pull it from so no worri

[jQuery] Re: Superfish How to programatically unexpand menus.

2009-07-21 Thread Rick Faircloth
No, they're jquery core functions. The fact that you're using Superfish may complicate the use of .load and .empty for this purpose. However, just use the .empty, then .load on whatever container you have for the Superfish menu and see if it repopulates quickly enough and in the manner that you

[jQuery] Re: Calling other functions inside a function

2009-07-21 Thread evanbu...@gmail.com
I was hesitant to post this because it's a lot of code but here it is function GetXmlHttpObject() { var objXMLHttp=null try { objXMLHttp = new ActiveXObject("Msxml2.XMLHTTP"); //later IE } catch (e) { try { objXMLHttp = new ActiveXObject("Microsoft.XMLHTTP"); //earlier IE } c

[jQuery] Re: Calling other functions inside a function

2009-07-21 Thread Glazz
And btw... there's any return false in createCharts(); ? On 21 Jul, 19:53, Glazz wrote: > Hi, > > Can you please post the function that is not working in Firefox > please? > > Regards > > On 21 Jul, 19:48, "evanbu...@gmail.com" wrote: > > > This is probably more of a basic javascript question t

[jQuery] jqgrid default loaderror handler : is it possible?

2009-07-21 Thread rekna
Hi, I would like to specify a default loaderror handler for all my jqgrids... 1. is this possible with $.extend($.jgrid.defaults...)? 2. how can I get a reference to the grid in my default loaderror handler?

[jQuery] Re: Calling other functions inside a function

2009-07-21 Thread Glazz
Hi, Can you please post the function that is not working in Firefox please? Regards On 21 Jul, 19:48, "evanbu...@gmail.com" wrote: > This is probably more of a basic javascript question than a specific > jquery function.  I have this jQuery function named validateSubmit() > which calls two oth

[jQuery] Calling other functions inside a function

2009-07-21 Thread evanbu...@gmail.com
This is probably more of a basic javascript question than a specific jquery function. I have this jQuery function named validateSubmit() which calls two other regular javascript functions. When using IE, both createCharts() and getDirectorIDs get called but when using FireFox, only createCharts(

[jQuery] Re: Superfish How to programatically unexpand menus.

2009-07-21 Thread JC
Is the .load and .empty superfish plugin methods? On Jul 21, 6:59 am, "Rick Faircloth" wrote: > What I do is use .load in the success section of my ajax function to reload > my menu.  I ".empty" it first, then immediately ".load" it again... > > -Original Message- > From: jquery-en@googl

[jQuery] Re: jQuery Cycle Plugin and Links

2009-07-21 Thread Mescalero
Thanks guys, Using that, this is what i have: $(function() { $('#slides').before('').cycle({ fx: 'fade', speed: 'fast', timeout: 0, pager: '#nav', after: onAfter }); }); f

[jQuery] jQuery - Best way to get this ID from the DIV.

2009-07-21 Thread Glazz
Hi, I have this HTML: ... x ... ... x ... In the "product " DIV i have an " x " that x is an image icon, when clicked it is suppossed do delete the product, i have it working very good, but i don't know if the way i do to get the ID via javascript is the best way or is a more s

[jQuery] Re: Fade on IE

2009-07-21 Thread Ryan
Thank you for reminding me why I avoid posting on Google groups. On Jul 21, 8:58 am, Liam Potter wrote: > Well, considering this problem is caused by a PNG using alpha > transparency in IE, I can assume he is using alpha transparency for a > reason. > > Ryan wrote: > > Yes well there was no ment

[jQuery] Re: Caching jQuery objects

2009-07-21 Thread Ricardo
Instead of global variables, use the data() method to save all data in your container, and use local vars for cacheing. Let's say your widget looks like this: $().ready(function(){ // cache as a local var, everything inside this function // will have access to it var $widget = $(

[jQuery] appendCache issue in tablesorter with IE7/IE8

2009-07-21 Thread postme
Hi everybody, I'm using the tablesorter plugin with the zebra widget and I've run into an issue with IE8. I'm setting a number of tablerow (tr) elements to invisible and then run a tablesorter update + appendCache action to make sure the zebra widget picks up on the changed structure of the table

[jQuery] appenCache issue in tablesorter with IE7/IE8

2009-07-21 Thread postme
Hi everybody, I'm using the tablesorter plugin with the zebra widget and I've run into an issue with IE8. I'm setting a number of tablerow (tr) elements to invisible and then run a tablesorter update + appendCache action to make sure the zebra widget picks up on the changed structure of the table

[jQuery] Re: Inline JQuery

2009-07-21 Thread Charlie
if you're using it on Blogger site easiest is to use script tag as liam suggests and use Google library to pull it from so no worries about uploads "http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"> Liam Byrne wrote: Why not simply put the

[jQuery] Re: Fade on IE

2009-07-21 Thread Liam Potter
Well, considering this problem is caused by a PNG using alpha transparency in IE, I can assume he is using alpha transparency for a reason. Ryan wrote: Yes well there was no mention of wanting to use the alpha transparency but yes you are right. On Jul 21, 8:28 am, Liam Potter wrote: c

[jQuery] Re: UI Tabs and xStandard Object

2009-07-21 Thread blackmetaluk
Created a fix $('#tabs').tabs({ select: function(event, ui) { // GET AND SET OBJECT PARAM VALUE AND STORE IN STANDARD HIDDEN INPUT WHEN SELECTING TABS if(ui.index==0) { // SET content = $("#content").val(); $

[jQuery] Re: Fade on IE

2009-07-21 Thread Ryan
Yes well there was no mention of wanting to use the alpha transparency but yes you are right. On Jul 21, 8:28 am, Liam Potter wrote: > completely defeating the point of using the alpha in the PNG. > > Ryan wrote: > > Another possibility if the container of the image has a solid > > background is

[jQuery] Example of how to set scale options for jQuery UI

2009-07-21 Thread Rick Faircloth
I've looked around, but can't find any examples of syntax for setting percentage options for the jQuery UI "scale" option. I found an example of: { show:'scale', hide:'scale' } but what I'd like to do is have the dialog go from 80% to 100% rather than 0% to 100%. (I'd like it to fadeI

[jQuery] Re: Inline JQuery

2009-07-21 Thread Liam Byrne
Why not simply put the

[jQuery] Tablesorter & Pager Problem

2009-07-21 Thread Vamshi
This works fine when i just use tablesorter but when I add pager plugin code , it doesnot work properly. What happens : When I click on the header to sort, it displays me a just the header row What should be done : ... Following is the code, $(document).ready(function() {

[jQuery] Re: Fade on IE

2009-07-21 Thread Liam Potter
completely defeating the point of using the alpha in the PNG. Ryan wrote: Another possibility if the container of the image has a solid background is to change the matte of the png to that same color of the html container background. ie. if your changing the opacity of the image and its in a d

[jQuery] Inline JQuery

2009-07-21 Thread Feris T
Hi, Can I copy all code from jquery source into inline html ? I need to use it in Blogger template. Thanks, Feris

[jQuery] Re: Fade on IE

2009-07-21 Thread Ryan
Another possibility if the container of the image has a solid background is to change the matte of the png to that same color of the html container background. ie. if your changing the opacity of the image and its in a div that has a green background then change the matte of the png to green and

[jQuery] Tablesorter & Pager Problem

2009-07-21 Thread Vamshi
$(document).ready(function() { $("#myTable").tablesorter( {sortList: [[0,1], [1,1]]}, debug: true ) .tablesorter({widthFixed: true, widgets: ['zebra']}) .tablesorterPager({container: $ ("#pager")}); } );

[jQuery] Re: Binding of object

2009-07-21 Thread Liam Potter
Well the way you do it would really do anything, it will just unbind, then run the function again as it is chained? sken wrote: Would make sense but i think i go with my unbind solution ... thanx for your help.

[jQuery] Re: Binding of object

2009-07-21 Thread sken
Would make sense but i think i go with my unbind solution ... thanx for your help.

[jQuery] Re: Binding of object

2009-07-21 Thread Liam Potter
ok, I think I understand now, there is no check binding function or plugin that I know off. If I have understood you correctly then this is how I would go about it. I would check if a variable onclick is set, if found to not of been set, run through the ajax, and on the ajax callback, set the

[jQuery] Re: Binding of object

2009-07-21 Thread sken
I don't do this intentionally. I DON'T want to bind several click bindings on the object. Therefore i was just curious if there is a check function to find out if there is already a binding. > Why would you bind several clicks to the object, all running the one > function? That's my point. I DON'

[jQuery] Re: process jquery on ajax loaded content

2009-07-21 Thread Charlie
read FAQ's on jQuery site and use livequery or live() Marek wrote: Hello I have question about JQUERY. Im using $(".item").draggable({ revert: 'valid' }); // for making draggable content Im inserting data to PHP file by $.post("insert.php", { name: "123", time: "123" } ); After inser

[jQuery] Re: Binding of object

2009-07-21 Thread Liam Potter
can you show me your code, as I'm still struggling to understand just what you are trying to achieve. Why would you bind several clicks to the object, all running the one function? sken wrote: there are several click binding. so the function is triggered several times. the function gets aja

[jQuery] Thickbox and loading a url with '?' parameters

2009-07-21 Thread sso
Subject pretty much sums it up. Thickbox uses ?param1=xx¶m2=yy to load content into an iframe. The problem is the url I want to load also contains params. So I end up with mysite.com/index.php?x=1&y=2?param1=xx¶m2=yy and it only loads mysite.com/index.php Any way to work around those or a mo

[jQuery] Re: Binding of object

2009-07-21 Thread sken
there are several click binding. so the function is triggered several times. the function gets ajax content instead of getting this content only once the ajax request is done several times

[jQuery] Re: HTML :contains selector equivalent

2009-07-21 Thread KuroTsuto
Bumpage. On Jul 17, 1:07 pm, KuroTsuto wrote: > Hey, > > One component to my current project involves retrieving various blocks > of text and html from a database that are displayed on a website (a > website that is composed of the same blocks of text and html from the > same database) via $.get

[jQuery] Re: Binding of object

2009-07-21 Thread Liam Potter
well, if there is only one function binded to the object, and only will be one, why do you need to check if there is an event bound to it? sken wrote: The click event should only trigger ONE function. I use a lot of ajax content and for some reason, it happens that on one object (#login) the

[jQuery] Re: Binding of object

2009-07-21 Thread sken
The click event should only trigger ONE function. I use a lot of ajax content and for some reason, it happens that on one object (#login) there a several click bindings. It's not visible for the user but in the console. So i would be nice if there would be some kind of check like var test

[jQuery] Re: CSS height/width function value

2009-07-21 Thread gil
Maybe this links could help. http://dtott.com/thoughts/2008/01/19/convert-pixels-to-ems-a-bookmarklet/ http://riddle.pl/emcalc/ On Jul 20, 7:49 pm, FirefoxRocks wrote: > Currently for the height and width functions, this is the description: > > >> Get the current computed, pixel, height of the

[jQuery] Re: Input fields bug

2009-07-21 Thread gil
Hi Koos, It might be this: When you open the pop up it adds some divs, but there is one that doesn't disappear when you click exit. Disable the div with id=overlayButtonPlaceholder with display:none, when you close the popup. Regards On Jul 21, 2:09 am, Kozie wrote: > Hi, > > I recently stum

[jQuery] Re: Superfish How to programatically unexpand menus.

2009-07-21 Thread Rick Faircloth
What I do is use .load in the success section of my ajax function to reload my menu. I ".empty" it first, then immediately ".load" it again... -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of JC Sent: Tuesday, July 21, 2009 1:13 AM To

[jQuery] Re: [tooltip] Persistence

2009-07-21 Thread Karl Swedberg
I don't think you can do that with Tooltip. But you can with clueTip: plugins.learningjquery.com/cluetip/ --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 21, 2009, at 5:40 AM, Hogsmill wrote: Is it possible to make tooltoips persistent, i.e. you have t

[jQuery] Re: jQuery => License

2009-07-21 Thread Karl Swedberg
More specifically, jQuery is dual-licensed under GPL and MIT. For most sites, the MIT is the appropriate license: Copyright (c) 2009 John Resig, http://jquery.com/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files

[jQuery] Re: jQuery => License

2009-07-21 Thread Matt Zagrabelny
On Tue, 2009-07-21 at 00:46 -0700, Kaps wrote: > Hello Team, > > I just want to know that do I need to purchase a license if I want to > use jquery on public sites. > > Waiting for your quick reply!! jQuery is Free Software. Feel free to use as you'd like. You don't need to purchase anything bec

[jQuery] Re: Cluetip - From a function

2009-07-21 Thread Karl Swedberg
I'm really at a loss. I'm going to have to solicit help from others. --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 21, 2009, at 12:12 AM, DotnetShadow wrote: Hi there Karl, I was wondering if you have had a chance to look at this problem? I would lo

[jQuery] Re: Treeview plugin for navigation - solution

2009-07-21 Thread piquet
I've been having trouble with the persist:cookies generally and was pleased to see your edited post regarding 1.4.1. However, I'm now using lazy loading with the treeview.async.js model and find that that the treeview.js 1.4.1 appears to break completely. Should I expect the persist:cookies opt

[jQuery] Re: Call for contributors: A simple, fast and flexible grid/spreadsheet component.

2009-07-21 Thread Arilian
I'm having funny filtering with the slickgrid 'widget'. It's reading the filter properly and reducing to the right number of rows but it appears to only be cutting down the number of rows displayed to match the number found to match the filter not properly removing the rows that don't match. I m

[jQuery] Re: order of ajax calls

2009-07-21 Thread Naveen
You can move the dependent calls into separate functions. Then in callback function of first call, trigger the second call. $.getJSON("blah", function(firstCallBack){ do your stuff ... callNextJSON();}) function callNextJSON(){ $.getJSON(..);} -Original Message- From:

[jQuery] process jquery on ajax loaded content

2009-07-21 Thread Marek
Hello I have question about JQUERY. Im using $(".item").draggable({ revert: 'valid' }); // for making draggable content Im inserting data to PHP file by $.post("insert.php", { name: "123", time: "123" } ); After insert im loading actual content by $.ajax({ url: "view.php", cache: false,

[jQuery] listnav letter question?

2009-07-21 Thread keith
Great solution to managing large lists... 3 thumbs up! =) After playing with it this evening, I found myself wondering what it would take to possibly target another attribute to determine its placement? For instance if I were to use an image instead of a link or some other type of content witho

[jQuery] Superfish Wordpress

2009-07-21 Thread Taniss
hi, i to do this in the header $('document').ready(function(){ $('ul.sf-menu') .find ('li.current_page_item,li.current_page_parent,li.current_page_ancestor­') .addClass('current') .end() .superfish({ pathClass : 'current' delay: 500, speed: 'fast' }); })

[jQuery] Input fields bug

2009-07-21 Thread Kozie
Hi, I recently stumbled upon an odd bug i haven't seen earlier while developing my website ( http://demo.7u.nl/liveandtravel/index.htm ). The bug is only relevant for IE browsers (even IE8 though). When clicking on a block with text, like 'Stranden' or 'Rondreizen', you see a popup with the rele

[jQuery] Cycle Plugin: Pause the cycle from link withing the cycling content?

2009-07-21 Thread welshy1984
I am having an issue with pausing the cycle from links within the cycle. I have set up a cycle that contains a html contentent including a 'video playlist'. This is a javascript based list that updates a flash video player with a new video inside the cycle. The videos are loading fine, but for so

[jQuery] jQuery => License

2009-07-21 Thread Kaps
Hello Team, I just want to know that do I need to purchase a license if I want to use jquery on public sites. Waiting for your quick reply!!

[jQuery] set charset of request header in jQuery.ajax

2009-07-21 Thread Marc
Hi i have an Oracle DB with WE8ISO8859P15 charset and a website with ISO-8859-15 charset in headers. Until I use jQuery all works fine, but now i'm using an ajax function to submit a form inside a jQuery ui dialog, like this: jQuery("#btn_submit").click(function(){ jQuery.ajax({ typ

[jQuery] fire sharethis method after page loads completly

2009-07-21 Thread The Phenom
Hi All, I am facing a performance issue while using sharethis plugin. To enhance the performance I need to call sharethis method once the pageloads completely. How do I exceute a sharethis script after the page load or How to fire a ajax method when page load is completed. Any directi

[jQuery] Re: ajaxForm and validate plugin

2009-07-21 Thread David Parloir
hi András, I suppose that after 2 weeks you found a solution, but i was in the same situation and I was thinking "too bad there is no answer to that : (" So, now that I've found the solution, here it goes, for the next one. 1. i create the form's validation rules: $('#formId').validate({

[jQuery] Re: Caching jQuery objects

2009-07-21 Thread olsch01
I guess I could also create a global object, and then store all the variables and functions in there. But in this case it's not so important, because the widget will be the only content on the page and loaded into an iframe. On 21 Jul., 13:25, Jules wrote: > I found out that jquery.validate code

[jQuery] How to append the new post?

2009-07-21 Thread Ram...
Hi, How to append the new post to all the other users list. Like the way facebook.com doing. if I put a post it will update the my friends list automatically with out refreshing the browsers immediately. So could you please tell me how to do that? How to append the new post. Thank you, Ramanjan

[jQuery] [tooltip] Persistence

2009-07-21 Thread Hogsmill
Is it possible to make tooltoips persistent, i.e. you have to click to remove? Cheers, H

[jQuery] Re: jquery ui dialog get element from button

2009-07-21 Thread Mean Mike
Carlo buddy where is the button with the id that your looking for ? On Jul 21, 5:06 am, Carlo Landmeter wrote: > I'm not able to send the whole html but i can show you the jquery stuff: > I am using this in a drupal CMS with jQuery 1.2.6 and jQuery UI 1.6. > > Drupal includes the following css/j

  1   2   >