| bio | website | |
|---|---|---|
| location | Croatia | |
| age | ||
| visits | member for | 1 year, 4 months |
| seen | yesterday | |
| stats | profile views | 48 |
Ex IT Admin, Ex Senior SQA engineer, now learning PHP / Jscript / Jquery in order to gain some work ;)
|
Feb 29 |
accepted | Display multiple WP pages on single WP page but in |
|
Feb 24 |
asked | Display multiple WP pages on single WP page but in |
|
Feb 13 |
asked | Where to put $wpdb with OOP plugin / widget using and WP_widget extension |
|
Feb 10 |
asked | iPhone app versioning in free and fee version for use with OpenFeint? |
|
Feb 1 |
asked | exchangeable secondary menu in Wordpress |
|
Jan 27 |
accepted | Array of objects returns empty array? |
|
Jan 27 |
comment |
Array of objects returns empty array? Tnx Hasan Khan. It works like that :) It's actually logical to create 4747 articles for 4747 articles, not only one and then expect miracles :) |
|
Jan 27 |
asked | Array of objects returns empty array? |
|
Jan 12 |
awarded | Student |
|
Jan 11 |
comment |
.submit() return false causes weird (to me) behavior Hi Timur, I've managed in a meantime, I added additional hidden file to differentiate action delete or add new: <input type="hidden" id="boxevi" name="boxevi" /> <input type="hidden" id="action" name="action" /> <button onclick="addcheckboxes();if($(\'#boxevi\').val()==\'\'){return false;}$(\'#action\').val(\'delete\');$(\'#formarticle\').submit();">Delete</button> <button onclick="$(\'#action\').val(\'save\');$(\'#formarticle\').submit();">SAve</button></form><br /></div>'; |
|
Jan 11 |
awarded | Scholar |
|
Jan 11 |
comment |
.submit() return false causes weird (to me) behavior I've tried your code but I'm constantly getting "empty" in console, no matter what I select, and it returns false all the time. |
|
Jan 11 |
accepted | .submit() return false causes weird (to me) behavior |
|
Jan 11 |
comment |
.submit() return false causes weird (to me) behavior yes, your post works perfectly fine for what I have asked, but in big picture, because "delete" now works fine, "add new" does not work at all :) I have floating function in php called checkaction() where I check all $_POST[] variables from all my forms, and depending on value of the variable (addnewarticle, addnewstaticcontent, editarticle, savearticle) I use different case in my contenthandler. However, if i use only .submit(), this "addnewarticle" button, which is on same form as "delete selected" does not work, but rather behaves exactly as "delete selected"... |
|
Jan 11 |
awarded | Editor |
|
Jan 11 |
revised |
.submit() return false causes weird (to me) behavior I've updated HTML with new line at the bottom. (name="addnew") |
|
Jan 11 |
comment |
.submit() return false causes weird (to me) behavior Well, I'm not sure (I started using JQuery yesterday, so I'm total noob :) ), because on the same form I have one more button (forgot to add it in HTML code) and it is "Add new article" and I've coded that one through PHP, so If I use only $("#send").submit(function() as you suggested, my Add new is not working any more, that's why I'd like to execute this only on click. (if this is not the best case scenario, please suggest, then I'll recode and use jquery for both buttons) |
|
Jan 11 |
asked | .submit() return false causes weird (to me) behavior |