Yes, and yes.
On Sun, Jan 31, 2010 at 3:41 PM, Jose wrote:
> On Fri, Jan 29, 2010 at 1:38 AM, Richard D. Worth
> 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:
> >
> > ht
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 wrote:
> Anthony,
>
> The short answer would appear
carousel - so that's what that effect is called. Thanks!
I realized there was a new JQuery forum so asked this question again
there: http://forum.jquery.com/topic/fast-flip-like-image-gallery
It is interesting that I received an answer first in the older
supposedly abandoned forum.
Richard
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 wrote:
> I've upgraded to jquery 1.4 and my tabs with ajax load no longer
> work.
> uncaught exception: jQuery UI Tabs: Mismatching fragment
t wasn't going to send emails, and let me respond via email. But I'm coming
around.
One of the compromises of a web-based forum is that the client (the web
browser) you choose is not as significant as the tools provided by the forum
itself. The website is basically the client for that back-end server data.
And as an end-user, you can only control that inasmuch as you get involved
and provide feedback on what features are important to you. Also, if it's a
good one, with web services such as RSS, APIs, advanced search, RESTful
urls, you could make your own clients, web browser/site or otherwise.
- Richard
Hello,
do you know of a JQuery plugin that supports rapidly skimming through
an image set like Google's FastFlip? For demo see
http://fastflip.googlelabs.com/
Thanks,
Richard
(sorry, I accidentally posted this question to JQuery-UI)
ead of the submit event.
> Just make sure to return false so the submit doesn't go off.
>
> On Fri, Jan 15, 2010 at 5:12 AM, Richard McKenna <
>
>
>
>
>
> richardofmcke...@googlemail.com> wrote:
> > So here's the full example. What it should do is
So here's the full example. What it should do is select all the items
that have been moved to the right hand side, then submit the form.
http://67.199.29.196/selecttest.cfm
On Jan 14, 9:27 pm, pedalpete wrote:
> Can you give a bit more detail?
>
> Is the submit not firing? or the .each?
>
> I a
chance.
Ill put together a working example so you can see the full thing.
Thanks, Richard
On Jan 14, 9:27 pm, pedalpete wrote:
> Can you give a bit more detail?
>
> Is the submit not firing? or the .each?
>
> I always like to give my selectors an element+class/id, apparently it
&g
$(this).attr("selected", "selected");
});
});
It works perfectly in IE8, FF, safari and chrome but not IE7 & 6
Does anyone have any idea why or can anyone suggest alternative code.
Thanks, Richard
The plugin could be updated to use fireEvent in IE to prevent this issue.
I'm still working on whether it makes sense (and how) to fix this in jQuery
core's .trigger. See
http://groups.google.com/group/jquery-dev/browse_thread/thread/b373713680e58be7
- Richard
On Sun, Jan 10, 2010 at 1:5
People enter an address to lookup on a google map, this makes an
asynchronous call and will either return a lat/longitude or not. if
not, i want to display an error to the user that an address could not
be found.
How do I go about this? I've not managed to get it working using the
remote attribute
The jQuery documentation states that it uses a combination of both CSS
and XPath selectors.
Does that mean that I should be able to select attributes using the
syntax:
[attName=Val1 or attName=val2]
since XPath criteria allow OR's like this?
If not, exactly what parts of XPath are supported?
;foo" into the search input field, he has to wait for
the suggestions to show up, only after this he can press enter to get
the results. Is there a workaround for that?
Thanks,
Richard
om/UI/Dialog#event-dragStart
http://docs.jquery.com/UI/Dialog#event-dragStop
- Richard
On Fri, Jan 1, 2010 at 6:20 AM, Yuriy Pobezhymov <
yuradoc.commerc...@gmail.com> wrote:
> Hello.
> I have iframe (100% width and height) and jQueryUI dialog on the page.
> I don't kno
The easing plug-in doesn't care what property is being animated:
$('#side').animate({backgroundPosition: "71px 9px"}, 500, 'easeOutBack');
- Richard
On Wed, Dec 30, 2009 at 9:50 AM, t1mmie wrote:
>
> Hey Richard, thanks for your reply!!
>
> Yeah
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'
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 wrote:
>
>
> 2009/12/24 Richard D. Worth
>
> What about using .each?
>>
>> http://docs.jquery.com/Core/each#callback
>
What about using .each?
http://docs.jquery.com/Core/each#callback
- Richard
On Wed, Dec 23, 2009 at 8:34 PM, Eric Zhong wrote:
>
>
> 2009/12/24 Eric Zhong
>
> when i use for-loop to access elements with array index or get() method it
>> doesn't work.
>> but i
.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 wrote:
> What is the easiest way to manage button location at runtime?
>
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 <
rob
> Shouldn´t it get just: fGbDelete(gbid,link)? Or why is it triggering
> twice?
>
Because you're animating two elements, so they each trigger the callback at
the end of the animation. See
http://jsbin.com/uzite3
source: http://jsbin.com/uzite3/edit
- Richard
acted with, and
eventually either button click. Rather than those callback functions
returning a value, they carry out what your function would do depending on
which button is clicked.
- Richard
On Mon, Dec 21, 2009 at 10:00 AM, Jojje wrote:
> Hi!
>
> I´m trying to make a dialog box , whe
Sure, just include jQuery UI before including the second jQuery, or after
the noConflict call.
- Richard
On Sun, Dec 20, 2009 at 7:11 AM, Harsányi János wrote:
> This sounds great :)
> One more problem:
> Can I extend the first jQuery with jQuery UI?
>
> On Dec 19, 9:31 pm, &q
Please share a live sample page showing the issue. If you don't have a place
to host one, use jsbin.com:
http://jsbin.com/
- Richard
On Sat, Dec 19, 2009 at 5:02 PM, Andre Polykanine wrote:
> Hello Richard and all,
>
> For some reason it doesn't work (IE8). Might it be due
Is it, thanks to normalization done by jQuery, as Mike mentioned.
- Richard
On Sat, Dec 19, 2009 at 4:18 PM, Andre Polykanine wrote:
> Hello Richard and all,
>
> Is that a multi-browser solution?
> Thanks a lot!
>
> --
> With best regards from Ukraine,
> Andre
>
var lang = 'fra';
$('#lang option[value=' + lang + ']').attr('selected', 'selected');
or
var lang = 'deu';
$('#lang').val(lang);
- Richard
On Sat, Dec 19, 2009 at 3:35 PM, Andre Polykanine wrote:
> Hello Richard and
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 wrote:
> I have two e107 plug ins which are using jQuery.
> The first one uses jQuery UI too.
$("#utype" + t)
- Richard
On Sat, Dec 19, 2009 at 3:18 PM, Andre Polykanine 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 prev
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 wrote:
>
> What I am trying to do is the following: I have a webpage with some input
> fiel
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 wrote:
> Hi there,
>
> I'm trying to create some words which can be dragged and dropped into a
> container (called droppable).
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 wrote:
> Hi there,
>
>
See
http://docs.jquery.com/Frequently_Asked_Questions#Why_doesn.27t_an_event_work_on_a_new_element_I.27ve_created.3F
- Richard
On Fri, Dec 18, 2009 at 12:23 AM, Jason Kaczmarsky wrote:
> Ahah, this was the problem I thought i was having. I can't make jQuery
> work on dynamic content
$(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
decide whether or not to call .dialog('close') manually. But you'll use a
flag to prevent an infinite loop.
- Richard
On Thu, Dec 17, 2009 at 6:44 AM, Obi1 wrote:
> it doesn't work for me as i'm using jConfirm not javascript confirm
> but it will have to d
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 wrote:
> this doesn't seem to work, i mean the prompt appears but only after
> dialog is closed;
> a
ead/bef63592011861ba
By the time the browser's html parser is done with it, your html might look
something like this:
which based on the html you've shared is a lot different than what you
started with.
- Richard
On Wed, Dec 16, 2009 at 6:3
Works for me:
http://jsbin.com/egoto/
- Richard
On Wed, Dec 16, 2009 at 8:44 PM, Jason Kaczmarsky wrote:
> Yes, I am sure they are the correct class and are showing up properly.
>
> Button press:
> //loop
> $("#files").append(''+Files[i]+'');
/jquery-ui
- Richard
On Thu, Dec 17, 2009 at 5:10 AM, Obi1 wrote:
> Hi, i'm having some trouble because i'm using a dialog witch has a
> form in it where someone can change info about their hotel. this
> dialog also has 2 buttons one to close and the other to save changes.
>
See http://flesler.blogspot.com/2007/10/jqueryscrollto.html
- Richard
On Tue, Dec 15, 2009 at 2:42 PM, Wroathe 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
>
// will be defined immediately
function callit() {
alert("Hello world!");
}
- Richard
re off that code again
> On Dec 15, 3:27 pm, Richard KLINDA wrote:
>> Hello, what is a good way to run a code snippet after the page is
>> loaded, but only just one time?
>> I use the ready event $(function(){...}); most of the time, but
>> sometimes it fire
pageload.
What is a good way to achieve that?
Now I do window.onload = function() {...}, but I hope there is something
better.
Thanks in advance...
--
Richard
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 wrote:
> Hi,
>
> With help from this tutorial
> http://bililite.com/blog/understanding-jquery-ui-widgets-a-tutorial/
>
var tdval = parseInt(td4th.text(), 10); //base 10
if ( (tdval > 4) || (tdval > 2 && activeCEO == 'Yes') )
- Richard
On Thu, Dec 10, 2009 at 3:26 PM, evanbu...@gmail.com wrote:
> If I knew what I was doing, why would I be asking for help? I already
> know what doe
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
wrote:
> I having trouble with this line
>
> if (td4th.te
You may want to bring this up on the jQuery UI list
http://groups.google.com/group/jquery-ui
A live sample page would help. If you don't have a place to host one, use
jsbin.com::
http://jsbin.com/
- Richard
On Thu, Dec 10, 2009 at 10:15 AM, Jason Meckley wrote:
> Richard, thank you,
What exactly is the problem?
- Richard
On Thu, Dec 10, 2009 at 2:58 AM, cogitovn 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 <http://flowplayer.org/tools/
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 wrote:
> This decision was made as part of our creation and adoption of the jQuery
me
other class at an appropriate time.
- Richard
On Mon, Dec 7, 2009 at 1:26 AM, Donny Kurnia wrote:
> It's have been a long time since I use jQuery UI tabs in my project. My
> client want dragable function, so I use this opportunity to upgrade all
> jquery ui.
>
> However, I
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 wrote:
> Hi,
> I'm stuck here - I'm trying to load images dynamically on my website,
>
On Wed, Dec 9, 2009 at 4:52 PM, Jason Meckley wrote:
>
> 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
es anyone have any ideas why it isn't working?
Kind regards,
Richard
$(':radio')
http://docs.jquery.com/Selectors/radio
- Richard
On Wed, Dec 9, 2009 at 10:41 AM, Dhruva Sagar wrote:
> $('input[type=radio]')
>
> Thanks & Regards,
> Dhruva Sagar.
>
>
>
>
>
> On Wed, Dec 9, 2009 at 9:03 PM, laredotorn...@zip
I'm glad it helped!
- Richard
On Wed, Dec 9, 2009 at 10:05 AM, T.J. wrote:
> You know what, I just think I fixed my own problem. The function call
> is executed before I bind the click event to the button, which means
> that it has no event to trigger yet. Two days I've spen
You're calling the function before binding the click handler. Change
checkState("#nbl=3");
$("#test").click(function(){
alert("You clicked #test!");
});
to
$("#test").click(function(){
alert("You clicked #test!");
});
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. wrote:
> For further clarification, the way I'm calling
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).
-
yCSSClass');
> >
> > $('td').removeClass('myCSSClass');
>
> Hi Evan,
>
> I'd prefer that approach too. But the problem is this css attribute
> value is stored in the database. I can not find the doc on how to add
> an extra css attribute to a css class.
>
See http://flesler.blogspot.com/2007/11/jqueryrule.html
- Richard
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 wrote:
>
> This surprised me.
>
> I
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 wrote:
> Hi,
>
> I need to update a div that contain a table, and another one that
> contain a drop down list, that is build
Hi jQuery users
I have pretty much finished my simple spellchecker plugin (barring
additional functionality) and am wanting some testing/feedback/
criticism/bug reports etc from the jQuery community.
My initial inspiration for the plugin came from a work responsibility:
to build a spellchecker pl
In jquery.blockUI.js (most up to date version says it's 2.27 24-
SEP-2009) the line
$(data.el).removeData('blockUI.history');
(line 391, in the reset function)
looks a bit suspect to me: in the install function the data object is
added to the _blocked_ element, but data.el is the _message_ (wh
See http://docs.jquery.com/Traversing/slice#startend
- Richard
On Tue, Dec 1, 2009 at 11:07 PM, led wrote:
> Thank you Richard.
>
> But what about to to use the example with only the first 3 '$
> ('div.star-rating.rater-0.auto-submit-star.star-rating-applied.star-
&g
});
> but it isn't working.
>
If you really only want the divs with all those classes:
$('div.star-rating').filter('.rater-0').filter('.auto-submit-star').filter('.star-rating-applied').filter('.star-rating-live').addClass('star-rating-on');
or more succinctly:
$('div.star-rating.rater-0.auto-submit-star.star-rating-applied.star-rating-live').addClass('star-rating-on');
- Richard
See
http://plugins.jquery.com/project/cookie
- Richard
On Tue, Dec 1, 2009 at 9:55 PM, shapper 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 valu
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 wrote:
>
> Hi
&g
('#status-element').html('hide artist index');
console.log('hide');
}
});
});
- Richard
On Mon, Nov 30, 2009 at 1:39 PM, Gavin wrote:
> I have a simple bit of jQuery that I just can't get working.
>
> $('#my-element').click(functi
I don't recommend it, as it's there for accessibility. However, if you must,
add your own handle manually with no href:
If you have any more questions about it, please ask on the jQuery UI list:
http://groups.google.com/group/jquery-ui
- Richard
On Thu, Nov 26, 2009 a
This is not currently supported. You can track progress here:
http://dev.jqueryui.com/ticket/4205
- Richard
On Wed, Nov 25, 2009 at 9:59 PM, He Jun-Jie wrote:
> Thank you for replying my question. My situation is very easy I just
> want to ask whether the jQuery ui selectable provides
f
> $3050 / 20 pages like this:
>
> $200 / 1 page
> $350 / 2 pages
> $500 / 3 pages
>
Sounds like you want $50 + (number of pages * $150). No?
- Richard
See
http://github.com/brandonaaron/jquery-outerhtml
Here's the spoiler:
alert( $('').append( $(this).clone() ).html() );
- Richard
On Wed, Nov 25, 2009 at 8:14 AM, coldwired wrote:
>
> Hi,
>
> I've got the following piece of code that extracts the html c
We'd be happy to help you over here:
http://groups.google.com/group/jquery-ui
<http://groups.google.com/group/jquery-ui>Please 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,
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 wrote:
>
> i want to use a jquery dialog window to s
Please post this question to the jQuery UI list:
http://groups.google.com/group/jquery-ui
<http://groups.google.com/group/jquery-ui>Also, 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
See
http://groups.google.com/group/jquery-en/browse_thread/thread/2ab7ba203fc3267f
- Richard
On Mon, Nov 23, 2009 at 5:52 AM, Dimitar wrote:
> Can anyone answer on this?
>
> On Nov 19, 4:11 pm, Dimitar Velkov wrote:
> > Hello, I need to use jQuery lib in a script that will be
Try this
http://www.learningjquery.com/2008/10/1-way-to-avoid-the-flash-of-unstyled-content
- Richard
On Thu, Nov 19, 2009 at 2:48 AM, Nicu Marcu wrote:
> Very good solution, working OK. I try to do something like this on tabs,
> but tabs are hidden permanently. On page loading, ta
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 wrote:
> Hello all,
>
>I hav
I have a PHP form in a jQuery DOM window (just like jQuery Dialog),
and when the form is sent I want to change the HTML in the div in the
DOM window.
The problem is that the div is not changing in the DOM window. When I
relaunch the DOM window, then I can see the change.
// When the form is sent
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 wrote:
mes available.
- Richard
On Mon, Nov 16, 2009 at 7:41 AM, ray wrote:
> I've searched online for any posting related to a Jquery Conference in
> 2010. Does anyone have an idea if there will be another hosted and if
> so will it be in Boston; 2010?
>
Start here:
http://jqueryplugins.weebly.com/jquerysheet.html
- Richard
On Mon, Nov 16, 2009 at 8:27 PM, sayeo87 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 s
Works for me:
http://jsbin.com/izoco
source: http://jsbin.com/izoco/edit
- Richard
On Tue, Nov 17, 2009 at 4:01 AM, phil 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
> charact
You're missing ui.tabs.css
- Richard
2009/11/12 AdyLim
> Hi there,
>
> I'm just starting to learn jquery and trying to implement tabs onto my
> aspx page...The problem is that the tabs are showing up one on top of
> anotherhow do i get the tabs to line up in a
ry you're using? Or
maybe you're performing a call that leads to an error in an event that
continuously gets triggered, such as a timer or a mousemove. All guesses.
Hard to do more than that without seeing some code. Please post a live page,
or if you can't, reproduce on jsbin.com:
http
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 w
See
http://docs.jquery.com/Using_jQuery_with_Other_Libraries
<http://docs.jquery.com/Using_jQuery_with_Other_Libraries>and
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 wrote:
Does anyone perhaps know ?
On 7 nov 2009, at 09:18, Richard Bakker wrote:
I am generating elements (img's) based on data from an xml file.
Once that is done, I want to determine the number of icons that were
generated.
i do a: alert($('img').size())
result: 0, which isn't
I am generating elements (img's) based on data from an xml file.
Once that is done, I want to determine the number of icons that were
generated.
i do a: alert($('img').size())
result: 0, which isn't the case
how can i determine them after they have generated ?
**
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 wrote:
> It looks like you'll have
t the end, and not just the hash
- Richard
On Sat, Nov 7, 2009 at 3:49 AM, mehstg1319 wrote:
> Right, All out of ideas now. :-(
>
> Have changed the 1,2,3 etc to valid tokens and changed the NAME to ID.
> But still no luck.
>
> I sense I must be very close, but cannot work out
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 wrote:
> Hello,
>
> Thank you to help me to discover jQuery. I have a very easy question
> but
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 wrote:
> I am working on an accordian side navigation jquery pi
etween these three sliders, but I'll give you an example that may help.
I've created two sliders, A and B, whose values are added to determine the
value of C:
http://jsbin.com/avagu3
source: http://jsbin.com/avagu3/edit
- Richard
>
>
>
> On Nov 2, 1:28 pm, "Rich
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 wrote:
> We have a master list of hundred songs we can draw from in our
> database. I have already created a php / mysql / ajax (may
Try this
$(document).ready(function(){
$('a').click(function() {
$(this).toggleClass('active');
showPic(this);
return false;
});
});
...
Image
01
02
03
04
- Richard
On Mon, No
at any value between them?
- Richard
On Mon, Nov 2, 2009 at 1:24 PM, Luh Hooo Zer wrote:
> I have 3 sliders on one page.
>
> the value combination of slider1 and slider2 dictates the position of
> slider3 handle.
>
> but its not smooth... for instance, slider 1 and slider2 have 30
See
http://code.google.com/p/jspdf/
- Richard
On Mon, Nov 2, 2009 at 5:26 AM, m.ugues 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.
>
> Massimo
>
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 wrote:
>
> i have a jquery slider, and jquery tabs on one page
>
> i dont want the tabs to have the theme the slider does...
&g
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 wrote:
> Nope :
>
> jQuery JavaScript Library v1.3.2 that's what the jQuery.js
1 - 100 of 1060 matches
Mail list logo