[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 Bowler BSc(Hons) MSc MIET | Technology Director


Or Media
Unit 5 Elm Court
156 -170 Bermondsey Street
London
SE1 3TQ

T: 020 7939 9540
F: 020 7939 9541

___ 

The information in this e-mail and any attachments is confidential and is intended solely for the addressee. 
The material may not be reproduced either in whole or in part without permission and may not be used or disclosed 
without permission. No copies of the entirety or part of the information set out in this email or any attachment 
may be made without our prior approval.  Any views or opinions presented are solely those of the author and do not 
necessarily represent those of Or Multimedia Limited.  If you are not the intended recipient of this email, please 
contact us at [EMAIL PROTECTED].


---BeginMessage---




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




---End Message---
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[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 list
discuss@jquery.com
http://jquery.com/discuss/


[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 the input box i need to access the second 
class so i know which one it is, how can I do that?


Thank you in advance

Tim___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[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 id, also the text box 
has the correct name.


Any suggestions?

Thanx
|


--
___
Timothy M Bowler BSc(Hons) MSc MIET | Technology Director


Or Media
Unit 5 Elm Court
156 -170 Bermondsey Street
London
SE1 3TQ

T: 020 7939 9540
F: 020 7939 9541

___ 

The information in this e-mail and any attachments is confidential and is intended solely for the addressee. 
The material may not be reproduced either in whole or in part without permission and may not be used or disclosed 
without permission. No copies of the entirety or part of the information set out in this email or any attachment 
may be made without our prior approval.  Any views or opinions presented are solely those of the author and do not 
necessarily represent those of Or Multimedia Limited.  If you are not the intended recipient of this email, please 
contact us at [EMAIL PROTECTED]


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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 = {

   url: /contactusSubmit,
   type: 'post',
   success: contactCompleted
   };
  
   $('#contactForm').ajaxForm(options);
  
});   
   $('#contactForm').submit(function() {
  
   //check it's working

   alert($('#contactForm :a').fieldValue());
  
   //$.blockUI( { backgroundColor: '#231b1a', color: '#ff', 
height:'100px', padding:'20px' ,width:'300px'} );
   //$.blockUI( 'table cellpadding=0 cellspacing=0 border=0 
width=280trtdimg src=/assets/images/4hp_load_logo_3_36.gif 
/\/tdtdPlase Wait...\/td\/tr\/table' );
  
   //$(this).ajaxSubmit(options);
  
   return false;
  
   });
  
  
   function contactCompleted(responseText, statusText){
  
   if(responseText == true){

   $('#contactForm').clearForm();
   //$.blockUI( 'table cellpadding=0 cellspacing=0 
border=0 width=280trtdimg 
src=/assets/images/4hp_load_logo_3_36.gif /\/tdtdThank you. We 
will be in contact soon.\/td\/tr\/table' );

   }else{
   //$.blockUI( 'table cellpadding=0 cellspacing=0 
border=0 width=280trtdimg 
src=/assets/images/4hp_load_logo_3_36.gif /\/tdtdThere is a 
problem with the server, please try to re-submit the 
form\/td\/tr\/table' );
  
   }


  
   var unblock = function(){

   $.unblockUI();
   }
  
   setTimeout(unblock, 1500);

   }




--
___
Timothy M Bowler BSc(Hons) MSc MIET | Technology Director


Or Media
Unit 5 Elm Court
156 -170 Bermondsey Street
London
SE1 3TQ

T: 020 7939 9540
F: 020 7939 9541

___ 

The information in this e-mail and any attachments is confidential and is intended solely for the addressee. 
The material may not be reproduced either in whole or in part without permission and may not be used or disclosed 
without permission. No copies of the entirety or part of the information set out in this email or any attachment 
may be made without our prior approval.  Any views or opinions presented are solely those of the author and do not 
necessarily represent those of Or Multimedia Limited.  If you are not the intended recipient of this email, please 
contact us at [EMAIL PROTECTED]


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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 Director


Or Media
Unit 5 Elm Court
156 -170 Bermondsey Street
London
SE1 3TQ

T: 020 7939 9540
F: 020 7939 9541

___ 

