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 20 of 20
Search took
0.60
seconds.
Search:
Posts Made By:
Paramasivan
Forum:
JavaScript frameworks
11-27-2011, 05:11 PM
Replies:
2
jQuery hide / show elements
Views:
391
Posted By
Paramasivan
I have done with the following code: ...
I have done with the following code:
$('#plusexp').click(function() {
var $cols3 = $('.cols3');
if ($cols3.is(':visible')){
$('.cols4').show();
};
$cols3.show();
Forum:
JavaScript frameworks
11-27-2011, 02:51 AM
Replies:
2
jQuery hide / show elements
Views:
391
Posted By
Paramasivan
jQuery hide / show elements
I have 2 elements cols3 and cols4. If either one is hidden then by clicking a button that element is to be displayed.
But if both elements are hidden then by clicking a button only element col3 is...
Forum:
HTML & CSS
10-21-2011, 06:54 PM
Replies:
7
I want a form like this
Views:
376
Posted By
Paramasivan
For the "Preferred Date *" you require jQuery...
For the "Preferred Date *" you require jQuery datepicker()
Forum:
JavaScript frameworks
10-17-2011, 01:23 AM
Replies:
3
jQuery keyup method
Views:
507
Posted By
Paramasivan
When I press any key, it is not displaying which...
When I press any key, it is not displaying which key is pressed.
Forum:
JavaScript frameworks
10-17-2011, 12:43 AM
Replies:
3
jQuery keyup method
Views:
507
Posted By
Paramasivan
jQuery keyup method
I used the following code:
-----------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html...
Forum:
JavaScript frameworks
10-04-2011, 06:44 PM
Replies:
4
Resolved
jQuery background image from gray to color
Views:
1,113
Posted By
Paramasivan
How to delay the display of background image from...
How to delay the display of background image from gray image to color image with delay() function?
I have 3 divs in a row those have contents and only the the background image need to be changed...
Forum:
JavaScript frameworks
10-04-2011, 05:37 PM
Replies:
4
Resolved
jQuery background image from gray to color
Views:
1,113
Posted By
Paramasivan
Correction: url(../images/leftboxbg.png)" ...
Correction:
url(../images/leftboxbg.png)"
url(images/leftboxbg.png)"
Forum:
JavaScript frameworks
10-04-2011, 05:31 PM
Replies:
4
Resolved
jQuery background image from gray to color
Views:
1,113
Posted By
Paramasivan
jQuery background image from gray to color
Hi,
I would like to change the background image from gray image to color image in slow fadein.
The css is
.leftbox {
width:315px;
float:left;
height:169px;
Forum:
JavaScript programming
08-22-2011, 08:33 PM
Replies:
6
Resolved
Image highlighting on clicking radio button
Views:
450
Posted By
Paramasivan
Thanks! It works.
Thanks! It works.
Forum:
JavaScript programming
08-22-2011, 07:36 PM
Replies:
6
Resolved
Image highlighting on clicking radio button
Views:
450
Posted By
Paramasivan
It is not working in chrome and safari. When one...
It is not working in chrome and safari. When one image is clicked, the border around the other images should vanish.
Forum:
JavaScript programming
08-22-2011, 07:16 PM
Replies:
6
Resolved
Image highlighting on clicking radio button
Views:
450
Posted By
Paramasivan
I have done with : // JavaScript Document...
I have done with :
// JavaScript Document
function nilborder()
{
var image1null = document.getElementById('Image1');
image1null.style.border = "solid 2px white";
var image2null =...
Forum:
JavaScript programming
08-22-2011, 06:31 PM
Replies:
6
Resolved
Image highlighting on clicking radio button
Views:
450
Posted By
Paramasivan
Image highlighting on clicking radio button
Hi all,
I have the following code in my html.
<form name="createaccount" action="" method="post">
<div class="formrow">
<label>Select an Avatar:</label>
...
Forum:
JavaScript programming
08-04-2011, 10:27 PM
Replies:
2
Banner Rotator
Views:
352
Posted By
Paramasivan
Thank you, it works.
Thank you, it works.
Forum:
JavaScript programming
08-04-2011, 07:54 PM
Replies:
2
Banner Rotator
Views:
352
Posted By
Paramasivan
Banner Rotator
Hi all,
I am using Javascript for rotating 2 images.
In the head section,
var maxAdNo = 1
var adNo
Forum:
HTML & CSS
05-05-2011, 06:15 PM
Replies:
8
jQuery Multi Level CSS Menu #2
Views:
1,523
Posted By
Paramasivan
When the cursor is in its sub menu, I want to...
When the cursor is in its sub menu, I want to retain the hover state of the sub-menu as well as the hover state of the main menu (when cursor is in its sub-menu).
In the original code of Dynamic...
Forum:
HTML & CSS
05-05-2011, 05:40 PM
Replies:
8
jQuery Multi Level CSS Menu #2
Views:
1,523
Posted By
Paramasivan
Please see...
Please see http://www.dynamicdrive.com/style/csslibrary/item/jquery_multi_level_css_menu_2/
I used nothing but same, only menu items changed.
Forum:
HTML & CSS
05-05-2011, 05:37 PM
Replies:
8
jQuery Multi Level CSS Menu #2
Views:
1,523
Posted By
Paramasivan
Not yet hosted.
Not yet hosted.
Forum:
HTML & CSS
05-05-2011, 05:28 PM
Replies:
8
jQuery Multi Level CSS Menu #2
Views:
1,523
Posted By
Paramasivan
.jqueryslidemenu{ font: bold 13px Arial,...
.jqueryslidemenu{
font: bold 13px Arial, Helvetica, sans-serif;
width: 950px;
height:56px;
margin:0 auto;
}
.jqueryslidemenu ul{
margin: 0;
padding: 0;
Forum:
HTML & CSS
05-05-2011, 04:38 PM
Replies:
8
jQuery Multi Level CSS Menu #2
Views:
1,523
Posted By
Paramasivan
Can you please mention the code?
Can you please mention the code?
Forum:
HTML & CSS
05-05-2011, 12:14 AM
Replies:
8
jQuery Multi Level CSS Menu #2
Views:
1,523
Posted By
Paramasivan
jQuery Multi Level CSS Menu #2
I used jQuery Multi Level CSS Menu #2 from Dynamic Drive ( url http://www.dynamicdrive.com/style/csslibrary/item/jquery_multi_level_css_menu_2/ )
I could not retain the hover state of the main...
Showing results 1 to 20 of 20
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
05:35 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.