[jQuery] autocomplete character replace on callback

2009-12-15 Thread led
I need help with this plugin autocomplete. with results i also show how many , ex: mexico (5) los angeles (4) How can i make the selection without the associated number. ex: mexico los angeles change event does'nt work.

[jQuery] Re: checbox checked unchecked callback

2009-12-11 Thread led
Solved On 11 Dez, 18:54, led wrote: > I need a event listener for the checkbox check and uncheck event. > Should i do that with change event or there is another simple way > like . > If i use the change event hw can i manage the the state of the > checkbox, callback based on st

[jQuery] checbox checked unchecked callback

2009-12-11 Thread led
I need a event listener for the checkbox check and uncheck event. Should i do that with change event or there is another simple way like . If i use the change event hw can i manage the the state of the checkbox, callback based on state. If check callback1 if uncheck callback2 I think there is an el

[jQuery] Orkan star rating widget

2009-12-04 Thread led
Can get it, why this works: $("#stars-wrapper1").stars({ callback: function(ui, type, value) { $("#stars-wrapper1").stars("select", value); and this dont: $("#stars-wrapper1").stars("select", 3); Please my friends help with this. http://orkans-tmp.22web.net/star_ratin

[jQuery] star rating pugin and firefox

2009-12-03 Thread led
I have this starnge problem in firefox 3.5.5 and chome that stop/slow down the page. See it in http://realferias.com/casasdeferiasalgarve/Allpessoas-All-tipoAll-mesAll.aspx

[jQuery] Re: looping through elements with jQuery based on class

2009-12-01 Thread led
irst 3 stars. On 2 dez, 03:21, "Richard D. Worth" wrote: > On Tue, Dec 1, 2009 at 9:53 PM, led wrote: > > I'm try to use star rating plugin frm > >http://fyneworks.com/jquery/star-rating/. > > > I need to add class 'star-rating-on' on the di

[jQuery] looping through elements with jQuery based on class

2009-12-01 Thread led
I'm try to use star rating plugin frm http://fyneworks.com/jquery/star-rating/. I need to add class 'star-rating-on' on the divs with class 'star- rating rater-0 auto-submit-star star-rating-applied star-rating- live' . I can use: $("div.star-rating rater-0 auto-submit-star star-rating-applied

[jQuery] Re: Values from datatable to generate ul, li

2009-11-23 Thread led
vb.net Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim cn As String = "Data Source=mysqlserver;Initial Catalog=mydatabase;User ID=myuser;PWD=password" Using conn As New SqlConnection(cn) Dim cmd As New SqlCommand("s

[jQuery] Dialog position : relative

2009-05-01 Thread led
How can i set the position of dialog relatively to element( as a tooltip)?

[jQuery] Re: need help with jqGrid

2009-04-17 Thread Led
thanks tony, but is not loading the results ... and no error On 17 Abr, 15:36, Tony wrote: > Hello, > The version of jquery  1.3.1 that you use is not compatible with > jqGrid version 3.4 > Download the latest 3.4.3 version of jqGrid > > On Apr 17, 2:51 pm, Led wrote: >

[jQuery] Re: help with jqgrid

2009-04-17 Thread Led
  {name:'id', index:'id', key:true, width:55}, >       {name:'cod_casa', index:'cod_casa', width:55} >      ], > and not >   colModel :[ >       {name:'id', index:'id', key:true, width:55}, >       {name:'cod_casa',

[jQuery] Re: need help with jqGrid

2009-04-17 Thread Led
tony , check that is not that. On 17 Abr, 11:46, Tony wrote: > Hello, > Already replayed. Please check your code - you have a unneeded coma in > colModel > Regards > Tony > > On Apr 17, 1:33 pm, led wrote: > > > > > I' m trying to use the jquery

[jQuery] Re: help with jqgrid

2009-04-17 Thread Led
Strange... this thing On 17 Abr, 12:00, Led wrote: > See it my friend, but i've changed and nothing > > On 17 Abr, 11:55, Tony wrote: > > > > > Hello, > > Please see my previous mail, remove the comma at last > > item - ie. the col model should b

[jQuery] Re: help with jqgrid

2009-04-17 Thread Led
, >       {name:'cod_casa', index:'cod_casa', width:55} >      ], > and not >   colModel :[ >       {name:'id', index:'id', key:true, width:55}, >       {name:'cod_casa', index:'cod_casa', width:55}, >      ], > >

[jQuery] Re: help with jqgrid

2009-04-17 Thread Led
or >      ], > > Remove the comma and will be ok > Regards > Tony > > On Apr 17, 3:12 am, led wrote: > > > > > b.jgrid is undefined . > > > i'm having this error when everything seems to be in place . I'm just > > starting to try this plugin . > > >http://realferias.com/jqgrid_demo.htm > > > thanks- Ocultar texto citado - > > - Mostrar texto citado -

[jQuery] need help with jqGrid

2009-04-17 Thread led
I' m trying to use the jquery jqGrid plugin but i can't see it working with ASP code. this is the xml generated file. 114 191 15 192 15 193 15 and this is the html: jqGrid Demo jQuery(document).ready(function

[jQuery] help with jqgrid

2009-04-16 Thread led
b.jgrid is undefined . i'm having this error when everything seems to be in place . I'm just starting to try this plugin . http://realferias.com/jqgrid_demo.htm thanks

[jQuery] Plugins/Validation/Validator/addMethod

2009-03-17 Thread led
I've post other 2 related with this issue. I'm more like a newbie in javascript and jquery. I've found this esample in the validate plugin based on form multipart validation that i've found usefull for many situations. Then i change the accordion structure because of ui1.7 css diferences as the

[jQuery] Re: partial step form validate

2009-03-16 Thread Led
. > > -S > > > > On Mon, 2009-03-16 at 18:18 -0700, led wrote: > > Hi need to validate just the form elements in a step. how do i > > reference the form elements in a div. > > > ex: $("#form").validate().element("elements in the div") > > > thanks in advanve- Ocultar texto citado - > > - Mostrar texto citado -

[jQuery] partial step form validate

2009-03-16 Thread led
Hi need to validate just the form elements in a step. how do i reference the form elements in a div. ex: $("#form").validate().element("elements in the div") thanks in advanve

[jQuery] validate plugin (validate elements)

2009-03-16 Thread led
how to just validate elements in a div

[jQuery] Re: display:block with jquery

2009-01-09 Thread led
thanks, lazy i ... On 8 Jan, 20:58, "Mauricio \(Maujor\) Samy Silva" wrote: > display block is a CSS declaration, so use the css() method: > > $('element').css('display', 'block'); > > > > > > > how can i add display block to an element with jquery- Ocultar texto citado > > - > > - Mostrar text

[jQuery] display:block with jquery

2009-01-08 Thread led
how can i add display block to an element with jquery

[jQuery] Re: Tablesorter pager and ajax

2008-11-22 Thread led
esults_casa_mes.asp', { >         nm_mes: $('#teste4').val(), >         pessoas: $('#pessoas').val(), >         tipo: $('#tipo').val(), >         localidade: $('#localidade').val() >     }, function(){  $("table").trigger("up

[jQuery] Re: Tablesorter pager and ajax

2008-11-22 Thread led
ote: > http://tablesorter.com/docs/example-ajax.html > > inside the callback (the third argument for .load ) > // let the plugin know that we made a update > $("table").trigger("update"); > > On Nov 21, 5:43 pm, led <[EMAIL PROTECTED]> wrote: > > >

[jQuery] Re: Tablesorter pager and ajax

2008-11-22 Thread led
L PROTECTED]> wrote: > http://tablesorter.com/docs/example-ajax.html > > inside the callback (the third argument for .load ) > // let the plugin know that we made a update > $("table").trigger("update"); > > On Nov 21, 5:43 pm, led <[EMAIL PROTECTED]>

[jQuery] Tablesorter pager and ajax

2008-11-21 Thread led
I've noted that tablesorter and the pager don't work in ajax response such as the content returned in the jquery load(), with or without previous Table tags How can i fix this . See this demo of the problem in http://realferias.com/pager.asp

[jQuery] ajax loading image and fadeIn content

2008-11-16 Thread led
Hi, i'm just starting in jquery and i need help on this code. I just need to display a message (or image)before the content is loaded and fade that content. Here is the code, and you can see it in action on realferias.com and click the OK button on the left.Thanks. $(document).ready(function() {

[jQuery] safari & chrome form plugin problem

2008-11-15 Thread led
My question is if someone report prroblems with form plugin and the ajaxsubmit? Don't work on both.

[jQuery] load page on onload

2008-10-25 Thread led
hi , i'm just starting with jquery . It is possible to load a page in the onload event or just calling the load utility in a script ex=$('#divCliente').load('proprietarioLogin.asp'); it's that i want to redirect to another page but i dont hnow how. please help.