[jQuery] Flash plugin

2007-03-23 Thread Timothy Bowler
Hi, Im having a bit of a problem on a site with the flash plugin. It works on all browsers except safari, and some IE 6 on large corporate networks. http://reborn.or-media.com. Can anyone tell me why its going wrong? Thanx -- ___ Timothy M

[jQuery] Flash plugin

2007-03-23 Thread Timothy Bowler
Hi, Im having a bit of a problem on a site with the flash plugin. It works on all browsers except safari, and some IE 6 on large corporate networks. http://reborn.or-media.com. Can anyone tell me why its going wrong? Thanx ___ jQuery mailing

[jQuery] access an element with 2 classes

2007-02-26 Thread Timothy Bowler
Hi, I am creating tooltips for a form. The text that appears in the tooltip will have two classes: span class=info email-infoText./span span class=info password-infoText./span First how can I access all the elements that contain 'info' in their class? Secondly when the user clicks on

[jQuery] jquery form plugin

2007-02-19 Thread Timothy Bowler
Hi, Just been using the ajax form plugin - its pretty kewl. However, im trying to perform some validation and to access a field the api says to use: |var value = $('#myFormId :password').fieldValue(); I have tryed this and if I use alert, the value is undefined. The form has both name and

Re: [jQuery] jquery form plugin

2007-02-19 Thread Timothy Bowler
Hi Mike, I am trying to get the value of a name field - below is part of the form and the JS Thanx from page: form name=contactForm id=contactForm action= method=post .. Your Namebr / input type=text name=name / /form from JS $(document).ready(function(){ var options = {

Re: [jQuery] jquery form plugin

2007-02-19 Thread Timothy Bowler
Thank you very much Mike, ill try that later. One last thing, if i want the form to be submitted by an html link rather than a submit button how do i do that ? Thanx in advanced Tim -- ___ Timothy M Bowler BSc(Hons) MSc MIET | Technology

[jQuery] Query and exertanl objects

2007-01-22 Thread Timothy Bowler
Hi Im new to OOP javascript. My problem is who can I access object vars from within a query function? e.g. function about(){ this.personSelected=tet; this.init = init; this.test = test; } function init(about){ $('#dropzone').Droppable({ accept :

[jQuery] JQuery and Interface

2007-01-17 Thread Timothy Bowler
Hi, Im using the slide show from the interface plugin. It all works apart from the links. Im using apache rewrite and also php re-writes. The slide show's url is property_details/1 and when clicking on a link goes to #2slideShow/. Instead it should be property_details/1#2slideShow. On their

[jQuery] Dynamic tables

2007-01-15 Thread Timothy Bowler
Hi, Im using insertCell() and insertRow() to create a dynamic table then using .innerhtml to populate the cell - how can this be done using jquery? thanx -- ___ Timothy M Bowler BSc(Hons) MSc MIET | Senior Programmer Or Media Unit 5 Elm Court

[jQuery] insertrows()

2007-01-09 Thread Timothy Bowler
I wish to create rows of a table using the DOM. Using var tblObj = $(#allProjects); to retrieve the table element i then want to use the JS insertRow(); This fails, and if i alert tblObj it reports that its an Object object. However, when using var tblObj =

Re: [jQuery] insertrows()

2007-01-09 Thread Timothy Bowler
Kewl, makes more sense now - thanx dudes xxx -- ___ Timothy M Bowler BSc(Hons) MSc MIET | Senior Programmer Or Media Unit 5 Elm Court 156 -170 Bermondsey Street London SE1 3TQ T: 020 7939 9540 F: 020 7939 9541