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:'#ou
tr('href'));
myparams.pop(myparams);
idnum = this.id.replace(/ToggleOpen/,'');
buildingedit( searchhtmlid, filename, myparams);
return false;
});
in html file
"
href="descriptionsadd.php?add=2&did=&sh
issue closed
thanks mkmanning
for good advising
On Feb 14, 4:16 pm, goldy wrote:
> hmm, a have tried this
> href="descriptionsadd.php?add=2&did=&showhtml=2">
>
> $('a#ToggleClose<?= $did ?>').click(function(){
>
should write it like so:
>
> > onclick="return 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
write it like so:
>
> > onclick="return 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
oh, ye, stupid error
my bad
On Feb 10, 12:38 pm, Jörn Zaefferer
wrote:
> There is no maxlenght method, its maxlength.
>
> Jörn
>
> On Tue, Feb 10, 2009 at 10:51 AM, goldy wrote:
>
> > Hei there seems validation works only if all the fields are not
> > filled.
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;
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() {
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
sorry , if my question is noobish, but I'm a beginner in jquery using
9 matches
Mail list logo