Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for toplisek

How to modify this script to work with all options using Google Callback function? <!DOCTYPE HTML> <html> <head> <title>gCaptcha</title> </head> <body> <form id="mycontactform1" method="post"> <script type="text/javascript"> var RecaptchaOptions = {"curl_timeout":1,"lang":"en"}; function captchaSubmit(data) { document.getElementById("mycontactform1").submit(); } function IsRecapchaValid() { var res = grecaptcha.getResponse(form); if (res == "" || res == undefined …

0
104
Member Avatar for toplisek

I have tested many times Which browser and read instructions. It seems there are missing points at main app page: https://github.com/WhichBrowser/WhichBrowser Author: Niels Leenheer I have checked again and a little bit confused as this is the first time. 1. It will be under public_html 2. Cron job will update …

0
117
Member Avatar for toplisek

I have set container like: <div class="container" ng-app="myApp" ng-controller="tagsCtrl"> <h3>Angular Tags List Editor - Autocomplete</h3> <div class="row"> <div class="col-md-7"> <div class="panel panel-default"> <div class="panel-heading"><h4><i class="fa fa-tag fa-lg"></i> Tags</h4></div> <div class="panel-body"> <div class="row"> <div class="col-md-12"> <tag-manager tags="tags" autocomplete="allTags"></tag-manager> <hr> <h3>Current Tags</h3> <ul class="list-unstyled"> <li ng-repeat="tag in tags">{{tag}}</li> </ul> </div> </div> </div><!--/panel-body--> …

Member Avatar for toplisek
0
665
Member Avatar for toplisek

I have an isssue that INIT function works like enclosed example. Issue is that map should be placed or it returns an error. How to avoid this? 1. INIT function is not set due to ID: id="Googlemap_number1" How to do it? 2. INIT function should be executed only if there …

0
133
Member Avatar for toplisek

I have to change $ into jQuery due to conflict validation. Please find code. It seems an issue with the line that jQuery validation passes an error. how to solve this ? Line with an error: Manipulator.prototype.setupEvents = function() { var self = this; jQuery('#add').on('click', jQuery.proxy(self.onAddClick, self)); jQuery('#randomize').on('click', jQuery.proxy(self.onRandomize, self)); …

Member Avatar for toplisek
0
298
Member Avatar for toplisek

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="http://code.jquery.com/mobile/latest/jquery.mobile.min.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="css/styles1.css" type="text/css" /> <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script> <script src="http://code.jquery.com/mobile/latest/jquery.mobile.min.js"></script> </head> <body> <div data-role="page"> <br /><br /><br /><br /><br /> <div class="row-of-icons"> <a class="icon-alone" href="#Email"><span data-icon="phone" aria-hidden="true"></span><!--<span>E-mail</span>--></a> <a class="icon-alone" href="#Phone"><span data-icon="email" aria-hidden="true"></span><!--<span>Phone</span>--></a> </div> </div> </body> </html> …

Member Avatar for pritaeas
0
207
Member Avatar for toplisek

I like to set trigger to show message board. Minus should be on the top left hand side after clicked on link and shown banner from the right to the left part (toggle). <a class="trigger" href="#">View all messages or reply</a> I post working code and need help. [CODE] <!DOCTYPE html …

0
76
Member Avatar for toplisek

I like to set trigger on Jquery based framework. [CODE] <!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" xml:lang="en" lang="en"> <head> <title>Trigger scroll</title> <script type="text/javascript" src="jquery.js"></script> </head> <body> We have found an error on your page with form. Please modify this input field.<a id="scroll" href="javascript:void(0);">Please go go to …

Member Avatar for stbuchok
0
178
Member Avatar for toplisek

Input field is filled but not submitted... Validation: [url]http://jquery.bassistance.de/validate/demo/[/url] Ajax/Jquery based variable from input field. If there is Name (required, at least 2 characters)it should change content (text) with Full name like Mr. Luck Murphy. How to do this in correct way as there is already validation Javascript: <script type="text/javascript"> …

Member Avatar for toplisek
0
154
Member Avatar for toplisek

I have link with e-mail like: <a href="mailto:no-reply@mydomain.com">My e-mail address</a> When clicked on link it should do two tasks: 1. PHP SESSION variable: $_SESSION["var"] = "no-reply@mydomain.com"; 2. Live Ajax value to publish at form As there is stored value into session $_SESSION["var"] = "no-reply@mydomain.com"; there should be Ajax based SESSION …

Member Avatar for AleMonteiro
0
132
Member Avatar for toplisek

How to add API from my IP to track on-line search engines for the following engines:google, bing, ask and aol

0
39