[jQuery] Re: listmenu

2009-10-24 Thread rui lobo
Thanks for  answering , when we mouseout  the .lm-menu  class  it disappear
. I would like to always have the menu  showing until we click another
letter.  similar to list nav. Maybe it's just better to use listnav.

Rui  Lobo

R.Solve



2009/10/24 Jack Killpatrick j...@ihwy.com


 HI,

 Glad you like the plugin. I'm not sure what you mean about disappearing on
 mouseout. Can you clarify that for me?

 Thanks,
 Jack


 Rsolve wrote:

 hi, first of all, great plugin

 is it possible to make lm-wrapper not disappear on mouseout ?
 it would be just what i need.

 Thanks









[jQuery] Re: problem with horizontal menu style

2009-05-17 Thread rui

Could you explain me how to do that? Is it inside superfish module? Or
do i have to edit a specific file?

Rui.

On May 16, 5:13 pm, Charlie charlie...@gmail.com wrote:
 fix your overflow: hidden in parent div
 rui wrote:Sorry! Here it is:www.freequizzes.info/codigoOn 15 maio, 18:21, 
 Ethan Matejaethan.mat...@gmail.comwrote:Link? On Fri, May 15, 2009 at 12:00 
 PM, ruimourato@gmail.comwrote:I've just installed this extension, but 
 i'm having some problems.Need to implement a horizontal menu style in user4, 
 or user 3 positions on rhuk_milkyway template.When the menu drops down, it's 
 not visible.what can i do?Thanks and regardsRui-- Respectfully, Ethan Mateja 
 +++ Packetforwardwww.packetforward.com


[jQuery] Re: problem with horizontal menu style

2009-05-16 Thread rui

Sorry! Here it is:

www.freequizzes.info/codigo

On 15 maio, 18:21, Ethan Mateja ethan.mat...@gmail.com wrote:
 Link?

 On Fri, May 15, 2009 at 12:00 PM, rui mourato@gmail.com wrote:

  I've just installed this extension, but i'm having some problems.

  Need to implement a horizontal menu style in user4, or user 3
  positions on rhuk_milkyway template.

  When the menu drops down, it's not visible.

  what can i do?

  Thanks and regards

  Rui

 --
 Respectfully,

 Ethan Mateja

 +++
 Packetforwardwww.packetforward.com


[jQuery] problem with horizontal menu style

2009-05-15 Thread rui

I've just installed this extension, but i'm having some problems.

Need to implement a horizontal menu style in user4, or user 3
positions on rhuk_milkyway template.

When the menu drops down, it's not visible.

what can i do?

Thanks and regards

Rui


[jQuery] Superfish: submenus out of windows

2009-03-13 Thread rui

Hello the list!

I'm new on this list. I'm here for Superfish menu explanation.

I have 5 menus on an horizontal header. The last one have 3 sublevels,
and the last sublevel get out of the display(unclickable) when it
shows up. Isn't there a way to have this last menu to show up in the
left direction rather than the right ones?

I'm nowhere in Javascript, so just can't figure out how this could be
possible nor done.

Thanks all in advance.

Rui


[jQuery] accessing 'caller' object within post

2009-02-23 Thread rui

hi all,
i'm having troubles accessing the 'caller object of an ajax post

for instance

function A ()
{
   this.avar;
}
A.prototype.myFun = function()
{
   this.avar; // no problem here

   $.post(url,data,callback)
  {
this.avar; // here is the problem (a)
  }
}

a = new A;

-

(a) can't access to 'this' obviously, any idea how i can do that
without using 'global' variables

ps: i think i post a message before i finished a little while ago ..
sorry about that =x


[jQuery] accessing 'caller' object within post

2009-02-23 Thread rui

hi all,
i'm having troubles accessing the 'caller object of an ajax post

for instance

function A ()
{
   this.avar;
}
A.prototype.myFun = function()
{
   this.avar; // no problem here


}

a = new A;


