[jQuery] menu on hover

2008-11-14 Thread Sebastián V. Würtz
Theres any plugin to implement a sitemap like http://www.elpais.com (the last link in the footer of the page Asociadoss) or like http://www.lanacion.com.ar/ (link at the bottom MAPA DEL SITIO near the rss icon) thx.

[jQuery] Re: [Pagination Plugin] How to use it?

2008-07-06 Thread Sebastián V. Würtz
i use function pageselectCallback(page_id, jq) { $('#libro_result').text(Mostrando resultados del +((page_id*10)+1)+-+((page_id*10)+10)); $(#firmas).load(libro.php,{action: listar, page: page_id}); return false; } Raghu escribió: Hi, I am trying to use Jquery pagination plugin. I

[jQuery] embed windows media stream

2008-06-21 Thread Sebastián V. Würtz
how to embed a code to show a windows media audio stream using jquery.media ? i just want open the mini player in my page mms://67.205.103.55/radioriel/cfm.asx

[jQuery] Re: jQuery issues in Firefox 3

2008-06-21 Thread Sebastián V. Würtz
im getting some errors since i change to ff3 [Exception... Component returned failure code: 0x805e000a [nsIXMLHttpRequest.open] nsresult: 0x805e000a (unknown) location: JS frame :: /js/jquery-1.2.1.pack.js :: anonymous :: line 28 data: no]

[jQuery] prevent more than one submit in ajaxsubmit

2008-06-18 Thread Sebastián V. Würtz
Guys I need some litle help. var v = jQuery(#send_form).validate({ . .. }, submitHandler: function(form) { jQuery(form).ajaxSubmit({ dataType: json, success: process_result }); } });

[jQuery] problem with object response

2008-05-21 Thread Sebastián V. Würtz
How i can handle with jquery the uncaught exception: [object Object] firefox message when theres no answer from a query (via json in my case)? $.ajax({ url: weather.php, action: get_weather, dataType: 'json', success: function(json){

[jQuery] some survey plugin wanted

2008-03-27 Thread Sebastián V. Würtz
Theres some survey/poll plugin in jquery in anywhere? thx

[jQuery] kill the cpu

2008-02-13 Thread Sebastián V. Würtz
can this code kill a cpu? $(function() { show_clock(); }); function showtime() { var meses = new Array(ENE,FEB,MAR,ABR,MAY,JUN,JUL,AGO,SEP,OCT,NOV,DIC); var dias = new Array(DOMINGO,LUNES,MARTES,MIERCOLES,JUEVES,VIERNES,SABADO,DOMINGO); var d=new Date(); var seconds =

[jQuery] Re: kill the cpu

2008-02-13 Thread Sebastián V. Würtz
have to eval the code each time through. There are some other optimisations you could do but that's a start. Karl Rudd On Feb 14, 2008 9:23 AM, Sebastián V. Würtz [EMAIL PROTECTED] wrote: can this code kill a cpu? $(function() { show_clock(); }); function showtime() { var meses

[jQuery] Re: localScroll Problem

2008-02-12 Thread Sebastián V. Würtz
check. Cheers Ariel Flesler On 12 feb, 09:58, Sebastián V. Würtz [EMAIL PROTECTED] wrote: im trying to use the localScroll pluginh in many ways :) but i receive this error when i click $(#comentar).click(function(){ $.scrollTo( '-=900', 300

[jQuery] localScroll Problem

2008-02-12 Thread Sebastián V. Würtz
im trying to use the localScroll pluginh in many ways :) but i receive this error when i click $(#comentar).click(function(){ $.scrollTo( '-=900', 300 ); return false; }); E.easing[this.options.easing || (E.easing.swing ?

[jQuery] json and ajax error

2008-01-25 Thread Sebastián V. Würtz
How i can handle with jquery the uncaught exception: [object Object] firefox message when no response (json in this case) is recived? My problem is that all the rest of the script stop work! This is part of the script $.ajax({ url: weather.php, action:

[jQuery] know the element clicked with form plugin

2008-01-23 Thread Sebastián V. Würtz
Im using jquery form plugin to make a pagination with prev next, page per page and order link, all inside a form, my problem is that im not using submit buttons , im using link with click event, but i need to know what type of class the link have or it value (is the same). With this value i

[jQuery] jquery autocomplete double click behaviour

2008-01-17 Thread Sebastián V. Würtz
How i can disable the behaviour when i double click over a field with autocomplete? is like the "Single Bird (remote)" example in http://jquery.bassistance.de/autocomplete/ --

[jQuery] [Fwd: [jQuery] Pagination stop propagation]

2008-01-11 Thread Sebastián V. Würtz
I really need help badly with this Mensaje original Anyone have an idea why i cant cancel the the normal action of the button, im keep getting redirect to the "somethin.htm" in this example? http://www.d-scribe.de/webtools/jquery-pagination/demo.htm y download the page

[jQuery] Re: [Fwd: [jQuery] Pagination stop propagation]

2008-01-11 Thread Sebastián V. Würtz
Sebastin V. Wrtz escribi: I really need help badly with this Mensaje original Anyone have an idea why i cant cancel the the normal action of the button, im keep getting redirect to the "somethin.htm" in this example?

[jQuery] Re: match element based on CSS value

2008-01-10 Thread Sebastián V. Würtz
Glen Lipka escribi: Whipped up a demo. http://commadot.com/jquery/isCSSRule.php Hope this helps. There might be another way. Glen On Jan 9, 2008 2:01 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: How can I select an element based on it's CSS style value? For

[jQuery] Pagination stop propagation

2008-01-10 Thread Sebastián V. Würtz
Anyone have an idea why i cant cancel the the normal action of the button in this example? http://www.d-scribe.de/webtools/jquery-pagination/demo.htm y download the page and modified it, only function pageselectCallback(page_id, jq){ $('#Searchresult').text("Showing search

[jQuery] wow getScript full url and IE

2008-01-09 Thread Sebastián V. Würtz
WOWWOWOW I never notice that $.getScript or getCSS jQuery.getCSS = function( url, media, rel, title ) { jQuery( document.createElement('link') ).attr({ href: url, media: media || 'screen', type: 'text/css', title: title || '', rel: rel || 'stylesheet'

[jQuery] Re: why not get value using $('#wrapper').attr('offsetHeight') in firefox?

2008-01-09 Thread Sebastián V. Würtz
nightelf escribió: in firefox $('#wrapper').attr('offsetHeight') == undefined but document.getElementById('Wrapper').offsetHeight is ok the offsetHeight is an attrib? i think its a property, im not so sure use this $('#wrapper').css('height');

[jQuery] Re: height of a hidden element

2008-01-07 Thread Sebastián V. Würtz
boermans escribi: I was thinking of innerfade http://medienfreunde.com/lab/innerfade/ hope that helps On Jan 7, 2:16 pm, boermans [EMAIL PROTECTED] wrote: I could be thinking of the wrong plugin? thx, is a good plugin, but cycle have callback and pause/play ...

[jQuery] height of a hidden element

2008-01-06 Thread Sebastián V. Würtz
Is posible that if i have a hidden div i cant get his height? I want to increase or decrease some font sizes according to the max height of those 3 divs to using with cycle plugin but because im only showing one at a time and the rest are hide i getting 0 as height $('#rotate div .item')

[jQuery] navigation and cycle plugin

2007-12-20 Thread Sebastián V. Würtz
i spent 3 hours and i cant make it work, if someone can helpme pls, i try to integrate this: the remove class and the pause/resume cycle jQuery(#btn_pausa a).bind(click, function() {

[jQuery] Re: jQuery Live Search - where?

2007-07-24 Thread Sebastián V. Würtz
Web Specialist escribi: I'm looking for any example about jQuery Live Search. Google gives me this example: http://www.steintafel.ch/blog/2006-10/jquery-visitenkarte-mit-ajax-laden/ but in german(help Klaus and Karl)! ;P Do you know any more example? Cheers this website is

[jQuery] Element defined or not

2007-07-10 Thread Sebastián V. Würtz
Wich is the best way to know if a element for example a div is defined? like in php if ( empty($test) ) or if ( isset($test) ) thx

[jQuery] Translate to jquery

2007-07-05 Thread Sebastián V. Würtz
I what translate this (im still noob) to jquery can anyone helpme? function insertAfter(newElement,targetElement) { var parent = targetElement.parentNode; if (parent.lastChild == targetElement) { parent.appendChild(newElement); } else {

[jQuery] Call ajax when items were out of the screen

2007-07-01 Thread Sebastián V. Würtz
Anyone have an idea how i can know when a list is out of the screen? what i want to do is call a list via ajax and when the user use the scrollbar to show more items in the list wich are out of the screen some script call the srv via ajax to get me more results (items) thx

[jQuery] HELP!!!!!!

2007-06-27 Thread Sebastián V. Würtz
What is bad in this? i want a simple alert() but dont work, check the lastest lines var loader = jQuery('div id=black_overlaydiv id=loading_commentsimg src=assets/i.loading_big.gif alt=Espere por favor... /pCargando, espere por favor/p/div/div') .hide() .appendTo(body);

[jQuery] Re: Attach success to jquery.rating

2007-06-26 Thread Sebastián V. Würtz
Gilles (Webunity) escribió: A plugin by John Resig and badly implemented? Hardly i guess.. Try this, i don't know if that works, but seems more logical to me. $('form.rating').rating( { success: function() { alert(ASD); } } ); You could also take a look at:

[jQuery] Re: Attach success to jquery.rating

2007-06-26 Thread Sebastián V. Würtz
Gilles (Webunity) escribió: A plugin by John Resig and badly implemented? Hardly i guess.. Try this, i don't know if that works, but seems more logical to me. $('form.rating').rating( { success: function() { alert(ASD); } } ); You could also take a look at:

[jQuery] Attach success to jquery.rating

2007-06-25 Thread Sebastián V. Würtz
How i attach a succes event to the jquery.rating pluggin from John Resig? I want to do some taks when the rating value is submited, like update the container div of the rating This is not working or is bad implemented. $('form.rating').rating( function(){ success: function()

[jQuery] Why this function dont send the correct values?

2007-06-13 Thread Sebastián V. Würtz
This is part of jquery.form plugin and autocomplete, i need the user complete his city in the form city, state, country, at this point this is ok, but if the user put anything that dont exist i should parse his string and split the value (in ciudad_auto input) to get the vars ciudad,

[jQuery] Re: Release: Validation plugin 1.0 final

2007-06-13 Thread Sebastián V. Würtz
I have to say that your plugin is excelent but i can open your website :( http://bassistance.de/jquery-plugins/jquery-plugin-validation/ Duno why Benjamin Sterling escribió: Jörn, On top of this being a great plugin, having your api makes it even better. Nice work. On 6/13/07, *Jörn

[jQuery] Autcomplete function help

2007-06-11 Thread Sebastián V . Würtz
I need to make some things when a value isnt given back in the autocomplete, i mean, when the input loses the focus (blur), to make certain tasks, but does not exist a function in the class for it, where I can implement a species callback, maybe a onNoneFoundValue option? onItemSelect and

[jQuery] more problem, more problem with autocomple

2007-06-11 Thread Sebastián V . Würtz
Why, if any1 can tellme, autocomplete post this with this encoded type Headers Response Headers DateTue, 12 Jun 2007 00:25:22 GMT ServerApache/1.3.33 (Win32) PHP/4.3.10 X-Powered-ByPHP/4.3.10 Connectionclose Transfer-Encodingchunked Content-Typetext/html; charset=iso-8859-1 Request Headers

[jQuery] Autocomplete on blur

2007-06-09 Thread Sebastián V . Würtz
i want to lookup a city and autocomplete one string with city, state, country, but i need make when no result and the user put something unknow like city, state, country the object autocomplete call a function that fill the hiddens fields splited (,). Heres an aproach function findValue(li) {

[jQuery] Problem getting first paragraph

2007-06-05 Thread Sebastián V . Würtz
How i get the first p of each div page inside the id book? This not work $('#book .page').each(function(index) { var first_paragraph = $(this + p).eq(0); div id=book div class=page h1xxx/h1 p/p pdd/p /div div class=page h1asdasdas/h1 p/p p/p /div

[jQuery] Re: Problem getting first paragraph

2007-06-05 Thread Sebastián V . Würtz
: Tuesday, June 05, 2007 11:40 AM Subject: [jQuery] Re: Problem getting first paragraph How about: var first_paragraphs = $('#book div.page p:first'); Joel. On 06/06/2007, at 12:34 AM, Sebastián V. Würtz wrote: How i get the first p of each div page inside the id book? This not work $('#book

[jQuery] Re: Problem getting first paragraph

2007-06-05 Thread Sebastián V . Würtz
getting first paragraph On 06/06/2007, at 12:57 AM, Joel Birch wrote: On 06/06/2007, at 12:48 AM, Sebastián V. Würtz wrote: Right. but i need all the first paragraph of each page, to execute an each function for each one :) Sorry if I am misunderstanding, but as far as I can tell this should

[jQuery] Pagination mousewheel w/o next pages

2007-06-02 Thread Sebastián V . Würtz
Someone ever implement something like a pagination like in this site? http://unspace.ca/livefilter The mousewheel plugin is a good start but i still thinking in the whole logic. Implementing a listening on the html for the wheel work, but i need to add the keys and the logic for when the page

[jQuery] Still im looking for help

2007-05-30 Thread Sebastián V . Würtz
Is the same question, can found the problem, if someone can pls helpme, thx too much -- I have a link, it call a windows when is clicked and a new popup (thckbox) must be open with ajax content The script work ok if its called directly, but if i try to usuit via thickbox i

[jQuery] Re: Still im looking for help

2007-05-30 Thread Sebastián V . Würtz
(() call. -js On 5/30/07, Sebastián V. Würtz [EMAIL PROTECTED] wrote: Is the same question, can found the problem, if someone can pls helpme, thx too much -- I have a link, it call a windows when is clicked and a new popup (thckbox) must be open with ajax content

[jQuery] Calling iframe problem with thickbox

2007-05-25 Thread Sebastián V . Würtz
The script work ok if its called directly, but if i try to usuit via thickbox i have one error $.validator has no properties here u can see what im talking about http://www.belarsoluciones.com.ar/test/ thx -- Estoy usando la versión gratuita de SPAMfighter para usuarios privados. Ha

[jQuery] Problem with thickbox+form+validation

2007-05-22 Thread Sebastián V . Würtz
I have one html who call one iframe with ajax content via thinkbox The link in ths html is that: a id=not_mail href=enviarmail.php?option=emailnid=11967height=245width=640 title=Send this newsl class=thickbox/a My problem is when i click in this link all the iframe is loaded but when it

[jQuery] Pagination ajax

2007-04-30 Thread Sebastián V . Würtz
i have a block with css button like a pagination code: div class=clearfix paginacion div class=nav_paginacion ul lia href=comment.php?p=1 class=actual aP1/a/li lia href=comment.php?p=2 class=btn_navega aP2/a/li lia href=comment.php?p=3 class=btn_navega aP3/a/li li

[jQuery] Problem with togle()

2007-04-04 Thread Sebastián V . Würtz
I have a problem with $(. + this.rel).toggle() function If i use simple toggle() work fine, but i want to personalize the effect, so i use function() { $(. + this.rel).hide('slow'); }, function() { $(. + this.rel).show('fast'); } And dosnt work, any help? $(.toggle_cat

[jQuery] Re: Problem with togle()

2007-04-04 Thread Sebastián V . Würtz
in the toggle */ $(. + this.rel).toggle( function() { $(. + self.rel).hide('slow'); }, function() { $(. + self.rel).show('fast'); } ); }); }); Joel. On 04/04/2007, at 10:16 PM, Sebastián V. Würtz wrote: $(.toggle_cat a).each(function(i){ $(this).attr(title, Click