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
Page 1 of 2
1
2
>
Showing results 1 to 25 of 30
Search took
0.13
seconds.
Search:
Posts Made By:
fishbaitfood
Forum:
JavaScript programming
05-24-2012, 10:17 PM
Replies:
0
Javascript rich text editor dropdown lists position bug
Views:
288
Posted By
fishbaitfood
Javascript rich text editor dropdown lists position bug
Hello all,
I'm trying to integrate a rich text editor on a webpage, but whichever one I use (TinyMCE, CKeditor, MarkItUp), I constantly have a position bug with the dropdown lists. (see picture)
...
Forum:
Ajax and Design
03-13-2012, 09:29 PM
Replies:
3
PHP - Ajax Chat using logfile, without reload?
Views:
1,115
Posted By
fishbaitfood
Solved it to only reload the content when a...
Solved it to only reload the content when a message is sent.
But your append method, rnd me, is something to definately consider in the future! Thanks.
And sorry Rowsdower!
Forum:
Ajax and Design
03-07-2012, 08:54 PM
Replies:
3
PHP - Ajax Chat using logfile, without reload?
Views:
1,115
Posted By
fishbaitfood
PHP - Ajax Chat using logfile, without reload?
Hello all,
I have this PHP-jQuery-Ajax chat application, which uses PHP to open and write to a logfile and with jQuery and Ajax displaying and posting the messages.
However, when loading the...
Forum:
JavaScript programming
02-24-2012, 06:31 PM
Replies:
8
Saving audio state in cookie, only works properly in Chrome.
Views:
908
Posted By
fishbaitfood
Will it make any difference to trigger a script...
Will it make any difference to trigger a script with 'ondurationchange' or 'ontimeupdate'?
Both will trigger a script the same way, right?
Forum:
JavaScript frameworks
02-23-2012, 03:17 PM
Replies:
2
[jQuery] Saving audio state in cookie, only works properly in Chrome.
Views:
628
Posted By
fishbaitfood
I've posted an update in this former thread...
I've posted an update in this former thread (http://www.codingforums.com/showthread.php?p=1194769#post1194769). Sorry for the inconvenience.
Forum:
JavaScript programming
02-23-2012, 03:14 PM
Replies:
8
Saving audio state in cookie, only works properly in Chrome.
Views:
908
Posted By
fishbaitfood
Hmm, with the given test code, I don't get any...
Hmm, with the given test code, I don't get any messages.
I get this message in the console though: "event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the...
Forum:
JavaScript programming
02-20-2012, 11:11 AM
Replies:
8
Saving audio state in cookie, only works properly in Chrome.
Views:
908
Posted By
fishbaitfood
blaze4218, I've posted this thread in the...
blaze4218, I've posted this thread in the Javascript Framework forum, as you've requested. I've also added [jQuery] in front of the thread title.
Philip M, does it have to do with the .get(0)...
Forum:
JavaScript frameworks
02-20-2012, 11:08 AM
Replies:
2
[jQuery] Saving audio state in cookie, only works properly in Chrome.
Views:
628
Posted By
fishbaitfood
[jQuery] Saving audio state in cookie, only works properly in Chrome.
Hey all,
I have this code, that saves the "play" or "pause" audio-tag state in a cookie for recognizing on different pages.
This code only works properly in Chrome, but not in other browsers.
In...
Forum:
JavaScript programming
02-19-2012, 01:21 PM
Replies:
8
Saving audio state in cookie, only works properly in Chrome.
Views:
908
Posted By
fishbaitfood
Anyone?
Anyone?
Forum:
JavaScript programming
02-18-2012, 04:51 PM
Replies:
8
Saving audio state in cookie, only works properly in Chrome.
Views:
908
Posted By
fishbaitfood
Saving audio state in cookie, only works properly in Chrome.
Hey all,
I have this code, that saves the "play" or "pause" audio-tag state in a cookie for recognizing on different pages.
This code only works properly in Chrome, but not in other browsers.
In...
Forum:
JavaScript frameworks
12-21-2011, 06:57 PM
Replies:
2
[jQuery] Checkbox toggling when parent is clicked
Views:
651
Posted By
fishbaitfood
[jQuery] Checkbox toggling when parent is clicked
Hi there,
I have a checkbox inside a table cell.
Instead of clicking only the checkbox itself, I also want to be able to click the parent table cell to check it.
Another note, each time a...
Forum:
JavaScript frameworks
11-14-2011, 07:28 PM
Replies:
8
[jQuery] MouseDown and Up when toggle-ing
Views:
1,033
Posted By
fishbaitfood
Thanks a lot, venegal. Hardcoding the unchecked...
Thanks a lot, venegal.
Hardcoding the unchecked class seems obvious, now you hinted me that out. :)
Sorry for the hassle, and again many thanks.
Forum:
JavaScript frameworks
11-14-2011, 06:43 PM
Replies:
8
[jQuery] MouseDown and Up when toggle-ing
Views:
1,033
Posted By
fishbaitfood
Hmm, one more thing though, venegal, if you don't...
Hmm, one more thing though, venegal, if you don't mind.
The first time when toggle is used, there is no unchecked-highlight background. This is the only issue, because after the first time, toggle...
Forum:
JavaScript frameworks
11-14-2011, 05:08 PM
Replies:
8
[jQuery] MouseDown and Up when toggle-ing
Views:
1,033
Posted By
fishbaitfood
Thanks venegal, I totally forgot that .checklist...
Thanks venegal, I totally forgot that .checklist label {} has the upperhand in these css rules. Thanks for pointing this out.
Forum:
JavaScript frameworks
11-14-2011, 03:22 PM
Replies:
8
[jQuery] MouseDown and Up when toggle-ing
Views:
1,033
Posted By
fishbaitfood
Hey venegal, thanks. Here's a live demo....
Hey venegal, thanks.
Here's a live demo. http://gigifrituur.be/checklist_demo/
The html and css should be fine, and toggle works, it's just the mousedown and mouseup that doesn't work.
Forum:
JavaScript frameworks
11-13-2011, 12:30 PM
Replies:
8
[jQuery] MouseDown and Up when toggle-ing
Views:
1,033
Posted By
fishbaitfood
Woow, a lot of dust in this thread... :D ...
Woow, a lot of dust in this thread... :D
(bump)
Forum:
JavaScript frameworks
11-10-2011, 11:25 AM
Replies:
8
[jQuery] MouseDown and Up when toggle-ing
Views:
1,033
Posted By
fishbaitfood
[jQuery] MouseDown and Up when toggle-ing
Hi all,
I have working toggle labels for adding/removing table rows.
These labels have a sprite checkbox background, which holds 4 different states:
- unchecked
- unchecked-highlight
- checked...
Forum:
JavaScript frameworks
11-06-2011, 08:28 PM
Replies:
8
[jQuery] Entered digits in input field to be processed as one number
Views:
693
Posted By
fishbaitfood
It's for personal use only, and it works in the...
It's for personal use only, and it works in the browsers I need, so I'm set! ;)
Thanks a bunch, SB65, I think I'm gonna use .live a hell of a lot more from now on. :)
Forum:
JavaScript frameworks
11-06-2011, 08:22 PM
Replies:
8
[jQuery] Entered digits in input field to be processed as one number
Views:
693
Posted By
fishbaitfood
Hmm, if I use your code, it won't do anything,...
Hmm, if I use your code, it won't do anything, not even to the console.
EDIT: nevermind, it works now! :D
Thanks again SB65!!
Forum:
JavaScript frameworks
11-06-2011, 08:01 PM
Replies:
8
[jQuery] Entered digits in input field to be processed as one number
Views:
693
Posted By
fishbaitfood
Yes, 1, 12, 123, is what I had already. But...
Yes, 1, 12, 123, is what I had already.
But when getting that value, I only get the last entered digit, instead of the whole value.
So, as I'm entering digits, it needs to continuously adjust the...
Forum:
JavaScript frameworks
11-06-2011, 06:06 PM
Replies:
8
[jQuery] Entered digits in input field to be processed as one number
Views:
693
Posted By
fishbaitfood
Hey SB65, This works, thank you, but my...
Hey SB65,
This works, thank you, but my intention was to get the value as soon as you enter a number, for instant calculations.
That's why I thought maybe, with the use of my first example, to...
Forum:
JavaScript frameworks
11-06-2011, 02:54 PM
Replies:
8
[jQuery] Entered digits in input field to be processed as one number
Views:
693
Posted By
fishbaitfood
[jQuery] Entered digits in input field to be processed as one number
Hello everyone,
I'm figuring out how to process entered digits as one number.
For now, I'm only able to process the input with the last entered, single digit.
Is there a way to store the...
Forum:
DOM and JSON scripting
11-04-2011, 05:14 PM
Replies:
5
Uncaught TypeError: Cannot read property 'address' of null
Views:
1,677
Posted By
fishbaitfood
I'll look into some alternatives if my host won't...
I'll look into some alternatives if my host won't upgrade.
Thanks for the tip!
Update: My host has upgraded the php version. json_encode works now. :)
Forum:
JavaScript frameworks
11-04-2011, 04:50 PM
Replies:
6
Get values of previously generated input fields
Views:
608
Posted By
fishbaitfood
Thanks for the help and info SB65!
Thanks for the help and info SB65!
Forum:
JavaScript frameworks
11-04-2011, 12:02 PM
Replies:
6
Get values of previously generated input fields
Views:
608
Posted By
fishbaitfood
Wow, I can't believe this just works perfectly! ...
Wow, I can't believe this just works perfectly!
Could you explain to me why click doesn't work this way?
I also tried .live() with toggle, but that doesn't seem to work?
Thanks SB65!
Showing results 1 to 25 of 30
Page 1 of 2
1
2
>
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
11:44 AM
.
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.