15,792,063 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Python questions
View PHP questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Dennis E White (Top 18 by date)
Dennis E White
23-Aug-18 10:08am
View
have you even tried to google this yourself?? I did a quick google and came up with several examples.
Dennis E White
17-Aug-18 15:09pm
View
without actually seeing everything I can't help more. there is no reason for getElementById() to return null if everything is there properly.
Dennis E White
16-Aug-18 10:18am
View
so if you are formatting your call to getElementById(..) properly and running this from developer tools but it's returning null then the problem is most likely going to be one of the following:
- the element you are searching for wasn't properly closed.
- you have multiple elements sharing the same id.
Dennis E White
15-Aug-18 11:13am
View
have you tried running the code in something like chrome developer tools?
Dennis E White
20-Sep-14 1:34am
View
I think it's just a timing issue of how the page is rendered and delivered from the server.
Dennis E White
20-Sep-14 1:18am
View
how many times are you going to repost the same question??
Dennis E White
20-Sep-14 1:17am
View
what is your question?? you basically just reposted all the source and example from a page on datatables.net without even asking a question.
Dennis E White
20-Sep-14 1:12am
View
maybe try asking a question with some code showing the problem you are having. this is doing neither and just posting a link is discouraged.
Dennis E White
17-Sep-14 17:31pm
View
active cropping or static cropping??
uploading to what and where are some important questions that need to be answered.
Dennis E White
16-Sep-14 18:49pm
View
from the looks of what I am seeing my first guess is that your program doesn't do anything and you are wondering why?? like others have tried to recommend you really need to use the debugger and as well learn how the code you wrote is supposed to work.
Dennis E White
16-Sep-14 12:00pm
View
use the chrome developer tools and set a break point in the code so you can inspect everything.
Dennis E White
15-Sep-14 11:06am
View
via the chrome developer tools have tried setting a break point in your code and then inspecting what innerListElement actually is??
Dennis E White
12-Sep-14 11:21am
View
have you read the twitter API docs?? I would start there.
Dennis E White
11-Sep-14 12:34pm
View
so why not use a jQuery plugin again?? if your concerns are browser compatibility then all the more reason to use jQuery. If you are looking for browser support which includes IE 8 and earlier then make sure to use pre 2.0 on jQuery.
Dennis E White
10-Sep-14 14:29pm
View
are they leaving the page based on a POST or GET??
Dennis E White
8-Sep-14 10:41am
View
do you have an example of where you are stuck??
Dennis E White
29-Aug-14 11:53am
View
for the active cell that someone has clicked on?? if you have a UITableView with hundreds of cells you have to remember that not all of the cells are populated.
Your question is very vague so no answer can be given.
Dennis E White
28-Aug-14 16:27pm
View
I have used the "data-" attribute with IE 8+, chrome, firefox and safari and haven't had any issues with it. with later releases of HTML the requirement/support was formalized and actually included into the spec.
Show More