Re: [jQuery] Re: Autocomplete plugin compatability with jQuery 1.4?

2010-01-31 Thread Richard D. Worth
Yes, and yes. On Sun, Jan 31, 2010 at 3:41 PM, Jose jmal...@gmail.com wrote: On Fri, Jan 29, 2010 at 1:38 AM, Richard D. Worth rdwo...@gmail.com wrote: The latest version is jQuery UI Autocomplete, and it is compatible with jQuery 1.4. You can find it in jQuery UI 1.8rc1: http

Re: [jQuery] Re: Autocomplete plugin compatability with jQuery 1.4?

2010-01-28 Thread Richard D. Worth
The latest version is jQuery UI Autocomplete, and it is compatible with jQuery 1.4. You can find it in jQuery UI 1.8rc1: http://blog.jqueryui.com/2010/01/jquery-ui-1-8rc1/ - Richard On Thu, Jan 28, 2010 at 6:44 PM, dirk.diggler mitch.ab...@gmail.com wrote: Anthony, The short answer would

Re: [jQuery] New Forums

2010-01-22 Thread Richard D. Worth
On Fri, Jan 22, 2010 at 10:23 AM, Octavian Rasnita orasn...@gmail.comwrote: From: Karl Swedberg k...@englishrules.com On Jan 21, 2010, at 8:11 PM, brian wrote: FWIW, I'm pretty sure the decision to drop Google Groups is due to John Ressig's account being spoofed by spammers. No, that's

Re: [jQuery] jquery 1.4 and jqueryui tabs with ajax load

2010-01-22 Thread Richard D. Worth
See http://forum.jquery.com/topic/jquery-1-4-upgrade-issues#1473700636757 - Richard On Mon, Jan 18, 2010 at 5:59 AM, Joris D'Huys jdh...@gmail.com wrote: I've upgraded to jquery 1.4 and my tabs with ajax load no longer work. uncaught exception: jQuery UI Tabs: Mismatching fragment

Re: [jQuery] jquery.stylish-select.js - problem in Internet Explorer

2010-01-10 Thread Richard D. Worth
My guess is the field you are calling the plugin on also has an ASP.Net validator on it. When the plugin triggers the change event to notify the form element that the user changed the value, the ASP.Net validator receives the event with the wrong target. See http://dev.jqueryui.com/ticket/4071

Re: [jQuery] Dialog bug

2010-01-01 Thread Richard D. Worth
This is because the iframe is picking up the mouse events and not the page that the dialog is in. To prevent this, place a div over the entire iframe during the dialog drag. You can create and position this element in the dialog's dragStart and remove it in the dragStop:

Re: [jQuery] jquery customised easing

2009-12-30 Thread Richard D. Worth
This can be achieved by using the easing plugin http://plugins.jquery.com/project/Easing which is included in the jQuery UI Effects Core. See here for a demo: http://jquery-ui.googlecode.com/svn/trunk/demos/effect/easing.html I think the one you're looking for is 'easeOutBack' - Richard On

Re: [jQuery] jquery customised easing

2009-12-30 Thread Richard D. Worth
-in but I didn't think it could be used in the way I need it? As I am positioning background image..? Please correct me if I'm wrong - better yet - show me how? :D Thanks again Richard D. Worth-2 wrote: This can be achieved by using the easing plugin http://plugins.jquery.com/project

Re: [jQuery] Re: how to access elements with index in for-loop

2009-12-23 Thread Richard D. Worth
What about using .each? http://docs.jquery.com/Core/each#callback - Richard On Wed, Dec 23, 2009 at 8:34 PM, Eric Zhong ericiszhongwen...@gmail.comwrote: 2009/12/24 Eric Zhong ericiszhongwen...@gmail.com when i use for-loop to access elements with array index or get() method it doesn't

Re: [jQuery] Re: how to access elements with index in for-loop

2009-12-23 Thread Richard D. Worth
The index is passed as the first argument to the callback function you provide to .each. - Richard On Wed, Dec 23, 2009 at 8:49 PM, Eric Zhong ericiszhongwen...@gmail.comwrote: 2009/12/24 Richard D. Worth rdwo...@gmail.com What about using .each? http://docs.jquery.com/Core/each#callback

Re: [jQuery] Re: dialog box

