[jQuery] Problems with jquery.form and multi-file-upload plugins

2009-06-27 Thread goldy
i'm trying to submit the files to a target file that will work with them i have tried the iframe=true parameter but without success please help, what i'm missing //start scrpt var counter = 0; function prepareForm(formname) { var options = { //target:

[jQuery] Re: onclick event on a href calls a function , where to return false to prevent redirection

2009-04-09 Thread goldy
=descriptionsadd.php?add=2did=?= db_result($db_res, $i, descr_id) ?showhtml=1 span class=ui-icon ui-icon-circle-triangle-e/ /a nice and clean ;) On 20 Фев, 13:16, goldy zlati.pehliva...@gmail.com wrote: issue closed thanks mkmanning for good advising On Feb 14, 4:16 pm, goldy zlati.pehliva...@gmail.com wrote

[jQuery] Re: onclick event on a href calls a function , where to return false to prevent redirection

2009-02-20 Thread goldy
issue closed thanks mkmanning for good advising On Feb 14, 4:16 pm, goldy zlati.pehliva...@gmail.com wrote: hmm, a have tried this a class=ToggleClose id=ToggleClose?= $did ? href=descriptionsadd.php?add=2did=?= $did ?showhtml=2/a script type=text/javascript         $('a#ToggleClose?= $did

[jQuery] Re: onclick event on a href calls a function , where to return false to prevent redirection

2009-02-14 Thread goldy
that the attribute should be all lowercase, btw. The camelcase version is used when referring to it as a member of a DOM element, eg. some_element.onClick = ... On Wed, Feb 11, 2009 at 9:28 AM, goldy zlati.pehliva...@gmail.com wrote: function buildingedit(searchhtmlid, filename, editid, idnum

[jQuery] Re: onclick event on a href calls a function , where to return false to prevent redirection

2009-02-14 Thread goldy
myClickHandler(...); And return false from the function to avoid having the link followed. Note that the attribute should be all lowercase, btw. The camelcase version is used when referring to it as a member of a DOM element, eg. some_element.onClick = ... On Wed, Feb 11, 2009 at 9:28 AM, goldy

[jQuery] onclick event on a href calls a function , where to return false to prevent redirection

2009-02-11 Thread goldy
function buildingedit(searchhtmlid, filename, editid, idnum, addnum, obj) { //closeinst(searchhtmlid); var params = $.evalJSON('{'+editid+':'+idnum+',add:'+addnum +',showhtml:2}'); var myelem = document.getElementById('lastid'); var lastid = myelem.value;

[jQuery] Re: validation with jquery 1.3

2009-02-11 Thread goldy
oh, ye, stupid error my bad On Feb 10, 12:38 pm, Jörn Zaefferer joern.zaeffe...@googlemail.com wrote: There is no maxlenght method, its maxlength. Jörn On Tue, Feb 10, 2009 at 10:51 AM, goldy zlati.pehliva...@gmail.com wrote: Hei there seems validation works only if all the fields

[jQuery] Re: validation with jquery 1.3

2009-02-10 Thread goldy
Hei there seems validation works only if all the fields are not filled. if i fill one of the required fields the validation passes and submit the form. $.validator.setDefaults({ submitHandler: function() { alert(submitted!); } }); $().ready(function() {

[jQuery] selecting multiple elements containing same word in the id attribute

2009-01-31 Thread goldy
ok, now, my question is how to do that and put those matched ids in an array after that I will have possibility to do what I want. all tha I want to do with jquery here is some test html html head /head body div div id=prefix1/div div id=prefix2/div div id=prefix3/div div id=noprefix1/div /div