User Profile
Collapse
-
The original code is above which i posted. but second code i myself wrote. if possible pls test it. it works but when i quickly move coursor on and out it crashes. for ex-if i mouseover Gallery and then Partners menus. one is closed and the another is opened. when i do several times, Partners dont open. so it crashes. Thank you for attention -
I dont undertand what is triggering event's triggering element. i know triggering event for ex:mouseover but i dont know what is triggering event's triggering element?
And i created mine. but it doesn't work well like the script before i posted. the code i wrote is below. it works normally, but when i quickly move coursor on and out some of the dropdown menu crashes.
Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
Leave a comment:
-
the js.file
Code:var cssdropdown={ disappeardelay: 1050, dropdownindicator: '<img src="down.gif" border="0" />', enablereveal: [true, 35], enableiframeshim: 1, dropmenuobj: null, asscmenuitem: null, domsupport: document.all || document.getElementById, standardbody: null, iframeshimadded: false, revealtimers: {}, getposOffset:function(what, offsettype){
Leave a comment:
-
Cannot understand some code in Dropdown menu script!!!
Hi All,
I have taken from net dropdown menu script understood it but not completely.
below is html file
but there i dont know the isContained function role. Can anyone help me undertand this function. files are attached in zip format
I will your responses. Thanks in advance... -
-
Thank you very much for attention and spending time for this!Leave a comment:
-
Cannot understand chaining in Javascript!
hi All,
I have question around Douglas Crockford "method" method.
Code:Function.prototype.method = function (name, func) { this.prototype[name] = func; return this; }; function azerizor(value) { this.value=value; } azerizor.method('toString', function () { return this.value; }); var me = new azerizor('salam').toString();
-
Help with grabbing value from jquery generated select tag
Hi All, I have code that dynamically retrieves data with jquery AJAX. when i want to insert data into database via PHP $_POST method it cannot grab select tag (option) value in Mozilla and Chrome. But it works perfectly in IE.
Below is my code.... -
How to check and unselect all with single checkbox?
hi i have created function that automatically adds rows with chekcboxes. i can create two button that one serves checking all checkboxes and the another one serves for unchecking rows. but i would like to check/uncheck all checkboxes with single checkbox.
then i have created checkbox for the purpose to check or uncheck all checkboxes. but it neigther checks nor unchecks all
here is script
Code:<!DOCTYPE html PUBLIC "-//W3C//DTD
-
How to get BB code script to work in mozilla?
Hi all,
I have small bbcode script that works perfectly in IE. but in mozilla it doesn't work
here is script
Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd" > <html> <head> <head> <!-- ... --> <script language="JavaScript" type="text/javascript">
-
help with deleting rows
hi all
i have taken from internet a script that adds and removes rows
but i made a little changes to that script that is renumbering rows after deleting.
but one problem arises. i can delete all rows by selecting at once except firts row. for ex. i have added 10 rows and i chose 9-th of them i delete them with no problem. but when i choose the first row it deletes one by one and displays error. if possible can anyone tell me... -
-
Pls can you show it in a simple real wordl example
thank you very muchLeave a comment:
-
not understand function correctly
here
i dont understand what does this function do.
i try to undertand of loop objective but nothink i understood.
can you explain me for what reason there is loop used and what is a purpose to create this array
thanks beforehands
Code:function query($qry) { if(!isset($this->database_link)) $this->connect();
Leave a comment:
-
-
Thanks very much
never think such
I have appreciated your work
but i worked on it. but i got nothink (may be i know very little about javascript)
Thanks thanks very muchLeave a comment:
-
Thank you for help
but one thing i ask again if i dont disturb you (if possible)
you created drop down box with select options
i want it to be once one option selected and added (for ex: Mothboard asus) in coming rows in the drop down box motherboard asus option let not exist among select options or it disabled. because once it selected next time to choose that option will be impossible.
again thanks for attention
...Leave a comment:
-
-
-
How to update drop down box using data from last insert
I have table in Javascript and it has addrow, deleterow, submit, and functions.
when i click it automatically adds new row and it has select option to choose some of them
for ex. in added two rows one of them is Motherboard Asus and other is Motherboard Gigabyte.
I would like to have a drop down combo box. When i chose one item from drop down menu and in the next row of input that option let not exist in drop down menu....Last edited by Niheel; Mar 13 '10, 07:31 PM. Reason: Updated question using members other post so it makes sense
No activity results to display
Show More
Leave a comment: