[jQuery] Possible to set metadata parameter dynamically?

2008-10-04 Thread me-and-jQuery
So is it possible to change the value of metadata parameter? Lets say we have . Or is the only way to change it with attr("id","6")? I have more parameters for element, so this is not an elegant solution. Thanks.

[jQuery] Re: Possible to set metadata parameter dynamically?

2008-10-04 Thread me-and-jQuery
Well, I meant with attr("data","{ id : 6}")... my mistake. On Oct 4, 10:24 pm, me-and-jQuery <[EMAIL PROTECTED]> wrote: > So is it possible to change the value of metadata parameter? Lets say > we have . > > Or is the only way to change it with attr(&

[jQuery] Re: Unable to use jquery with Firefox

2008-10-05 Thread me-and-jQuery
Oct 5, 8:42 am, samr <[EMAIL PROTECTED]> wrote: > I just started on with jquery using > Firefox - 3.0.3 > Firebug - 1.2.1 > > The helloworld example using jquery is not loading with firebug and > just keeps on cycling. > I have disabled all plugins, still the result is same. &

[jQuery] Re: How do I remove a plugin melodramatically

2008-10-10 Thread me-and-jQuery
One option is to use unbind on the event that this plugin uses. $. ("element").unbind("click"); Anyone has any other solution? On Oct 10, 9:21 pm, Dan M <[EMAIL PROTECTED]> wrote: > All, > > If I were to add a plugin to an element on a page, say clueTip. How > could I remove the plugin from the

[jQuery] Layout manager

2008-06-17 Thread Jquery user - z
During my search for a layout manager as the extjs, I came across with this http://www.seprol.com.br/test/layout/page2.htm, (dependent on mootools) i would like to know if is possible to convert to jquery, with all the options, since the layout currently in jqueryUI, still lacks some options

[jQuery] Re: Layout manager

2008-06-17 Thread Jquery user - z
in jqueryUI, you com find something called splitpane in the dir jquery.ui-1.5\demos\real-world\splitpane\index.html

[jQuery] Re: update div with textarea length

2009-11-24 Thread [jQuery-Br] Ruan Carlos
http://web.djalmaaraujo.com.br/projects/jquery/jquerylimitinput/0.2.1/example.html maybe it's works. On 24 nov, 07:29, Michel Belleville wrote: > As long as it's working now kudos. > > Regards. > > Michel Belleville > > 2009/11/24 rjc > > > > > I&

[jQuery] How can I add HTML tag from jQuery?

2008-01-03 Thread jQuery(new).to(me)
Hi, Please give me an idea how to do this: I want to add to a table cell. For example, If I have the following table; Data1Value 1 Data2Value 2 Now I want to add anchor to the "data" class, so that result would look like this: Data1Value 1 Data2Value 2 Now, with jQuery, all I

[jQuery] Re: How can I add HTML tag from jQuery?

2008-01-04 Thread jQuery(new).to(me)
= $(this).text(); > $(this).html("" + t + ""); > > }); > > -- Josh > > - Original Message - > From: "jQuery(new).to(me)" <[EMAIL PROTECTED]> > To: "jQuery (English)" > Sent: Thursday, January 03, 2008 3:43 PM > Subj

[jQuery] Can jQuery load from DOM?

2008-10-06 Thread jQuery(new).to(me)
Hello, I am trying to load jQuery from Javascript like the following code. == code == if (typeof jQuery == 'undefined' || !jQuery) { var s = document.createElement('script'); s.setAttribute('type','text/javascript'); s.set

[jQuery] Re: ANNOUNCE: jqUploader plugin upgraded to v1.0

2007-06-09 Thread yorsal (from China; love freedom and love jquery)
nice and why you like purple? hihi~ r u a girl or a boy?

<    1   2   3   4