Click here to Skip to main content
15,886,873 members
Home / Discussions / JavaScript
   

JavaScript

 
GeneralRe: modifying Google Search to make results intentionally inaccurate Pin
Member 1103422326-Aug-14 0:14
Member 1103422326-Aug-14 0:14 
GeneralRe: modifying Google Search to make results intentionally inaccurate Pin
Anurag.ag31-Aug-14 11:51
Anurag.ag31-Aug-14 11:51 
QuestionInsert Image in to MySql database Pin
Member 1045703324-Aug-14 23:06
professionalMember 1045703324-Aug-14 23:06 
SuggestionRe: Insert Image in to MySql database Pin
ZurdoDev25-Aug-14 3:18
professionalZurdoDev25-Aug-14 3:18 
AnswerRe: Insert Image in to MySql database Pin
Dennis E White25-Aug-14 4:05
professionalDennis E White25-Aug-14 4:05 
SuggestionRe: Insert Image in to MySql database Pin
Siben Nayak29-Aug-14 5:49
professionalSiben Nayak29-Aug-14 5:49 
GeneralRe: Insert Image in to MySql database Pin
Sunasara Imdadhusen3-Sep-14 21:10
professionalSunasara Imdadhusen3-Sep-14 21:10 
QuestioncreateElement, custom style, turn off webkit Appearance Pin
jkirkerx24-Aug-14 10:13
professionaljkirkerx24-Aug-14 10:13 
I made a button in Java Script, and I'm trying to figure out how to turn off the -webkit-appearance so Safari IOS won't turn the button into a rounded button. I found borderRadius.

I want put it inline, instead of modifying the class in the css file, I just need it in one spot.
I looked around but didn't really find anything, most searches produced beginner stuff.

var input_Close = document.createElement("input");
input_Close.id = "_bt_pv_close";
input_Close.type = "button";
input_Close.className = "g-button black";
input_Close.style.width = '112px';
input_Close.style.height = '32px';
input_Close.style.borderRadius = '0';
input_Close.style.fontSize = "1.0em";
input_Close.value = "close";
input_Close.size = "30";
input_Close.onclick = function () { sm_unload_Modal_PhotoViewer(); };
div_Close.appendChild(input_Close);

GeneralRe: createElement, custom style, turn off webkit Appearance Pin
Sunasara Imdadhusen3-Sep-14 21:11
professionalSunasara Imdadhusen3-Sep-14 21:11 
GeneralRe: createElement, custom style, turn off webkit Appearance Pin
jkirkerx4-Sep-14 6:13
professionaljkirkerx4-Sep-14 6:13 
AnswerRe: createElement, custom style, turn off webkit Appearance Pin
Sunasara Imdadhusen3-Sep-14 21:13
professionalSunasara Imdadhusen3-Sep-14 21:13 
QuestionPassword Validation Pin
jclito21-Aug-14 10:45
jclito21-Aug-14 10:45 
AnswerRe: Password Validation Pin
Richard Deeming22-Aug-14 2:40
mveRichard Deeming22-Aug-14 2:40 
AnswerRe: Password Validation Pin
ZurdoDev22-Aug-14 9:15
professionalZurdoDev22-Aug-14 9:15 
QuestionAccess Device API using Javascript Pin
Gouranga Das21-Aug-14 8:00
Gouranga Das21-Aug-14 8:00 
AnswerRe: Access Device API using Javascript Pin
Richard MacCutchan21-Aug-14 21:59
mveRichard MacCutchan21-Aug-14 21:59 
AnswerRe: Access Device API using Javascript Pin
Dennis E White22-Aug-14 4:47
professionalDennis E White22-Aug-14 4:47 
AnswerRe: Access Device API using Javascript Pin
Dennis E White22-Aug-14 5:14
professionalDennis E White22-Aug-14 5:14 
QuestionAccess Device API using Javascript Pin
Gouranga Das21-Aug-14 7:59
Gouranga Das21-Aug-14 7:59 
AnswerRe: Access Device API using Javascript Pin
ZurdoDev22-Aug-14 9:16
professionalZurdoDev22-Aug-14 9:16 
Questionscrape a table from web Pin
Mahmoud198716-Aug-14 2:58
Mahmoud198716-Aug-14 2:58 
AnswerRe: scrape a table from web Pin
borchef28-Aug-14 21:08
borchef28-Aug-14 21:08 
QuestionHow to validate postdate? Pin
loga_mca13-Aug-14 21:14
professionalloga_mca13-Aug-14 21:14 
SuggestionRe: How to validate postdate? Pin
Kornfeld Eliyahu Peter13-Aug-14 23:17
professionalKornfeld Eliyahu Peter13-Aug-14 23:17 
AnswerRe: How to validate postdate? Pin
Tushar Guru8-Sep-14 21:57
Tushar Guru8-Sep-14 21:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.