The information in this e-mail and any attachments is confidential and is intended solely for the addressee. 
The material may not be reproduced either in whole or in part without permission and may not be used or disclosed 
without permission. No copies of the entirety or part of the information set out in this email or any attachment 
may be made without our prior approval.  Any views or opinions presented are solely those of the author and do not 
necessarily represent those of Or Multimedia Limited.  If you are not the intended recipient of this email, please 
contact us at [EMAIL PROTECTED]


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[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 : 'people_image',
hoverclass: 'peopleDropZone',
ondrop:function (drag)
{
   
  
   
  
alert(this.personSelected);  
--
  
var timer=1000;
   
   
   
   
//if(dropObj.personSelected == ){
//$('#profilePlaceholder').BlindLeft(700);
//}else{
//alert(clean);
//Check if some one has been selected yet
//dropObj.cleanProfile(dropObj.personSelected);
//}
   
   
//alert(this.personSelected.StringValue);
alert(about.personSelected);
//set the person who was dragged
about.personSelected = drag.id;
   
   
   
//Create function to attach to timer
var recursiveCall = function(){
switch(drag.id){
case 'peter_image': 
$('#peter').BlindRight(700);

$('#profileTitle').html(Peter Gough);
break;
   
case 'derek_image' :

$('#derek').BlindRight(700);

$('#profileTitle').html(Derek Kenneally);
break;
   
case 'timmy_image' 
:$('#tim').BlindRight(700);

$('#profileTitle').html(Tim Bowler);
break;
   
case 'mark_image' 
:$('#mark').BlindRight(700);

$('#profileTitle').html(Mark);
break;
   
default: $('#people_1').BlindRight(700);
   
}
};
   
   
setTimeout(recursiveCall,timer);*/   
},
fit: true
});
}

var aboutObj = new about();
   aboutObj.init();


How can i access the about obj from within the ondrop function?

Thanx



-- 

Timothy M Bowler BSc(Hons) MSc  MIEE | Senior Programmer

Or Multimedia Ltd
Savoy Hill House
Savoy Hill
London
WC2R 0BL

(T) 020 7240 8556
(F) 020 7240 8557

http://www.or-media.com




___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[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 demo site 
it works, but it is on a static html page.

Anyone got any ideas?

Thanx in advance

-- 

Timothy M Bowler BSc(Hons) MSc  MIEE | Senior Programmer

Or Multimedia Ltd
Savoy Hill House
Savoy Hill
London
WC2R 0BL

(T) 020 7240 8556
(F) 020 7240 8557

http://www.or-media.com




___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[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
156 -170 Bermondsey Street
London
SE1 3TQ

T: 020 7939 9540
F: 020 7939 9541

___ 



The information in this e-mail and any attachments is confidential and is 
intended solely for the addressee. The material may not be reproduced either in 
whole or in part without permission and may not be used or disclosed without 
permission. No copies of the entirety or part of the information set out in 
this email or any attachment may be made without our prior approval.  Any views 
or opinions presented are solely those of the author and do not necessarily 
represent those of Or Multimedia Limited.  If you are not the intended 
recipient of this email, please contact us at [EMAIL PROTECTED]

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[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 = document.getElementById(allProjects); 
The alert says that its objectHTMLTableElement.


Therefore how can i use JQuery to return the html tabl element object?


thanx

--
___
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

___ 



The information in this e-mail and any attachments is confidential and is 
intended solely for the addressee. The material may not be reproduced either in 
whole or in part without permission and may not be used or disclosed without 
permission. No copies of the entirety or part of the information set out in 
this email or any attachment may be made without our prior approval.  Any views 
or opinions presented are solely those of the author and do not necessarily 
represent those of Or Multimedia Limited.  If you are not the intended 
recipient of this email, please contact us at [EMAIL PROTECTED]

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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

___ 



The information in this e-mail and any attachments is confidential and is 
intended solely for the addressee. The material may not be reproduced either in 
whole or in part without permission and may not be used or disclosed without 
permission. No copies of the entirety or part of the information set out in 
this email or any attachment may be made without our prior approval.  Any views 
or opinions presented are solely those of the author and do not necessarily 
represent those of Or Multimedia Limited.  If you are not the intended 
recipient of this email, please contact us at [EMAIL PROTECTED]

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/