[jQuery] Superfish with semi transparent background

2009-02-06 Thread Rui Peixeiro

Hi,

I try to use Superfish with semi transparent background, making this:

.sf-menu li {
background: #404040;
filter:alpha(opacity=90);   /* Internet Explorer   */
-moz-opacity:0.90;  /* Mozilla 1.6 and below   */
opacity: 0.90;  /* newer Mozilla and CSS-3 */
}

This in Firefox work, but when hover the link element in level 3, the
backgound change to blank...
In IE 7, the level 3 don't appear!

Without opacity all work!


Can you help me use li opacity?


[jQuery] Google maps

2009-02-03 Thread Rui Costa

Hi,

Hi have develop a google maps with a form at the top of a marker, but
i want to register information by using ajax  - $post(...) -.

I've tried to manipulate the textboxes, but, with no success.

code
var infoTabs = [
new GInfoWindowTab(Dados,
'form id= method=post 
action=index.php?st=guardar' +
'   divEmpresa/div' +
'   divinput type=text 
id=txtempresa size=50 //div' +
'   divMorada/div' +
'   divinput type=text 
id=txtmorada size=50 //div' +
'   divCód. Postal - 
Localidade/div' +
'   divinput type=text 
id=txtcp size=10 / input
type=text id=txtlocal size=30 //div' +
'   divTelefone/div' +
'   divinput type=text 
id=txttelf size=12 //div' +
'   divFax/div' +
'   divinput type=text 
id=txtfax size= //div' +
'   divEmail/div' +
'   divinput type=text 
id=txtemail size=40 //div' +
'   div' +
'   table' +
'   tr' +
'   
tdLatitude/tdtdLongitude/td' +
'   /tr' +
'   tr' +
'   
tdinput type=text id=txtlat size=12 value=' +
place.Point.coordinates[1] + ' //tdtdinput type=text
id=txtlon size=12 value=' + place.Point.coordinates[0] + ' //
td' +
'   /tr' +
'   /table/div ' +
'   divinput type=submit 
id=btnguardar value=Guardar /
/div' +
'/form'
),
new GInfoWindowTab(Informação, 
'bAddress:/b' +
place.address + 'br')
];

map.addOverlay(marker);
marker.openInfoWindowTabsHtml(infoTabs);
/code

this is the code that shows de form when i click at the map. can any
one give a clue to manipulate that objects, to save the information
using $post ?

thnks


[jQuery] Re: Superfish superfish.js + prototype.js + scriptaculous.js

2008-05-13 Thread rui gomes
thanks ;)

2008/5/13 Joel Birch [EMAIL PROTECTED]:


 I think you are experiencing a library conflict as both jQuery and
 Prototype both want to use $. By the time you initialise Superfish,
 the dollar symbol has been hijacked by Prototype and no longer works
 for jQuery. A quick solution is to change your initialisation code to
 this:

 /* use jQuery where you would use $ */
 jQuery(document).ready(function(){
   jQuery(.nav)
   .superfish({
   animation : { opacity:show,height:show}
   })
 });

 jQuery also has an inbuilt way of resolving multi-library conflicts
 which is really useful - you can learn about it here:
 http://docs.jquery.com/Using_jQuery_with_Other_Libraries

 Joel Birch.




-- 
__
Rui Gomes


[jQuery] Superfish superfish.js + prototype.js + scriptaculous.js

2008-05-12 Thread rui gomes

Hi,
I´m using the superfish vertical menu with an ajax (scriptaculous
+prototype) application and the superfish was working just fine,
before add this application.

Now, when i do a mouseover the 2st level menu, just appears and
disappears !??

here´s the link:
http://marteleira.com

