[jQuery] Error: illegal access to loading collection Opções

2010-02-12 Thread Bruno Leitão de Oliveira
I have this case: public sealed class ClienteMap : ClassMap { public ClienteMap() { Id(x => x.Codigo).GeneratedBy.Native(); HasMany(x => x.Consumacoes).AsList(); } } and: public sealed class ConsumacaoMap : ClassMap { public ConsumacaoMap() {

Re: [jQuery] class="{title:'test'}

2010-01-21 Thread Bruno Santos
Hiho! I believe that you are trying to add some CSS settings directly on the tag definition, instead of assigning a class to it. If I got it right, you should use the tag parameter *style*, instead of class. logo ... 2010/1/20 fran23 > > I don't know how to handle

Re: [jQuery] Re: jQuery 1.4 change event problem

2010-01-19 Thread Bruno Santos
Indeed, the problem is related to the selected option not to the be the first one, on the first time the object is *clicked*. The problem is not exactly the "selected" parameter written on the body, but the currently selected option in runtime. To verify that, just add an onload event to body, and

[jQuery] JQuery in ZK 3.6.2

2009-11-02 Thread Bruno Fonseca
Hi, someone want help me in this task: I want use MeioMask (http:// www.meiocodigo.com/projects/meiomask/) in my app. I know what zk5 is integrated with jquey, but i can not upgrade version of zk in my app. I try this code, but no sucess: http://www.w3.org/1999/xhtml";>

[jQuery] jQuery Recursion/Iteration through JSON variable.

2009-04-24 Thread Bruno Gama
Hi I would like to know if there is a simple way to show all elements of that variable? var collectionElements = { teste: { var1: 'teste[]', var2: 'brincadeira-2', var3 :

[jQuery] selector speedup

2009-04-19 Thread Bruno K
Hi all I profiled my script with firebug and have seen that the "filter()" function is called very often. As far as I see this function is called when i use a selector like $("table[name="+name+"]")... Is there a possibility to speed that up? In XSLT there is the "key" function. see: http://www

[jQuery] Input type radio events

2009-02-22 Thread Bruno
Hi, I'm newbie about javascript and jquery. I would like to know how can I change values of all input type checkbox to unchecked when the user changes the values to "No" answer of a input type radio. The code can be the following yes no Value 1 Value 2 Thank you. Regards, Bruno.

[jQuery] get a whole html page in a .getJson call

2008-12-10 Thread Bruno Prieto Reis
be the implications of this? Is it slower then the .load method ? Actually I still use the .load method in some places, but it would make a much cleaner interface to just receive json, for every message types, including html to be substituted. Thanks in advance, Bruno

[jQuery] sIFR troubleshoot

2008-10-23 Thread Bruno Souza
FR doesn't work properly =\ It seems to scale the flash object to fit the parent div. Here's the link with both versions: [Working] http://www.brunomacaco.com.br/testes/jquery/sifr/ [Bugged] http://www.brunomacaco.com.br/testes/jquery/sifr/bug.html ty -- Bruno Macaco Front-end engineer & designer 81 9926.9883

[jQuery] Re: Extracting HTML comment

2008-08-20 Thread Bruno Bergher
it out there. Bruno On Aug 10, 4:40 pm, Adrian Lynch <[EMAIL PROTECTED]> wrote: > Thanks. > > In the end I used substring. > > The reason for it being in HTML comments is that it's meta data that I > don't want appearing on the page if CSS is turned off. > > Adrian

[jQuery] jcarousel : bug patch

2008-06-11 Thread bruno
Hi, i had a little problem with jcarousel. With firefox, the scroll caused the fisrt slided item to have a width of 0px a few ms. so I've putten an animate on the width modification, (wich make Ie bug) so, there is the code. ps : Thanks all of you, jquery is so great :) remove: function(i) {

[jQuery] Atribute of picutre

2008-05-19 Thread Bruno Eustáquio F. Andrade
Hi, I would like to know how to capture atributes of a picture using jquery? (Atributes of picture no of tag) Atributes like width and height.. Thanks

[jQuery] Re: help optimizing this code ?

2008-04-30 Thread bruno desthuilliers
On 30 avr, 16:42, Dave Methvin <[EMAIL PROTECTED]> wrote: > > FWIW, the page is a bit heavy on markup > > (document.getElementsByTagName('*') on my current test page yields > > 1295), but this is not something I can help. > > You're finding and attaching a lot of event handlers then. That would

[jQuery] Re: help optimizing this code ?

2008-04-30 Thread bruno desthuilliers
On 29 avr, 14:55, Dave Methvin <[EMAIL PROTECTED]> wrote: > > > > I have this piece of code that works fine, but is a bit slow (on a > > > > page with =~ 25 container and =~ 70 buttons, it takes about 2 to 3 > > > > seconds to complete, even after I made my best to narrow down the $ > > > > (elt)

[jQuery] Re: help optimizing this code ?

2008-04-29 Thread bruno desthuilliers
On 29 avr, 04:34, Dave Methvin <[EMAIL PROTECTED]> wrote: > > I have this piece of code that works fine, but is a bit slow (on a > > page with =~ 25 container and =~ 70 buttons, it takes about 2 to 3 > > seconds to complete, even after I made my best to narrow down the $ > > (elt) set on which it

[jQuery] help optimizing this code ?

2008-04-28 Thread bruno desthuilliers
Hi all I have this piece of code that works fine, but is a bit slow (on a page with =~ 25 container and =~ 70 buttons, it takes about 2 to 3 seconds to complete, even after I made my best to narrow down the $ (elt) set on which it is called). So I if anybody here has any idea to improve it... NB

[jQuery] Re: Masked input plugin for hour

2008-01-25 Thread Bruno Eustáquio F. Andrade
case "35":case "40": this.val = ""}}}); > > This is untested, I don't currently have access to my own forms, but > you get the idea. > > Eric > > > > > > > On Jan 23, 4:53 am, "Bruno Eustáquio F. Andrade" <[EMAIL PROTECTED]> > wrote: > > How accept only the minutes 00, 15, 30, 45 using the masked input plugin > for > > hour?thanks. >

[jQuery] Masked input plugin for hour

2008-01-23 Thread Bruno Eustáquio F. Andrade
How accept only the minutes 00, 15, 30, 45 using the masked input plugin for hour?thanks.

[jQuery] Re: $.post not load why?

2007-06-06 Thread bruno desthuilliers
On Jun 4, 5:27 pm, Massimiliano Marini <[EMAIL PROTECTED]> wrote: > I want to load news in my html page from a php script from another > site. > > I have included this script in my html page, but not work, maybe I'm > wrong using $.post? > > $(document).ready(function(){ > > $.post("http