Hi,
I got a form with a few fields. 2 of them are using remote validation.
So it's basically checking if username and email are already in
database.
The problem is those field seems to validate as soon has i click into
another field causing the error message to show up no mather if I did
put som
I got a form with a few inputs.
I'm using remote validation for 2 of them.
For some reasons when I as an example enter something in a form that
uses remote validation it gets validated after I click into the next
input it just doesn't wait for the form to get submitted. Any other
inputs which ar
I am new to Jquery and I need to use the this keyword to differentiate
which div class name needs to show.
Currently, my code below on '.bioclick' click event, every bio_desc is
displayed or showed. I just want to show the current clicked
'.bioclick' child '.bio_desc'. I tried using the this keyw
hed metadata, via
> .data("metadata", null)
>
> Jörn
>
> On Tue, Aug 11, 2009 at 3:06 AM,
>
> Jean-Michel wrote:
>
> > Hi,
>
> > I know the refresh() method is gone since version 1.2 but for some
> > reason even if it's suposed to work wi
Hi,
I know the refresh() method is gone since version 1.2 but for some
reason even if it's suposed to work without it I can't get it to work.
Here's the scenario:
I got a select box, depending on the selection I want certain element
to validate so I dynamically add validation class to those ele
gards
> B.S.Bharanikumar
>
> POST YOUR OPINION
> http://bharanikumariyerphp.site88.net/bharanikumar/
>
--
[]´s Jean a.k.a Suissa
Tecnólogo em Análise de Sistemas - UTF-PR
131
back is welcome, especially
> concerning jQuery conventions.
>
> Enjoy!
> Gabriel
>
--
[]´s Jean a.k.a Suissa
Tecnólogo em Análise de Sistemas - UTF-PR
27;: '170',
> 'weight': '120'},
> {'name': 'Jane', 'lastName': 'Doe','age':'26', 'height': '175',
> 'weight': '121'},
> {'name': 'Jack', 'lastName': 'Doe','age':'27', 'height': '180',
> 'weight': '122'} ]
>
> How would I go about parsing this in Javascript? Am I not encoding it
> correctly on the PHP Side?
>
> Here's my JAVASCRIPT:
> $.get("includes/functions_inside.php", {"function" : "getAppList"},
> function(data, textStatus){
> alert( data[0] );
> }
> );
>
> Here's my PHP:
>
> $AppListQuery = $insideDB->customQuery($query);
> $rows = array();
> while($r = mysql_fetch_assoc($AppListQuery)) {
> $rows[] = $r;
> }
> print json_encode($rows);
>
> Thanks in advance!
>
--
[]´s Jean a.k.a Suissa
Tecnólogo em Análise de Sistemas - UTF-PR
www.tudopg.com.br
www.tudocuritiba.com.br
www.tudocacascavel.com.br
www.tudofoz.com.br
www.tudopuava.com.br
I am using the function to search for words in containts TR.
I have three words well (Sunday and Monday, Sunday and Monday and
Sunday)
Only is selected and the second Saturday and Sunday and Monday.
I was also selected to Sunday but could not.
Thanks to All
Im using$('table#horario tbody
The link of this exercise is below
http://www.livrojquery.com.br/cap_10/arquivo-10.5c.html
I'm having problems selecting items Seg. e Dom.
Do not select. Dom. use because it contains the function case
sensitive. Seg. e Dom. is different from. Dom.
What is another selection to selec
It doesn't work because [...@attr] selectors were removed in jQuery 1.3.
http://docs.jquery.com/Release:jQuery_1.3#Changes
You can write something like this :
$("#follow_me").click(function()
{
$("input[name=article_id[]]").attr("checked", this.checked ?
"checked" : "" )
})
I have a group of fields (field "301" and "306") that are two inline
select boxes to represent the month and year. I've grouped them with
the proper validate hash object ("groups") and set the errorPlacement
to be after field "306." All works fine as far as validation goes,
however I've also ass
e;
}
jQuery(document).ready(function(){
jQuery("#submit").bind("click",
handleFormSubmissionClick);
});
----
Hi,
I want to know if it first code is faster than the second (and why) :
1st try :
...
...
...
$(".toto").hide();
2nd try :
...
...
...
$("#toto
ures-hotkeys-in-jquery/
>
>
> Should there be music too? It is silent for me FF3 & Safari in OSX?
>
> --
> Mika Tuupola
> http://www.appelsiini.net/
>
>
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
using and the filemanagement is
>> getting complicated.
>>
>> How are you solving this problem? Is a good tutorial or info out
>> there? I have searched google and couldnt find a useful answer.
>>
>> thank a lot
>> yavuz
>
>
>
> --
> Yogi Berra - "A nickel ain't worth a dime anymore."
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
Very nice!
On Mon, Jul 14, 2008 at 6:30 PM, Rey Bango <[EMAIL PROTECTED]> wrote:
>
> jQuery Column Filters by Tom Coote
>
> http://www.tomcoote.co.uk/jQueryColumnFilters.aspx
>
> Rey...
>
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
h all jquery compatible browsers, IE included, using an enhanced
> version of excanvas I wrote.
>
> Enjoy!
>
> http://www.jquery.info/The-jFlip-plugin
>
> Renato Formato
>
>
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
how can i'd like to force an error after an ajax call, and work with
json array returned.
how do i do this?
hi, in my case the element is selected with an i id, so i guess it's
found relatively quickly. but this div is about 800 html lines
(doesn't mean anything but i can't count tags). In fact i just made
some ajax pagination inside the div.
On Mar 6, 3:00 pm, Ariel Flesler <[EMAIL PROTECTED]> wrote:
hi, when i work on a big div tag (containing lots of others elements)
browser freeze, during few seconds.
is there a way to optimize this.
and more generally what are the best practices to optimize jquery
functions.
hi, i try to select every element that is not children of another div.
i tried different ways but didn't find a solution.
regards
This is a great plugin but dont work with 1.2.1 version of jquery. Are
someone using this plugin?
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
Windows XP w/ FF 2
Very cool design btw.
On Thu, Jan 31, 2008 at 10:01 AM, Alexandre Plennevaux
<[EMAIL PROTECTED]> wrote:
>
> btw, what is your browser and os ?
>
>
> On 31 jan, 12:51, Jean <[EMAIL PROTECTED]> wrote:
> > Works for me! But was interesting i
functions called by flash are sitting outside
> of the plugin loop.
> What would be the good way to allow users to modify what these function do?
> Basically their task is to update the html according to the flash events.
> The code is here:
>
> Thank you for your
This is a known JQuery bug...
This has to do with FF rendering tables compliant to the CSS2 spec for
"display:"... in FF , , and are given display values
of "table", "table-row", and "table-cell" respectively. In IE they
all get "block".
JQuery's show/hide animation methods switch "display:" b
nk Thickbox). It can be used with jQuery or any
> > other library. I created an adapter for jQuery, and I thought that
> > somebody on this list might be interested.
> >
> > http://mjijackson.com/2008/01/22/shadowbox-js-media-viewer-1-0-beta/
> >
> > Enjoy,
> >
> > Michael
>
>
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
Hi, i'm trying to do a function on blur event, it works on Firefox but
not on IE. what's the reason?
I just do this:
$('.down_menu.show').livequery('blur', function(){
$(this).removeClass('show');
});
Maybe i should precise i'm using jquery 1.2.1
gt; www.learningjquery.com
>
>
>
>
> On Dec 11, 2007, at 8:11 AM, Jean wrote:
>
> >
> > where can i get the script debugger?
> >
> > On Dec 11, 2007 3:05 AM, Sam Sherlock <[EMAIL PROTECTED]> wrote:
> >> going a bit off topic
> >>
> &g
se IE conditionals, and what would I put in my
> stylesheet? I would also like to know which site it is that takes your site
> and tries it on different OS's and browsers. I cannot remember it off the
> top of my head.
> >
> > Thanks, Jay
>
>
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
i have the same problem, but this doesnt work too =/
t
On Dec 10, 2007 3:55 PM, Haingotiana A. RAKOTONJANAHARY
<[EMAIL PROTECTED]> wrote:
> $a = document.createElement('a');
> $(a).appendTo($container);
>
>
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
; documented in the source code at the top of the file.
>
> --
> Ole Laursen
> http://people.iola.dk/olau/
>
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
please i really need help, i can't tottally remove prototype.js from
my rails app if i can't send ajax request with datatype: 'script' and
type POST. i just want to know if it's possible or not.
On Dec 3, 4:00 pm, "Jean-Sébastien" <[EMAIL PROTECTED]>
(i post this message again i've posted it 2 hours ago but it didn't
appear yet.)
in jquery doc is written : warning "script" will turn posts into gets
so, is there a way to send POST or DELETE or PUT ajax query with
datatype: 'script'?
regards
on jquery, is sayed (about dataType='script'): # warning "script" will
turn posts into gets .
Is there another to have a dataType='script' and force POST, or PUT or
DELETE ?
regards
And they are very good in this uhn =p
Let jqueryfy them \o/
On Nov 29, 2007 2:59 PM, Rey Bango <[EMAIL PROTECTED]> wrote:
>
> Mootools itself is not the best for interfaces. Mootool users, though,
> appear to go to great length to style their apps nicely.
>
> Rey
>
>
Mootools always the best for interface =/
On Nov 29, 2007 2:37 PM, weepy <[EMAIL PROTECTED]> wrote:
>
> http://www.electricprism.com/aeron/calendar/
>
> Unfortunately it's in MooTools - would it be difficult to port ?
>
>
--
[]´s Jean
www.su
For that i use
$.ajax({
type: "GET",
url: "view/agenda/agenda.js",
dataType: "script"
i want to send an ajax query in which i pass the element to update:
$.ajax({url: _href,data: "rel=" + escape("#myId a.myClass")})
On Nov 27, 8:58 am, Suni <[EMAIL PROTECTED]> wrote:
> I dont think there is any easy way to do that.
>
> A single DOM element could have 10 different selectors that m
hi suni, want to send an ajax query, in which i tell the dom element
to update.
On Nov 27, 8:58 am, Suni <[EMAIL PROTECTED]> wrote:
> I dont think there is any easy way to do that.
>
> A single DOM element could have 10 different selectors that match it
> (or others with it). Such a function cou
I'm sure it's a simple question, but i'm looking in the api but don't
find it.
How do i convert my selected element to a string? something like :
"#myId a.myClass"
a postcode or street address, as most
> > > >> users would probably consider sensible, then the autocomplete would
> > > >> return no results.
> >
> > > >> What I really need is something that works in a similar manner to the
> > > >> autocomplete plugins I've found so far, but that doesn't care about
> > > >> the order of the words typed into the search box. The only constraint
> > > >> should be that the strings being matched against contain all the words
> > > >> typed.
> >
> > > >> For example, if an address is listed as "Mister Foobar, 123 Fake
> > > >> street, Quuxville, AS1 23D, then the autocomplete plugin would suggest
> > > >> that address if the user typed in "fake street as1", or "fake
> > > >> foobar". Are there any autocumplete plugins that support doing this?
> >
> > > --
> > > View this message in
> > > context:http://www.nabble.com/Autosuggest-tf4835224s27240.html#a13842444
> > > Sent from the jQuery General Discussion mailing list archive at
> > > Nabble.com.
>
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
is just bad practice. i haven't done any docs or
> extensive demos - this is just sort of a proof of concept. so have a
> look and feel welcome to reply.
>
> http://briskey.com/jClocke
>
> cheers,
> db
>
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
Oww thanks, i missed this.
On Nov 14, 2007 1:36 PM, Tony <[EMAIL PROTECTED]> wrote:
>
> Jean,
> There is a client side sorting. Please check the demo page.
> Regards
> Tony
>
> On 14 Ноем, 17:30, Jean <[EMAIL PROTECTED]> wrote:
> > and the client side sor
ns/project/LocalScroll
> And the demo: http://www.freewebs.com/flesler/jQuery.LocalScroll/
>
> Hope it'll be useful for someone.
>
> Ariel Flesler
>
>
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
t; > The news are:
> > > > - Row editing
> > > > - From now jqGrid can accept XML and JSON data with arbitrary
> > > > structure using a xmlReader and jsonReader.
> >
> > > > Demo at:http://trirand.com/jqgrid/jqgrid.html
> >
> > > > Just now I will work hard on documentation.
> > > > Enjoy
> > > > Tony
>
>
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
Always when i come to find some plugin i have to click to browse by
name and use the search of Firefox to find what i want, so why dont
have any search field?
sorry the bad english
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
How can i render the ui calendar without a click in a input?
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
>
> });
>
> And if you do
> $('div').func(); // alerts 'plugin' -- no namespace
> But
> $('div').mynamespace().func(); // alerts 'namespaced plugin'
> And
> $('div').mynamespace().func().$().func(); // alerts 'namespaced
>
ich is the
> > "recommended" plugin, and is relatively easy to use.
>
> I've had great luck with Jorn's version...
>
> http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/
>
> Good docs. Not sure about formatting - I've alway
t; > >>
> >
> > Oops - I should have been more specific - what plugin is used to "zoom
> > out" the panels when you hover over them? I particularly like the way
> > the text scales smoothly. There's so much JS used on that site that I
> > can't see the college for the fish :s
> >
> My skill set ends at reading the html source. :-)
>
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
?
>
> Tente postar violando alguma regra de validação e depois enviem...
>
> Eu tinha desenvolvido um script assim e estou escrevendo ele para o
> blog...
>
> On 31 out, 08:25, Jean <[EMAIL PROTECTED]> wrote:
> > Bom eu tinha um questionario que deixava uma mensagem de Ag
n Form Validation). Alguém se
> lembra
> > > desse post? Eu queria ver novamente aquele exemplo que achei bastante
> > > interessante. Se não me falha a memória era um form de uma universidade
> do
> > > estado do Paraná.
> > >
> > > Obrigado.
> > >
> > > Marco Antonio
> >
> >
>
>
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
od, careful read.
>
> http://www.learningjquery.com/2007/10/a-plugin-development-pattern
>
>
> --Karl
> _
> Karl Swedberg
> www.englishrules.com
> www.learningjquery.com
>
>
>
>
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
ermine Picture Gallery: http://coppermine.sf.net
> Koppermine KDE Client: http://koppermine.sf.net
> =
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
tion() {
>// do something with elements
> });
> }
>
> });
>
> would do something with all the selected elements via test. $
> ('div').test()
>
> /James
>
> On Oct 27, 8:49 pm, Jean-Sébastien <[EMAIL PROTECTED]>
> wrote:
Hello,
i want to call a function $('#selection').parent.child()
with the following code :
jQuery.fn.extend({
parent: {
child: function(o){ doSomethingWith(selectedElement) }
}
});
but i dont know how to pass the selected element through parent
(#selection) to child function.
regards.
LOL
On 10/26/07, Klaus Hartl <[EMAIL PROTECTED]> wrote:
>
> ...
>
> ;-)
>
>
> http://www.stilbuero.de/2007/10/26/a-very-simple-download-indicator-the-glorious-return-of-the-marquee-tag/
>
>
> --Klaus
>
>
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
;);
});
});
});
}
else
{
$("#confirm_box").fadeOut(300)
$("#answer_box").text("Erro ao dele
});
> > > });
> > > }
> > > else
> > > {
> > > $("#confirm_box").fadeOut(300)
> > >
&g
PROTECTED]>:
> > Can you post a simple page that demonstrates the problem?
> > It's easier to debug that way.
> >
> > Glen
> >
> >
> >
> > On 10/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > >
> > > Hi there friends!!!
> > >
> > > I'm having problems with a code here using AJAX on Jquery.
> > > When I do only one click in my object, it works fine, but, when I
> > > click again in other object the previous result of id continue stored.
> > >
> > > What I have to do to solve this problem??
> > >
> > >
> >
> >
>
>
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
this should be in the UI-section, which it is, but I thought
> here might be a good place too.
>
>
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
27;) ? window.location.href =
callback : callback();
}
$('#confirm').jqmHide();
});
}
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
>
> On Oct 5, 12:05 am, Guy Fraser <[EMAIL PROTECTED]> wrote:
> > Leandro Vieira Pinho wrote:
> > > The jQuery lightBox plugin 0.2 version are available.
> >
> > Very nice plugin. Does the caption part of the box need to slide in
> > every time the next/pr
S ALPHA, I'll change for sure programming, plugin names (and
> versions), css, etc...* (only tested in IE7 and FF2)
>
> ...and next week I'll take holidays for a month, so my work will be
> delayed to next November...;-)
>
> --
> Enrique Meléndez Estrada (2367)
>
s on other jQuery plugins, being Thickbox and
> Dimensions, although figured most would use them a lot already.
>
> Would appreciate any feedback on this idea.
>
> Cheers
> Stephen
>
>
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
gt;
> First of all if you send request by POST ($.post) then in PHP you var
> will be in $_POST array, if by GET ($.get) in $_GET (there is an
> exception, read about "register_globals"),
> so in PHP you should use $_POST['namn']
>
> Second of all, your request imho runs well (you can check that with
> Firebug (in NET tab)), but you forgot to put callback:
>
>$.post("test.php",{
> namn: $("#namn").val()}, function(data) { //this is callback
> alert(data); //do something with return data
> });
>
> and thats all! :)
>
> Hope it helps :)
>
> Regards
> Michael
>
>
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
HTML.
>
> I could trigger some js function with jQ after loading has finished
> but maybe there is a better way to do so.
>
>
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
> options like this:
>
> $("table").tablesorter({dateFormat: 'uk'});
>
> /christian
>
> 2007/9/26, Jean < [EMAIL PROTECTED]>:
> >
> > Unfortunally i´m a jquery noob =/
> >
> > On 9/26/07, Christian Bach <[EMAIL PROTECTED]>
vaara < [EMAIL PROTECTED]>:
> >
> >
> > A suggestion is that all parsers (except the basic ones) are removed from
> the plugin, and selectable
> > from an archive. This is very useful for custom date sorters etc, and will
> make the plugin even smaller.
> >
> &
Yes, thanks for help!
http://www.interalfa.com.br/questionarios/questionario.php?cod=31
On 9/25/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
>
> Jean schrieb:
> > Sorry for my previous email talking about the limitation of Validate
> > plugin with 50 or more element
Sorry for my previous email talking about the limitation of Validate
plugin with 50 or more elements to validade. Is not an error but the
script stops in this line
line 487
lem.tagName && elem.ownerDocument && !elem.ownerDocument.body;
jquery-1.2.1
--
[]´s Jean
www.suissa.i
Is a limite of how much inputs we can validate? I have a form with 52
questions what is {required:true} very required. In a 29 questions
required it works fine!
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
Have i write my parser for dd/mm/ date format? The plugin use mm/dd/
either i changing in plugin configs
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
Joan Piedra a écrit :
> Hi Jean-Francois,
> I like how this project is getting better and better, I'd love to see a
> better support for the latest safari and Opera.
Agreed. In fact we're currently working on the Safari implementation:
http://trac.wymeditor.org/trac/b
The file browser is an often requested feature, and we're actually
planning an API to do this sort of things.
Anyway, there's an image gallery implementation example, using
jCarousel and CodeIgniter, available at:
http://trac.wymeditor.org/trac/wiki/Contrib/ImageGalleryExample
I'll take a look at
On Sep 12, 3:44 pm, "Alexandre Plennevaux" <[EMAIL PROTECTED]>
wrote:
> Wow, it 's starting to take nicely shape, i think i'll give it a try soon.
> Congratulation jf !
Thanks!
> What, as a potential user working in real life scenarios, i would like to
> see how flexible it is: for example, a ve
Hi All,
I'm glad to announce the release of WYMeditor 0.4, a jQuery-based
XHTML editor.
This release includes new XHTML and CSS parsers, and fixes some
outstanding bugs. Thanks to all the contributors who made it possible!
Website: http://www.wymeditor.org/
Download: http://sourceforge.net/proj
ave no idea whats the cause.
>
> Someone else reported that he managed to view the site using Opera.
>
> -- Jörn
>
>
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
tion you provided.
>
> http://brandonaaron.net/jquery/issues/livequery/table_test/table_test.html
>
> I'm not able to reproduce the error you are getting.
>
>
> --
> Brandon Aaron
>
> On 9/4/07, Jean < [EMAIL PROTECTED]> wrote:
> >
> > I´m trying to do
> Brandon Aaron
>
>
> On 9/4/07, Jean < [EMAIL PROTECTED]> wrote:
> >
> > Is a very simple example and dont works =/
> >
> > $('tr').livequery('mouseover', function(){ $(this).addClass('hover');});
> >
> > t has no
eout', function(){ $(this).removeClass('hover');});
elem.className has no properties
[Break on this error] jQuery.grep( elem.className.split(/\s+/), function(cur){
jquery.js (line 342)
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
Thank Youuu a lot!
On 8/27/07, SeViR <[EMAIL PROTECTED]> wrote:
>
> Jean escribió:
> > I dont know why but with validate code my js dont run anything =/
> > even though a simple alert
> > I´m trying with IE6, FF works fine!
> >
> > Is somebody with th
quot;#"+container).show();
}
function escondeMSG(container) {
$("#"+container).hide();
$("#total").show();
}
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
int_societe: { required: true }
> > },
> > messages: {
> > int_societe: "Test soc"
> > }
> > //,submitHandler: function(form) {$
> > ("#interv").ajaxSubmit(options2);},
> >});
> > $("#interv").validate();
> >
> > });
> >
> > Now, I wanna use both. That's where it started to go wrong. When I
> > uncomment the SubmitHandler line, the validation is still OK but the
> > form is submitted normally, not using the Ajaxian method.
> >
> > Could someone help me on this case ? I spent my night on this stuff
> > and I start feeling depressed :)
> >
> > Thx,
> > Freud
>
>
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
Yes is that i was searching for =P
thanks a lot! i will put into structure list
On 8/21/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
>
> Jean schrieb:
> > Really lol
> > Dude i´m with a little problem to append the error msg in the right place
> > look my structure
de R$
60.000.001
Isnt errorElement : "li",??
if a i can append between is better.
i´m trying a lot diferent elements but it returns in the same position always =/
On 8/21/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
>
> Jean schrieb:
> > I´m sooo
I´m so sorry!!!
On 8/20/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
>
> Jean schrieb:
> > The error is in 795 line
> > jQuery(element).data is not a function
> > [Break on this error] : jQuery(element).data();
> >
> Please c
for your atention!!!
On 8/20/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
>
> Jean schrieb:
> > I had a problem with a validation plugin in a form with some ul li
> > fomatation
> > couz
I had a problem with a validation plugin in a form with some ul li fomatation
couze i´m using display: table and cia to emulate a table formation
Can anyone help me?
Razão Social:
Responsável:
Email:
--
[]´s Jean
www.suissa.info
ou enjoy.
> > >
> > > Demo page: <http://jquery.offput.ca/every>
> > > Source file: <http://jquery.offput.ca/js/jquery.timers.js>
> > >
> > > -blair
> > >
> > >
> >
>
>
> --
> Tane Piper
> http://digitalspaghetti.me.uk
>
> This email is: [ ] blogable [ x ] ask first [ ] private
>
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
ual you can grab the latest from the Dimensions project page. Note that
> > this update requires jQuery 1.1.3.
> >
> > project page:http://jquery.com/plugins/project/dimensions/
> > docs:http://brandonaaron.net/docs/dimensions/
> >
> > --
> > Brandon Aaron
>
>
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
> > > Hi everyone, regards from México. (Sorry for my english, is not very
> > > good)
> > > I've been developing a website for my little companie
> > > ( www.tuukuls.com.mx) but my comrades saw the mootools page and they
> > > are fascin
that link is yours version of autocomplete?
function.
> a function on the server-side queries my mysql database with a simple query.
> the result set is returned as an array to the javascript object.
> the javascript object gets injected into the DOM.
>
> No parameters are passed in the ajax request to the se
> If you made 2 key (and fundamental changes) I think you could speed up the
> performance immensely:
>
> 1) Change to using elements
> 2) Only use on (or ) for a block of space. (For example on your
> "String to tables" example, the "j" has 3 rows of 8 columns that are all
> blank. If you just
Robert O'Rourke a écrit :
> Neat =]
Thanks!
> Perhaps using tables like that would be another way to do captcha? Not
> writing it out with jquery but with a server side script.
Interesting idea!
Actually some kind of HTML encoded captcha, see
http://it.slashdot.org/article.pl?sid=06/12/31/2359
Hi All,
charToTable is a jQuery plugin I wrote some weeks ago.
This plugin converts characters to HTML tables.
You can even create animations, or a glyph editor with it.
Perhaps it will be useful for somebody, who knows?
Description + demos:
http://www.hovinne.com/blog/index.php/2007/07/12/131-j
http://www.appelsiini.net/~tuupola/
>
>
>
>
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
php',function(){
> // Whatever
> });
>
> it sends no post-stuff at all. and i can *not* use:
> $.post('file.php',{
> foo: 'bar'
> },function(){
> // whatever
> });
>
>
--
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com
1 - 100 of 210 matches
Mail list logo