[code]
link href=css/global.css rel=stylesheet type=text/css /
link rel=stylesheet type=text/css href=css/vertical.css
media=screen
script type=text/javascript src=js/jquery-1.2.3.js/script
script type=text/javascript src=js/hoverIntent.js/script
script type=text/javascript src=js/bgiframe.js/script
script type=text/javascript src=js/superfish.js/script
script src=js/lib/prototype.js type=text/javascript/script
script src=js/src/scriptaculous.js type=text/javascript/script
script type=text/javascript
function highlightCalendarCell(element) {
$(element).style.border = '1px solid #d91a84';
}

function resetCalendarCell(element) {
$(element).style.border = '1px solid #2C2C2C';
}

function startCalendar(month, year) {
new Ajax.Updater('calendarInternal', 'rpc.php', {method: 'post',
postBody: 'action=startCalendarmonth='+month+'year='+year+''});
}

function showEventForm(day) {
$('evtDay').value = day;
$('evtMonth').value = $F('ccMonth');
$('evtYear').value = $F('ccYear');

displayEvents(day, $F('ccMonth'), $F('ccYear'));

if(Element.visible('addEventForm')) {
// do nothing.
} else {
Element.show('addEventForm');
}
}

function displayEvents(day, month, year) {
new Ajax.Updater('eventList', 'rpc.php', {method: 'post', 
postBody:
'action=listEventsd='+day+'m='+month+'y='+year+''});
if(Element.visible('eventList')) {
// do nothing, its already visble.
} else {
setTimeout(Element.show('eventList'), 300);
}
}

function addEvent(day, month, year, body) {
if(day  month  year  body) {
// alert('Add Event\nDay: '+day+'\nMonth: 
'+month+'\nYear: '+year
+'\nBody: '+body);
new Ajax.Request('rpc.php', {method: 'post', postBody:
'action=addEventd='+day+'m='+month+'y='+year+'body='+body+'',
onSuccess: highlightEvent(day)});
$('evtBody').value = '';
} else {
alert('There was an unexpected script error.\nPlease 
ensure that
you have not altered parts of it.');
}

// highlightEvent(day);
} // addEvent.

function highlightEvent(day) {
Element.hide('addEventForm');
$('calendarDay_'+day+'').style.background = '#?= $eventColor 
?';
}

function showLoginBox() {
Element.show('loginBox');
}

function showCP() {
Element.show('cpBox');
}

}
/script
script type=text/javascript
!--
$(document).ready(function(){
$(.nav)
.superfish({
animation : { opacity:show,height:show}
})
});
//--
/script
[/code]

Regards,
ps - it´s very urgent! and thanks!


[jQuery] Snap to grid on BBC website

2008-03-10 Thread Rui Pacheco

Hi all

I am currently evaluating the jQuery library, along with some other JS
libraries for my company, and we decided to implement the same
functionality the BBC homepage has. I managed to reproduce all the
effects quite quickly apart from the snap to grid. Can anyone send me
on the right direction?

iGoogle seems to have the same functionality and I know they also use
jQuery. Are they using it on iGoogle or are they doing it using their
own JS libraries?

Many thanks for your help.
Rui


[jQuery] Re: Read PARAM from Object

2007-06-20 Thread Rui Costa

hi scott,

thanks, but i put your sentece into an alert command, and de alert
window don't opened. if remove [0] the alert window shows undefined.

Any other option?



[jQuery] Re: Read PARAM from Object

2007-06-20 Thread Rui Costa

http://www.mobiliarioemnoticia.pt/wmv/testemunhos.asp

i add 2 buttons. click them.



[jQuery] Re: Read PARAM from Object

2007-06-20 Thread Rui Costa

you're right. what a fail

thanks for this.



[jQuery] Re: Read PARAM from Object

2007-06-20 Thread Rui Costa

so far so good. i'm getting the solution i need.

well, at the right side of the wmv video, there are a list of videos,
and i need to click, and change de source of the video and start to
play, so i try this:

$(#mediaPlayer [EMAIL PROTECTED])[0].value = $(# +
this.id).attr('title'); // it's the filename. i put it there, on the
link.
$(#mediaPlayer)[0].data =  $(# + this.id).attr('title');

and nothing happens... suggestions?