2009-12-22 Thread Richard D. Worth
On Mon, Dec 21, 2009 at 11:01 PM, Jojje jojjsus_chr...@hotmail.com wrote: oh ok :) Thanks for taking time to answer :) So now i got this, it works but it sends the ajax calls twice. is it maybe because i set the callback wrong? the callback argument gets: function() {

Re: [jQuery] Dialog only opening the once

2009-12-22 Thread Richard D. Worth
See http://blog.nemikor.com/2009/04/08/basic-usage-of-the-jquery-ui-dialog/ Also, if you should have any more questions, note there's a separate list for jQuery UI: http://groups.google.com/group/jquery-ui - Richard On Tue, Dec 22, 2009 at 5:22 AM, Sir Rawlins

Re: [jQuery] UI dialog, How to center buttons

2009-12-22 Thread Richard D. Worth
.ui-dialog .ui-dialog-buttonpane { text-align: center; } .ui-dialog .ui-dialog-buttonpane button { float: none; } - Richard On Tue, Dec 22, 2009 at 1:44 PM, RobGMiller robgmil...@gmail.com wrote: What is the easiest way to manage button location at runtime?

Re: [jQuery] Re: jQuery in e107 plugin?

2009-12-21 Thread Richard D. Worth
, Richard D. Worth rdwo...@gmail.com wrote: After the second one is loaded you can get back to the first one using noConflict: http://docs.jquery.com/Core/jQuery.noConflict - Richard On Fri, Dec 18, 2009 at 11:13 AM, Harsányi János hajani...@gmail.com wrote: I have two e107 plug ins

Re: [jQuery] dialog box

2009-12-21 Thread Richard D. Worth
This can't be done with JavaScript. In order for JavaScript to be able to display an Ok and Cancel button for the user to press, JavaScript cannot also be waiting to return a value for your function as that would block the browser UI, since JavaScript is single-threaded. You have to use callback

Re: [jQuery] To make an Id using a variable

2009-12-19 Thread Richard D. Worth
$(#utype + t) - Richard On Sat, Dec 19, 2009 at 3:18 PM, Andre Polykanine an...@oire.org wrote: Hello everyone, What I'm trying to do is to make a radio button checked depending on a variable gotten via PHP. Here's the code: // What radio button was checked previously? var t=?=$f[Type]?;

Re: [jQuery] jQuery in e107 plugin?

2009-12-19 Thread Richard D. Worth
After the second one is loaded you can get back to the first one using noConflict: http://docs.jquery.com/Core/jQuery.noConflict - Richard On Fri, Dec 18, 2009 at 11:13 AM, Harsányi János hajani...@gmail.comwrote: I have two e107 plug ins which are using jQuery. The first one uses jQuery UI

Re: Re[2]: [jQuery] To make an Id using a variable

2009-12-19 Thread Richard D. Worth
? -- With best regards from Ukraine, Andre Skype: Francophile; WlmMSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polykanine; ICQ: 191749952 Twitter: m_elensule - Original message - From: Richard D. Worth rdwo...@gmail.com To: jquery-en@googlegroups.com

Re: Re[2]: [jQuery] Re: What is the event when a user presses the enter key anywhere on the page?

2009-12-19 Thread Richard D. Worth
: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polykanine; ICQ: 191749952 Twitter: m_elensule - Original message - From: Richard D. Worth rdwo...@gmail.com To: jquery-en@googlegroups.com jquery-en@googlegroups.com Date: Friday, December 18, 2009, 3:19

Re: Re[4]: [jQuery] Re: What is the event when a user presses the enter key anywhere on the page?

2009-12-19 Thread Richard D. Worth
to the validation plugin? Thanks! -- With best regards from Ukraine, Andre Skype: Francophile; WlmMSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polykanine; ICQ: 191749952 Twitter: m_elensule - Original message - From: Richard D. Worth rdwo

Re: [jQuery] Help with draggable / droppable

2009-12-18 Thread Richard D. Worth
Worked ok for me: http://jsbin.com/anure source: http://jsbin.com/anure/edit If you need any more help, note that there's a separate list for jQuery UI: http://groups.google.com/group/jquery-ui - Richard On Thu, Dec 17, 2009 at 1:14 PM, Alex Beston alex.bes...@gmail.com wrote: Hi there,

Re: [jQuery] Help with droppable

2009-12-18 Thread Richard D. Worth
Answered here http://groups.google.com/group/jquery-en/browse_thread/thread/6baa555a340b3ec4 - Richard On Fri, Dec 18, 2009 at 5:28 AM, Alex Beston alex.bes...@gmail.com wrote: Hi there, I'm trying to create some words which can be dragged and dropped into a container (called droppable).

Re: [jQuery] Jquery using Modal Window with user input

2009-12-18 Thread Richard D. Worth
You can use the jQuery UI Dialog with the modal option set to true. Here's an example: http://jqueryui.com/demos/dialog/#modal-form - Richard On Fri, Dec 18, 2009 at 10:12 PM, tinypond lawre...@tinypond.com wrote: What I am trying to do is the following: I have a webpage with some input

Re: [jQuery] prompt before closing dialog

2009-12-17 Thread Richard D. Worth
Handle the beforeclose event and return false if you don't want to allow the dialog to close yet: http://docs.jquery.com/UI/Dialog#event-beforeclose If you have any further questions, there's a separate list for questions about jQuery UI plugins: http://groups.google.com/group/jquery-ui -

Re: [jQuery] Re: Styling dynamic content

2009-12-17 Thread Richard D. Worth
Works for me: http://jsbin.com/egoto/ - Richard On Wed, Dec 16, 2009 at 8:44 PM, Jason Kaczmarsky jkaczmar...@yahoo.comwrote: Yes, I am sure they are the correct class and are showing up properly. Button press: //loop $(#files).append('div class=file'+Files[i]+'/div'); //end loop

Re: [jQuery] traversal question for IE6 and IE7

2009-12-17 Thread Richard D. Worth
Your html isn't valid. * A dl cannot contain a div directly as you've shown, only dts and dds. * The dt and dd elements inside the div#bar need to be directly inside the dl. They can't have a div as a parent. * The dt and dd elements don't close immediately when you put a closing slash in the

Re: [jQuery] Re: prompt before closing dialog

2009-12-17 Thread Richard D. Worth
Here's an example of using a confirm inside beforeclose Demo: http://jsbin.com/urosa Source: http://jsbin.com/urosa/edit - Richard On Thu, Dec 17, 2009 at 5:30 AM, Obi1 gurreiro_fa...@yahoo.com.br wrote: this doesn't seem to work, i mean the prompt appears but only after dialog is closed;

Re: [jQuery] Re: prompt before closing dialog

2009-12-17 Thread Richard D. Worth
The built in browser confirm is the only way you can block (with for the user to respond) without blocking the UI. Any javascript confirm will have to use a callback instead of a return false. In that case you can return false to prevent the close, then use the result of the jConfirm callback to

Re: [jQuery] Re: What is the event when a user presses the enter key anywhere on the page?

2009-12-17 Thread Richard D. Worth
$(document).keypress(function(e) { if(e.ctrlKey e.which == 13) { $('#myForm').submit(); } }); or $('#myForm').keypress(function(e) { if(e.ctrlKey e.which == 13) { $(this).submit(); } }); - Richard On Thu, Dec 17, 2009 at 7:40 PM, Andre Polykanine an...@oire.org wrote: Hello

Re: [jQuery] Re: Styling dynamic content

2009-12-17 Thread Richard D. Worth
://pendarenstudios.com/NEW/file_sel.php On Dec 17, 10:39 am, Jason Kaczmarsky jkaczmar...@yahoo.com wrote: I must have missed something cause I made a new page and rewrote the code and it worked fine. Thanks for the help guys. On Dec 17, 5:26 am, Richard D. Worth rdwo...@gmail.com wrote: Works

Re: [jQuery] Call from Javascript to jQuery javascript function

2009-12-16 Thread Richard D. Worth
On Tue, Dec 15, 2009 at 8:46 PM, brian zijn.digi...@gmail.com wrote: And, if you'd like callit() to be run only when the document is fully loaded, just wrap the call in another $(document).ready() block: script type=text/javascript $(document).ready(function() { // whatever

Re: [jQuery] Viewport Scroll

2009-12-16 Thread Richard D. Worth
See http://flesler.blogspot.com/2007/10/jqueryscrollto.html - Richard On Tue, Dec 15, 2009 at 2:42 PM, Wroathe reallyto...@gmail.com wrote: Hi there! I'm using jQuery to load in some content from a separate page and I was wondering if there was a way to make the browser viewport scroll

Re: [jQuery] beginner help with using custom jquery ui objects.

2009-12-14 Thread Richard D. Worth
We'd love to help answer these questions over here: http://groups.google.com/group/jquery-ui Thanks. - Richard On Mon, Dec 14, 2009 at 7:02 PM, David_ca david.calling...@gmail.comwrote: Hi, With help from this tutorial http://bililite.com/blog/understanding-jquery-ui-widgets-a-tutorial/

Re: [jQuery] jquery numeric spinner and jqueryui tabs

2009-12-10 Thread Richard D. Worth
On Wed, Dec 9, 2009 at 4:52 PM, Jason Meckley jasonmeck...@gmail.comwrote: it appears that calling load programatically (rather than clicking on the tab manually) does not call the show function. In that case, you might try .triggerHandler('click') - Richard

Re: [jQuery] Problem with images loaded dynamically

2009-12-10 Thread Richard D. Worth
My guess would be to check and make sure the server is configured to send the appropriate mime-type for the file, based on the extension. - Richard On Mon, Dec 7, 2009 at 2:35 PM, jlee patrykk...@gmail.com wrote: Hi, I'm stuck here - I'm trying to load images dynamically on my website, but

Re: [jQuery] selectedClass option in jQuery UI 1.7.2

2009-12-10 Thread Richard D. Worth
This decision was made as part of our creation and adoption of the jQuery UI CSS Framework. This offers a set of generic widget classes that we use across all jQuery UI widgets, and we encourage others to make use of the same. Then all widgets can be themed with simplicity, using a pre-built

Re: [jQuery] selectedClass option in jQuery UI 1.7.2

2009-12-10 Thread Richard D. Worth
And if you have any future questions about jQuery UI, note there's a mailing list for it: http://groups.google.com/group/jquery-ui Thanks. - Richard On Thu, Dec 10, 2009 at 7:07 AM, Richard D. Worth rdwo...@gmail.com wrote: This decision was made as part of our creation and adoption

Re: [jQuery] Conflict at function data() of jquery 1.3.2 library and ui.core.js

2009-12-10 Thread Richard D. Worth
What exactly is the problem? - Richard On Thu, Dec 10, 2009 at 2:58 AM, cogitovn cogit...@gmail.com wrote: Dear all, I use both libraries: jQuery 1.3.2 and ui.core, ui.slider. Besides, plugin (jquery) tool.tooltip (http://flowplayer.org/tools/ tooltip.html

Re: [jQuery] Re: jquery numeric spinner and jqueryui tabs

2009-12-10 Thread Richard D. Worth
(or after the content is attached to a parent), process the spinner? $(function(){$(.spinner).spinner();}); doesn't work when placed within the ajax content itself. it produces the same results as calling spinner in the load event. the outerHeight/Width are 0. On Dec 10, 6:29 am, Richard D

Re: [jQuery] AND OR Expression

2009-12-10 Thread Richard D. Worth
Convert with parseInt and then compare int to int instead of strings https://developer.mozilla.org/En/Core_JavaScript_1.5_Reference/Global_Functions/ParseInt - Richard On Thu, Dec 10, 2009 at 12:26 PM, evanbu...@gmail.com evanbu...@gmail.comwrote: I having trouble with this line if

Re: [jQuery] Re: AND OR Expression

2009-12-10 Thread Richard D. Worth
(bgColor); If I do this, it works if (td4th.text() 4) td4th.addClass(bgColor); but once I add the rest beyond the || operator it doesn't. On Dec 10, 1:29 pm, Richard D. Worth rdwo...@gmail.com wrote: Convert with parseInt and then compare int to int instead of strings

Re: [jQuery] Re: .trigger and .triggerHandler methods

2009-12-09 Thread Richard D. Worth
Could you share a live sample page? If you don't have a place to host one, jsbin.com: http://jsbin.com/ That will allows us to see what you're seeing quite easily. - Richard On Wed, Dec 9, 2009 at 9:23 AM, T.J. theimmortal...@gmail.com wrote: For further clarification, the way I'm calling

Re: [jQuery] Re: .trigger and .triggerHandler methods

2009-12-09 Thread Richard D. Worth
am, Richard D. Worth rdwo...@gmail.com wrote: Could you share a live sample page? If you don't have a place to host one, jsbin.com: http://jsbin.com/ That will allows us to see what you're seeing quite easily. - Richard On Wed, Dec 9, 2009 at 9:23 AM, T.J. theimmortal

Re: [jQuery] Re: .trigger and .triggerHandler methods

2009-12-09 Thread Richard D. Worth
of what I'm trying to attempt. What the button on my page actually does is quite different, and if you need that then let me know. On Dec 9, 8:29 am, Richard D. Worth rdwo...@gmail.com wrote: Could you share a live sample page? If you don't have a place to host one, jsbin.com

Re: [jQuery] How do I write an express to access all radio button elements?

2009-12-09 Thread Richard D. Worth
$(':radio') http://docs.jquery.com/Selectors/radio - Richard On Wed, Dec 9, 2009 at 10:41 AM, Dhruva Sagar dhruva.sa...@gmail.comwrote: $('input[type=radio]') Thanks Regards, Dhruva Sagar. On Wed, Dec 9, 2009 at 9:03 PM, laredotorn...@zipmail.com laredotorn...@zipmail.com wrote:

Re: [jQuery] ui-accordion page is not working in Firefox

2009-12-08 Thread Richard D. Worth
Any chance you've fixed it since you sent your email? Caus it looks fine to me in Firefox 3.5.5. If it's still giving you problems, perhaps clear your cache, disable all add-ons (including Firebug), inspect with Firebug (after you've ruled out all add-ons and re-enabled it). - Richard On Tue,

Re: [jQuery] Re: Remove css attribute from the DOM element

2009-12-07 Thread Richard D. Worth
On Sun, Dec 6, 2009 at 9:19 PM, Joshua Partogi joshua.part...@gmail.comwrote: On Dec 7, 12:36 pm, evanbu...@gmail.com evanbu...@gmail.com wrote: I like to use the addClass method rather than embed CSS in my js code. I find it easier to maintain. $('td').addClass('myCSSClass');

Re: [jQuery] Is possible to update two div with the same load?

2009-12-04 Thread Richard D. Worth
I think you're better of with $.get and then doing the finding and loading into both divs yourself. - Richard On Fri, Dec 4, 2009 at 5:21 AM, NMarcu marcu.nico...@gmail.com wrote: Hi, I need to update a div that contain a table, and another one that contain a drop down list, that is build

Re: [jQuery] javascript variable scope

2009-12-04 Thread Richard D. Worth
Cool, huh? This is one of the beauties and real powers of the JavaScript language. It's called a closure: https://developer.mozilla.org/en/Core_JavaScript_1.5_Guide/Working_with_Closures - Richard On Fri, Dec 4, 2009 at 6:46 PM, cmonahan cmona...@yahoo.com wrote: This surprised me. I made

Re: [jQuery] About selectable

2009-12-01 Thread Richard D. Worth
This isn't a built-in feature. I have an idea or two about how you might do this. What's the use case? Oh, and please start a new thread on the jQuery UI list: http://groups.google.com/group/jquery-ui Thanks. - Richard On Tue, Dec 1, 2009 at 4:57 AM, Catta cat...@hotmail.com wrote: Hi Im

Re: [jQuery] Cookie in JQuery. Create, Update and Get

2009-12-01 Thread Richard D. Worth
See http://plugins.jquery.com/project/cookie - Richard On Tue, Dec 1, 2009 at 9:55 PM, shapper mdmo...@gmail.com wrote: Hello, I need to add a cookie with value true or false. If the cookie does not exist then created. Otherwise change its value to the new value. Later I need to get the

Re: [jQuery] looping through elements with jQuery based on class

2009-12-01 Thread Richard D. Worth
On Tue, Dec 1, 2009 at 9:53 PM, led l.r@sapo.pt wrote: I'm try to use star rating plugin frm http://fyneworks.com/jquery/star-rating/. I need to add class 'star-rating-on' on the divs with class 'star- rating rater-0 auto-submit-star star-rating-applied star-rating- live' . That's

Re: [jQuery] Re: looping through elements with jQuery based on class

2009-12-01 Thread Richard D. Worth
')' in page. Is that i need to show the results of the rating. if the result is 3 then add the class to only the first 3 stars. On 2 dez, 03:21, Richard D. Worth rdwo...@gmail.com wrote: On Tue, Dec 1, 2009 at 9:53 PM, led l.r@sapo.pt wrote: I'm try to use star rating plugin frm http

Re: [jQuery] slideToggle Functions

2009-11-30 Thread Richard D. Worth
Each of the methods you mention accept (optionally) a single callback function as a final argument. Neither accept more than one. See: http://docs.jquery.com/Effects/toggle#speedcallback http://docs.jquery.com/Effects/slideToggle#speedcallback If you want to do something different in one case

Re: [jQuery] Re: Cancel Selected An Item of Selectable

2009-11-26 Thread Richard D. Worth
provides a way to unselected one item by doing ctrl+click. Here is the sample: http://jsbin.com/ujile On 11月25日, 上午11时59分, Richard D. Worth rdwo...@gmail.com wrote: We'd be happy to help you over here: http://groups.google.com/group/jquery-ui http://groups.google.com/group/jquery

Re: [jQuery] jQuery Slider - disable keyboard control

2009-11-26 Thread Richard D. Worth
I don't recommend it, as it's there for accessibility. However, if you must, add your own handle manually with no href: div id=slider a class=ui-slider-handle/a /div If you have any more questions about it, please ask on the jQuery UI list: http://groups.google.com/group/jquery-ui - Richard

Re: [jQuery] Extract tag element and closing tag

2009-11-25 Thread Richard D. Worth
See http://github.com/brandonaaron/jquery-outerhtml Here's the spoiler: alert( $('div/div').append( $(this).clone() ).html() ); - Richard On Wed, Nov 25, 2009 at 8:14 AM, coldwired co...@coolwired.net wrote: Hi, I've got the following piece of code that extracts the html code contained

Re: [jQuery] Problem with slider if else. Please help.

2009-11-25 Thread Richard D. Worth
On Wed, Nov 25, 2009 at 1:18 AM, Morgan morganma...@gmail.com wrote: Hi, I'm a jquery novice and am trying to get a simple cost slider to work the way I want with no luck. I've used this as my foundation and modified it so that the cost is set behind the scenes and not entered by the user

Re: [jQuery] is there a good way to open show an iframe in a jQuery dialog window?

2009-11-24 Thread Richard D. Worth
If by jquery dialog window you mean jQuery UI Dialog, please ask here: http://groups.google.com/group/jquery-ui If you mean another plugin, please specify which one. Thanks. - Richard On Tue, Nov 24, 2009 at 7:32 PM, thisisvlad nab...@thisisvlad.com wrote: i want to use a jquery dialog

Re: [jQuery] Cancel Selected An Item of Selectable

2009-11-24 Thread Richard D. Worth
We'd be happy to help you over here: http://groups.google.com/group/jquery-ui http://groups.google.com/group/jquery-uiPlease post a live sample page showing the problem. If you don't have a way to host one, please create one on jsbin.com: http://jsbin.com/ - Richard On Tue, Nov 24, 2009 at

Re: [jQuery] Re: is this legal acording to the jQuery licence

2009-11-23 Thread Richard D. Worth
See http://groups.google.com/group/jquery-en/browse_thread/thread/2ab7ba203fc3267f - Richard On Mon, Nov 23, 2009 at 5:52 AM, Dimitar dimitar.vel...@gmail.com wrote: Can anyone answer on this? On Nov 19, 4:11 pm, Dimitar Velkov dimitar.vel...@gmail.com wrote: Hello, I need to use jQuery

Re: [jQuery] dialog partial content not visible in IE7

2009-11-23 Thread Richard D. Worth
Please post this question to the jQuery UI list: http://groups.google.com/group/jquery-ui http://groups.google.com/group/jquery-uiAlso, it would help if you could reduce this to a minimal test page that reproduces the issue. Thanks. - Richard On Sat, Nov 21, 2009 at 9:23 PM, Bill

Re: [jQuery] JQuery Dialog, bug when page loading?

2009-11-19 Thread Richard D. Worth
loading, tabs are display for a few sec, without being organize in tabs. How can I resolve this bug with tabs? 2009/11/18 Richard D. Worth rdwo...@gmail.com Hide the dialog in the html by putting it in a hidden container, or putting style=display:none; on the element itself. When you call

Re: [jQuery] JQuery Dialog, bug when page loading?

2009-11-18 Thread Richard D. Worth
Hide the dialog in the html by putting it in a hidden container, or putting style=display:none; on the element itself. When you call .dialog('open') that attribute will be removed. - Richard On Wed, Nov 18, 2009 at 4:20 AM, NMarcu marcu.nico...@gmail.com wrote: Hello all, I have a

Re: [jQuery] Selectors, Escaping special Character in JQuery 1.3.2 not working as expected.

2009-11-17 Thread Richard D. Worth
Works for me: http://jsbin.com/izoco source: http://jsbin.com/izoco/edit - Richard On Tue, Nov 17, 2009 at 4:01 AM, phil pkra...@gmail.com wrote: I just recently attempted to upgrade from jQuery 1.2.6 to jQuery 1.3.2 and it broke several web pages where my selectors are escaping special

Re: [jQuery] How to implement an Excel-like UI?

2009-11-17 Thread Richard D. Worth
Start here: http://jqueryplugins.weebly.com/jquerysheet.html - Richard On Mon, Nov 16, 2009 at 8:27 PM, sayeo87 yeosuan...@gmail.com wrote: Hi, I'm new to jQuery, and plan on doing some tutorials to get more familiar with it. But my ultimate goal is to make a UI that has somewhat similar

Re: [jQuery] Jquery Boston Conference

2009-11-17 Thread Richard D. Worth
From http://ralphwhitbeck.com/2009/09/16/jQueryConference2009Summary.aspx The jQuery Conference will now be held four times next year in Boston, London, San Francisco and Online. Any further information will be posted to the jQuery Blog, http://blog.jquery.com/ as it becomes available. -

Re: [jQuery] JQuery - how to fade and loop background style

2009-11-17 Thread Richard D. Worth
jQuery UI effects core adds color animation and class transitions: http://jqueryui.com/demos/animate/ http://docs.jquery.com/UI/Effects/animate You can download it here: http://jqueryui.com/download just check 'Effects Core' - Richard On Tue, Nov 17, 2009 at 11:43 AM, Dan

Re: [jQuery] Jquery suitable for advanced webapplication

2009-11-11 Thread Richard D. Worth
In addition to jQuery, you may also want to look at jQuery UI, which is jQuery's official suite of interactions, widgets, effects, and theming for creating rich internet applications: http://jqueryui.com/ http://jqueryui.com/- Richard On Wed, Nov 11, 2009 at 8:39 AM, Wiemer

Re: [jQuery] Are there any specific reason why the Jquery library returns a lot of errors in the Firefoxx error console?

2009-11-11 Thread Richard D. Worth
There shouldn't be any errors if your application is behaving as expected. Sounds like you've got some sort of configuration problem. Perhaps you don't have the latest version of jQuery? Or you're using a plugin that hasn't been updated to work with the version of jQuery you're using? Or maybe

Re: [jQuery] help with milkbox conflict

2009-11-09 Thread Richard D. Worth
See http://docs.jquery.com/Using_jQuery_with_Other_Libraries http://docs.jquery.com/Using_jQuery_with_Other_Librariesand http://docs.jquery.com/Core/jQuery.noConflict http://docs.jquery.com/Core/jQuery.noConflict- Richard On Mon, Nov 9, 2009 at 8:02 AM, jessicaw1974 jessicaw1...@gmail.com

Re: [jQuery] Re: Jquery UI Accordion Navigation

2009-11-07 Thread Richard D. Worth
And sorry I didn't realize we're on the wrong list. If you need any more help, please start a new thread on the jQuery UI list: http://groups.google.com/group/jquery-ui Thanks. - Richard On Sat, Nov 7, 2009 at 7:21 AM, Richard D. Worth rdwo...@gmail.com wrote: It looks like you'll have

Re: [jQuery] How to get references to added elements

2009-11-05 Thread Richard D. Worth
Use insertAfter() instead. See http://docs.jquery.com/Manipulation/insertAfter http://docs.jquery.com/Manipulation/insertAfter- Richard On Thu, Nov 5, 2009 at 5:50 PM, kheraud kher...@gmail.com wrote: Hello, Thank you to help me to discover jQuery. I have a very easy question but i walk

Re: [jQuery] Re: Slider

2009-11-04 Thread Richard D. Worth
On Nov 2, 1:28 pm, Richard D. Worth rdwo...@gmail.com wrote: Are you adding slider1 and slider2 to get the value of slider3? In that case, why does it step at 10, 20, 30? Or perhaps you're multiplying them. Not sure since you say the value combination. Are you wanting to animate smoothly

Re: [jQuery] Attempting to hide a div using jquery but div displays for a split second and then disappears

2009-11-04 Thread Richard D. Worth
See http://www.learningjquery.com/2008/10/1-way-to-avoid-the-flash-of-unstyled-content http://www.learningjquery.com/2008/10/1-way-to-avoid-the-flash-of-unstyled-content- Richard On Wed, Nov 4, 2009 at 10:21 AM, Newbie hjohn...@geolearning.com wrote: I am working on an accordian side

Re: [jQuery] Create interactive song list selector

2009-11-03 Thread Richard D. Worth
You might take a look at the ListNav plugin: http://www.ihwy.com/Labs/jquery-listnav-plugin.aspx - Richard On Tue, Nov 3, 2009 at 7:37 AM, wshawn sh...@sanityllc.com wrote: We have a master list of hundred songs we can draw from in our database. I have already created a php / mysql / ajax

Re: [jQuery] Create PDF from js

2009-11-02 Thread Richard D. Worth
See http://code.google.com/p/jspdf/ - Richard On Mon, Nov 2, 2009 at 5:26 AM, m.ugues m.ug...@gmail.com wrote: Hallo all. Is there any plugin for creating custom PDF from javascript? I found this library http://www.collinssoftware.com/Pdf_Samples_1.htm but is not free. Kind regards.

Re: [jQuery] Slider

2009-11-02 Thread Richard D. Worth
Are you adding slider1 and slider2 to get the value of slider3? In that case, why does it step at 10, 20, 30? Or perhaps you're multiplying them. Not sure since you say the value combination. Are you wanting to animate smoothly between each step even though it can't sit at any value between them?

Re: [jQuery] class toggle navigation

2009-11-02 Thread Richard D. Worth
Try this script $(document).ready(function(){ $('a').click(function() { $(this).toggleClass('active'); showPic(this); return false; }); }); /script ... div class=img_selectorImage nbsp; ul lia class=active href=images/stoppino_tictacs_lit.jpg title=01/a/li

[jQuery] Re: Can you remove styles from a certain UI

2009-10-26 Thread Richard D. Worth
Yes. See http://www.filamentgroup.com/lab/using_multiple_jquery_ui_themes_on_a_single_page/ - Richard On Mon, Oct 26, 2009 at 6:25 PM, Luh Hooo Zer anthonynori...@gmail.comwrote: i have a jquery slider, and jquery tabs on one page i dont want the tabs to have the theme the slider

[jQuery] Re: toggleClass with Duration

2009-10-23 Thread Richard D. Worth
On Fri, Oct 23, 2009 at 12:02 AM, TH Lim ssh...@gmail.com wrote: Hi, I used toggleClass method to toggle the colors of my message when the user clicks a button. toggleClass() worked well if I didn't specify any duration i.e. instanteous switch from white background to red background. The

[jQuery] Re: Synthax problem

2009-10-23 Thread Richard D. Worth
You can set the $.ajax option async to false. See http://docs.jquery.com/Ajax/jQuery.ajax#options but note the warning: By default, all requests are sent asynchronous (i.e. this is set to true by default). If you need synchronous requests, set this option to false. Note that synchronous

[jQuery] Re: jquery.com plugin directory

2009-10-23 Thread Richard D. Worth
Good news. See http://ralphwhitbeck.com/2009/09/16/jQueryConference2009Summary.aspx So what was announced at jQuery Conference regarding the jQuery project? ... 3. Announced a revamped and simplified plugin repository. This is jQuery teams number one priority and is targeted to for release by

[jQuery] Re: $.Event is not a function js/jquery/ui.core.js Line 345

2009-10-23 Thread Richard D. Worth
How bout an old version of jQuery UI then? If you're using jQuery v1.3.2 make sure you're not using a jQuery UI version older than 1.7 - Richard On Thu, Oct 22, 2009 at 11:20 AM, Maxime FAYE maxime.f...@gmail.com wrote: Nope : jQuery JavaScript Library v1.3.2 that's what the jQuery.js file

[jQuery] Re: newbie: test for null selection

2009-10-22 Thread Richard D. Worth
That pretty much sums up the beauty of jQuery. :) - Richard On Thu, Oct 22, 2009 at 1:51 AM, BradW brad...@gmail.com wrote: Aha! So if I understand the implications of this, a selector always returns a wrapper object that acts like BOTH a javascript array and like a single DOM element –

[jQuery] Re: load vs ajax

2009-10-21 Thread Richard D. Worth
.load() is really nice if all you're doing is loading some content into an element. It's a nice convenience method. If you're going to take the results of the ajax call and maybe put different parts of the content in different places, or do some manipulation or other munging on it before you add

[jQuery] Re: each function not iterating

2009-10-21 Thread Richard D. Worth
Do you have two different forms on your page, or is it one form with an id of 'testform' and a class of 'uplform'? Your code says you want to look at the inputs in the #testform, but your email says you want to look at the inputs belonging to form.uplform. If they're the same form, you can do

[jQuery] Re: Where to access datepicker?

2009-10-20 Thread Richard D. Worth
On Mon, Oct 19, 2009 at 2:29 PM, Andrew243 m...@andrewcampbell.us wrote: Hi Charlie, The Google link works -- thanks, I did not understand how to contruct the Google URL from their site. What URL can I use to link to datepicker? For the jQuery UI Datepicker, you'll need jQuery, jQuery

[jQuery] Re: Weird z-index problem JQuery dialog + Text field

2009-10-20 Thread Richard D. Worth
On Mon, Oct 19, 2009 at 10:54 PM, Bi Jing beco...@gmail.com wrote: Could please provide some code fragments? Even better would be a live sample page. If you don't have a place to host one, you can use jsbin.com: http://jsbin.com/ - Richard

[jQuery] Re: easing 1.3 plugin how to implement pls?

2009-10-20 Thread Richard D. Worth
Looking at the 'Available Options' on http://fancybox.net/howto , my guess would be one of these settings: easingIn, easingOut, easingChange Easing used for animations - Richard On Mon, Oct 19, 2009 at 8:10 AM, jessie mi...@optusnet.com.au wrote: Ok after reading a bit i know realise that i

[jQuery] Re: Jquery Simple Accordion Script (No Plugins)

2009-10-20 Thread Richard D. Worth
Your title says (No Plugins). Are you set on not using an already built accordion plugin that has solved these issues, and more? Because you're hitting the first of many issues that previous plugin authors have hit before you. - Richard On Mon, Oct 19, 2009 at 10:06 AM, Joel

[jQuery] Re: Sortable: get the element that received the sortable?

2009-10-20 Thread Richard D. Worth
On Mon, Oct 19, 2009 at 7:29 AM, Matt guitarroman...@gmail.com wrote: Anyway: is there a way that I can get the element that has received the sortable item? It could be one of three in my case, and I only want this code to be added for two of them. $(this) If you have any more questions

[jQuery] Re: How to check is the object with the css property?

2009-10-17 Thread Richard D. Worth
Here are two options: $('div').each(function() { if ($(this).css('position') == 'absolute') { //do something with this } }); /// var $divPosAbs = $('div').filter(function() { return ($(this).css('position') == 'absolute'); }); //do something

[jQuery] Re: calculating value based on two sliders

2009-10-16 Thread Richard D. Worth
Something like this perhaps: http://jsbin.com/enuxu source code: http://jsbin.com/enuxu/edit - Richard On Wed, Oct 14, 2009 at 2:28 PM, DekiR roncevic.de...@gmail.com wrote: HI, I am new to jquery and I am trying to calculate a value based on two sliders. Can somebody help me or point

[jQuery] Re: calculating value based on two sliders

2009-10-16 Thread Richard D. Worth
Oh, and if you have any future questions about jQuery UI plugins, note there's a separate list for those: http://groups.google.com/group/jquery-ui http://groups.google.com/group/jquery-ui- Richard On Fri, Oct 16, 2009 at 8:28 AM, Richard D. Worth rdwo...@gmail.com wrote: Something like

[jQuery] Re: Script for tabs?

2009-10-16 Thread Richard D. Worth
I imagine you wouldn't need any more code than Bi Jing has given you to handle even 100 tabs, since it uses classes, not IDs. - Richard On Fri, Oct 16, 2009 at 10:53 AM, lukas animod...@gmail.com wrote: Thank you for your quick response! In the meantime I tried something similar, I thought

[jQuery] Re: Script for tabs?

2009-10-16 Thread Richard D. Worth
memorize the state of the tabs? When you click a tab it will work until the refresh of the page is finished and the original mark-up is effective again. On Oct 16, 11:15 am, Richard D. Worth rdwo...@gmail.com wrote: I imagine you wouldn't need any more code than Bi Jing has given you to handle

[jQuery] Re: Why no color animation built in?

2009-10-16 Thread Richard D. Worth
Because filesize is at a premium, and not enough people (80-95%) need this feature almost every time they use jQuery (80-95%). That's the point of plugins. I wrote something on the subject some time ago, and I think it sums it up well. See

[jQuery] Re: Join element sets?

2009-10-15 Thread Richard D. Worth
Here are two options: $('.contentBox, .referencesImage').hover(fn, fn); $('.contentBox').add('.referencesImage').hover(fn, fn); - Richard On Thu, Oct 15, 2009 at 5:06 AM, Dennis Madsen den...@demaweb.dk wrote: I would like to do something like:

[jQuery] Re: Urgent problem in wordpress

2009-10-15 Thread Richard D. Worth
data: { name: 'John', location: 'Boston' } - Richard On Thu, Oct 15, 2009 at 7:27 AM, Rupak rupakn...@gmail.com wrote: Hi all I am new to wordpress.I am using $.ajax $.ajax({ type: POST, url: some.php, data: name=Johnlocation=Boston, success: function(msg){ alert( Data

  1   2   3   4   5   6   7   8   9   10   >