[jQuery] Re: Modal Confirmation trying to use for form validation

2010-05-01 Thread Ron Mast
Nevermindfigured it out :) On Mon, Apr 19, 2010 at 9:44 AM, Ron Mast wrote: > Good morning gang, > > I'm attempting to use Modal Confirmation from > http://jqueryui.com/demos/dialog/#modal-confirmation > > I have the example working and code looks like so: > >

[jQuery] Modal Confirmation trying to use for form validation

2010-05-01 Thread Ron Mast
ess. How would I go about doing this? I want to use this in my form validation which i'm using jquery :). Any help is greatly appreciated. Thanks! Ron

[jQuery] simple ajax not working in FF but works great in IE what am I doing wrong?

2010-05-01 Thread Ron Mast
$(document).ready(function(){ // get faculty default A $.ajax({ url: 'myvalidurl', type: "post", async: true,

[jQuery] Superfish

2009-10-21 Thread Ron
I have setup superfish on my wp powered site, its all working fine and looking great in firefox/ie, but safari is well out of wak. The jquery effects are working, however the second level styles seem to be removed. If anyone could take a look in safari and help me out it would be much appreciated.

[jQuery] Can't insert JavaScript using html function

2009-10-19 Thread Ron
Hi all. I stumbled upon something which may be by design in jQuery for security reasons, it may be the browsers doing it, but... I found that any JavaScript I try to put into the html of an object is ignored. For example, say username is a variable that was already defined with the user's name:

[jQuery] validate - Any example similar to imeem.com?

2009-08-27 Thread Ron Villalon
I can't seem to figure out how to show only one error at a time similar to https://www.imeem.com/signup/ Anyone have an example I can take a look at? Or point me in the right direction?

[jQuery] (Validate) - Show one error at a time

2009-08-27 Thread Ron Villalon
Can anyone point me in the right direction or an example to show only one error at a time at the bottom of the form? Something similar to this: https://www.imeem.com/signup/

[jQuery] Dynamic sorting

2009-06-16 Thread Ron Severdia
Hi, I'm trying to figure out how to set up dynamic sorting and was wondering the best way to approach it (and maybe an example). Any suggestions? I've also tried adjust scrolling sensitivity, but no luck with: var myScroll = $('.selector') sortable('option', 'myScroll'); Thank you.

[jQuery] SimpleModal container and closing image

2009-02-23 Thread Ron
close the window but the image does not appear. I've checked my path several times and it seems to be okay--it should be loading the image. Anyone have any ideas what I'm doing wrong? Thanks, Ron

[jQuery] Re: referring back to a specific element

2009-01-22 Thread Ron
Oh... I thought that there must be some kind of an attribute, like "this.objid" or something similar to get the reference to the object, but could not find it. Apparently it is much simpler than I thought... I did a quick test and it seems to be working fine. Thanks a lot Ricardo.

[jQuery] referring back to a specific element

2009-01-21 Thread Ron
Hi, How do I refer back to a specific element? This is the scenario I'm trying to build: Clicking on any field in table A will display table B. Clicking on any field in table B will 1) change attributes of the field that was clicked in table A (for example, change bg color). 2) update the correc

[jQuery] Re: Changing bg color of cell does not work in firefox 3 (works in ie7)

2009-01-17 Thread Ron
7;, '00'); > Should be: > $(this).css('background-color', '#00'); > > -Mensagem Original- > De: "Ron" > Para: "jQuery (English)" > Enviada em: sábado, 17 de janeiro de 2009 22:13 > Assunto: [jQuery] Changing bg co

[jQuery] Changing bg color of cell does not work in firefox 3 (works in ie7)

2009-01-17 Thread Ron
When I click on the green cell (td.commsion), its color changes to black. It works fine in IE. In FF the bg color does not change (I do see the console.log message). Any idea why? Here's the code: $(document).ready(function() { $("td.commision").click(

[jQuery] jQuery ClueTip issue...

2009-01-04 Thread Ron
I have the jQuery cluetip project compiled and running fine in its own project, but am having a problem including it in my own project. I have tested this out both in IE7 and Firefox 3. It works fine in FF, but in IE7, the cluetip doesn't show up. However, if you resize the page, all of a sudden t

[jQuery] Re: Click event fires only once with SImpleModal

2008-12-11 Thread Ron
blem is it is reloading the control and the JQuery is only binding the event to the original instance because it is called on a full page load. Ron On Dec 11, 10:29 am, Ron wrote: > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> > > http://www.w3.org/1999/xhtml

[jQuery] Re: Click event fires only once with SImpleModal

2008-12-11 Thread Ron
On Dec 10, 7:19 pm, Eric Martin <[EMAIL PROTECTED]> wrote: > If the element that you bind the click event to is not changing in any > way, there is no reason that the event shouldn't fire again. > > Can you post (pastie.org or here) the structure of your page? > > On

[jQuery] Re: Click event fires only once with SImpleModal

2008-12-10 Thread Ron
quest--AJAX or otherwise--of any kind. That's why I'm a little perplexed the event isn't rebinding. Maybe I can use one of the same techniques to work around the problem, however... Ron On Dec 10, 3:53 pm, "Brian Cherne" <[EMAIL PROTECTED]> wrote: > There's

[jQuery] Re: Click event fires only once with SImpleModal

2008-12-10 Thread Ron
I'm wondering if the issue isn't JQuery's click event. Maybe the problem is that JQuery's click handler doesn't rebind? I seem to remember someone running across this issue before, where they just used javascript's click handler instead of JQuery to resolve it...

[jQuery] Click event fires only once with SImpleModal

2008-12-10 Thread Ron
Hi, So I have the following code:

[jQuery] Click event fires only once with SimpleModal

2008-12-10 Thread Ron
me, however, nothing happens. Anyone know what I'm doing wrong? Thanks, Ron

[jQuery] Wrapping Contiguous Elements

2008-02-13 Thread Ron Hall
id not like the opening and closing tags to be separated. The browser would self close the opening tag and ignore the closing tag. I then thought to use wrap but I cannot figure out from the documentation how to select both tags together so it sees them as one unit to be wrapped. Any ideas? Thanks, Ron

[jQuery] Re: newbie question: how to set location to a target in a way that is supported by i.e. and safari?

2007-05-03 Thread ron
Klaus fantastic - thank you :) Ron On May 3, 11:31 am, Klaus Hartl <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Hi > > > can jquery help with the followng problem? > > > If, in conventional javascript, I have a function > > goToAnchor(){ &