Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 9 of 9
Search took 0.03 seconds.
Search: Posts Made By: Minisuit
Forum: JavaScript programming 08-09-2012, 02:27 PM
Replies: 1
Views: 405
Posted By Minisuit
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta...
Forum: JavaScript programming 08-09-2012, 02:23 PM
Replies: 4
Views: 616
Posted By Minisuit
$(document).ready(function() { var ...

$(document).ready(function() {
var editor=$("#input").cleditor();
$(".cleditorMain iframe").contents().find('body').bind('keyup', function(){
alert("keyup");
...
Forum: JavaScript programming 08-09-2012, 01:24 PM
Replies: 105
Views: 4,605
Posted By Minisuit
Yes ! We Can write the all the java script Code...

Yes ! We Can write the all the java script Code in the Single external file and call that file at the top of each file where the concern javascript is needed.

calling the javascript with the...
Forum: JavaScript programming 08-09-2012, 12:35 PM
Replies: 2
Views: 351
Posted By Minisuit
passing variables in href tag We can pass...

passing variables in href tag

We can pass variable using the ? Symbol.
for example :

is we want to send a name and id of a person the we can sent it using the following format.

name =...
Forum: JavaScript programming 08-09-2012, 11:35 AM
Replies: 2
Views: 977
Posted By Minisuit
Try this Code : <script...

Try this Code :

<script src="http://widgets.twimg.com/j/2/widget.js" type="text/javascript"></script>

<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval:...
Forum: JavaScript programming 08-09-2012, 11:19 AM
Replies: 5
Views: 754
Posted By Minisuit
Here's my solution, it uses PHP in the backend,...

Here's my solution, it uses PHP in the backend, and JSON, so you'll want to modify your server side code as appropriate (if you wrap the JSON in XML, you'll also need to adjust the syntax in the AJAX...
Forum: JavaScript programming 08-09-2012, 10:52 AM
Replies: 53
Views: 2,364
Posted By Minisuit
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta content="en-us"...
Forum: JavaScript programming 08-07-2012, 01:00 PM
Replies: 2
Views: 287
Posted By Minisuit
You Achieve this by using the Keyboard Events...

You Achieve this by using the Keyboard Events like Key press Events like key Down or key up event or by Onblur Event.
But when we use Key press events like Keyup or key down Event then the form...
Forum: JavaScript programming 08-07-2012, 12:27 PM
Replies: 2
Views: 279
Posted By Minisuit
<script type="text/javascript"...

<script type="text/javascript" language="javascript">

<!--
function validateTextBox(){
var form=document.getElementById("form1");
var firstName=form["firstName"].value;
var...
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT +1. The time now is 03:00 PM.