Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Showing results 1 to 17 of 17
Search took
0.08
seconds.
Search:
Posts Made By:
mberkom
Forum:
JavaScript frameworks
10-10-2009, 04:57 PM
Replies:
3
jQuery
Internet Explorer Newline Issues
Views:
2,313
Posted By
mberkom
Okay, I've got the app online so that it can...
Okay,
I've got the app online so that it can be tested and get this issue rolled out.
http://madlibmachine.com/
First, tinker around with the app in firefox or any modern day browser and get...
Forum:
JavaScript frameworks
10-09-2009, 08:58 PM
Replies:
3
jQuery
Internet Explorer Newline Issues
Views:
2,313
Posted By
mberkom
I'll be getting the app online in a couple days...
I'll be getting the app online in a couple days which has this problem. Once I do, I think you will understand what I'm saying.
Forum:
JavaScript frameworks
10-09-2009, 05:57 PM
Replies:
3
jQuery
Internet Explorer Newline Issues
Views:
2,313
Posted By
mberkom
Internet Explorer Newline Issues
I am building an application that uses jQuery to save the content of a textarea1. So, when you click the save link, it grabs the value of the textarea1 and puts it into another textarea2 from which...
Forum:
JavaScript frameworks
04-16-2009, 05:59 PM
Replies:
9
jQuery
Turn Recursive Function into FOR Loop: Solved
Views:
3,566
Posted By
mberkom
No go... I get the same error.
No go... I get the same error.
Forum:
JavaScript frameworks
04-16-2009, 05:20 PM
Replies:
9
jQuery
Turn Recursive Function into FOR Loop: Solved
Views:
3,566
Posted By
mberkom
I realize it is a known bug, but how do I get...
I realize it is a known bug, but how do I get around it? What in my code is triggering it?
Forum:
JavaScript frameworks
04-16-2009, 04:37 PM
Replies:
9
jQuery
Turn Recursive Function into FOR Loop: Solved
Views:
3,566
Posted By
mberkom
This is what I've developed so far: //loop...
This is what I've developed so far:
//loop through links, parse data, insert page
function parse_data(){
for (var i=0; i < (links.length - 1); i++) {
function ajax(){...
Forum:
JavaScript frameworks
04-16-2009, 03:27 PM
Replies:
9
jQuery
Turn Recursive Function into FOR Loop: Solved
Views:
3,566
Posted By
mberkom
And how would I do that? I think I understand...
And how would I do that? I think I understand what you are saying but does jquery have a sync request? Could you explain?
Forum:
JavaScript frameworks
04-16-2009, 05:04 AM
Replies:
9
jQuery
Turn Recursive Function into FOR Loop: Solved
Views:
3,566
Posted By
mberkom
Turn Recursive Function into FOR Loop: Solved
Here is my code:
Code removed...
I want the function in red to be a loop instead of a recursive function so that I can cut down on memory use and the possible error of the stack being filled. ...
Forum:
JavaScript frameworks
03-31-2009, 07:21 PM
Replies:
4
jQuery
Show element scrolls the page to the top: Solved
Views:
1,567
Posted By
mberkom
That was easy! I should have thought that it was...
That was easy! I should have thought that it was the link reloading the page. Thanks for the help.
Forum:
JavaScript frameworks
03-31-2009, 06:51 PM
Replies:
4
jQuery
Show element scrolls the page to the top: Solved
Views:
1,567
Posted By
mberkom
Alright, here is all my code. Problem occurs at...
Alright, here is all my code. Problem occurs at line #103 in the scripts.js file. Thanks for the help.
Code removed
Forum:
JavaScript frameworks
03-31-2009, 05:37 PM
Replies:
4
jQuery
Show element scrolls the page to the top: Solved
Views:
1,567
Posted By
mberkom
Show element scrolls the page to the top: Solved
This problem solved
Okay I have another question.
In my code, using the "ajax" call I load an html div into my page, define its top and left and then make it visible using ".fadeIn()"...
Forum:
JavaScript frameworks
03-30-2009, 11:55 PM
Replies:
3
jQuery
Ajax call after success function
Views:
29,636
Posted By
mberkom
For various reasons I am unable to do as you...
For various reasons I am unable to do as you suggest. I am writing this code in the context of object oriented jquery and this ajax call is part of a method of the object "Box". The "doSomething"...
Forum:
JavaScript frameworks
03-30-2009, 10:15 PM
Replies:
3
jQuery
Ajax call after success function
Views:
29,636
Posted By
mberkom
Ajax call after success function
This problem is solved and no longer needs any help.
I have this code and am experiencing some problems
$.ajax({
url: this.html_url,
cache: false,
success: function(html){
...
Forum:
JavaScript frameworks
02-01-2009, 04:41 PM
Replies:
4
Jquery: Not Has Class
Views:
52,729
Posted By
mberkom
Rangana, I am trying to select the paragraph...
Rangana, I am trying to select the paragraph .question in the first div with the class of .card and without the class of .correct. Does that help? Please ignore the quotes in nth-child. They were...
Forum:
JavaScript frameworks
01-31-2009, 06:39 PM
Replies:
4
Jquery: Not Has Class
Views:
52,729
Posted By
mberkom
Jquery: Not Has Class
I've got a jquery selector I'm trying to get done and since I'm somewhat new to jquery I'm stumped. Essentially. I'm trying to get a div within divs with the class "card" that do not have the class...
Forum:
JavaScript programming
06-07-2008, 05:28 AM
Replies:
1
Special Javascript Link Help
Views:
683
Posted By
mberkom
Special Javascript Link Help
I am wondering if there is a way to create a link that will direct you to a page on my site and then execute javascript in the url like:
<a href="page.html javascript:document.etc"></a>
I am...
Forum:
DOM and JSON scripting
05-29-2008, 10:17 PM
Replies:
1
Replace text on different events, Help!
Views:
1,624
Posted By
mberkom
Replace text on different events, Help!
You may disregard this post as I figured it out with much simpler code!
I am trying to create a script that will replace text with different texts using the events onmouseover and onmouseout.
...
Showing results 1 to 17 of 17
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
03:51 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.