473,587 Members | 2,483 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Jquery tooltipster plugin problem to work sript

1 New Member
I need help with tooltipster plugin i do not see need result :( The next script work, but error do not with tooltipster.

Expand|Select|Wrap|Line Numbers
  1. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
  2.            type="text/javascript"></script>
  3. <script src="http://jqueryvalidation.org/files/dist/jquery.validate.min.js"></script>
  4.  
  5. <style>
  6.     body{
  7.         margin-top: 100px;
  8.         margin-left: 20px;
  9.     }
  10. </style>
  11.  
  12.     <script type="text/javascript">
  13.         $(document).ready(function(){
  14.          $("form").validate({
  15.       rules : {
  16.         test : {
  17.           minlength: 3 ,
  18.           required: true
  19.         }
  20.       },
  21.       showErrors: function(errorMap, errorList) {
  22.         $.each(this.successList, function(index, value) {
  23.           return $(value).popover("hide");
  24.         });
  25.         return $.each(errorList, function(index, value) {
  26.           var _popover;
  27.           _popover = $(value.element).popover({
  28.             trigger: "manual",
  29.             placement: "top",
  30.             content: value.message,
  31.             template: "<div class=\"popover\"><div class=\"arrow\"></div><div class=\"popover-inner\"><div class=\"popover-content\"><p></p></div></div></div>"
  32.           });
  33.           // Bootstrap 3.x :      
  34.           //_popover.data("bs.popover").options.content = value.message;
  35.           // Bootstrap 2.x :
  36.           _popover.data("popover").options.content = value.message;
  37.           return $(value.element).popover("show");
  38.         });
  39.       }
  40.     });
  41.  
  42.         });
  43.  
  44.         </script>
  45.         <form action="" method="post">
  46.             <input type="text" name="test" id="test"/>
  47.         <input type="submit" name="submit">      
  48.     </form>
Sep 27 '15 #1
0 1239

Sign in to post your reply or Sign up for a free account.

Similar topics

1
1709
by: Raaijmakers, Vincent (IndSys, GE Interlogix) | last post by:
Does anyone know if work is in progress to update the python plugin for eclipse? www.eclipse.org The features of the current plugin is weak compared to the features of for example java. My background from the VA environment for Java and Smalltalk makes me hungry in getting the same strong IDE for Python. Don't mind looking at ways to expand this Python plugin, if possible and if time, but definitely don't have the time to reinvent the...
0
1702
by: NiNiT | last post by:
I need to display embedded Windows Media Player plugin inside a browser that fetches its video over HTTPS. Is that possible? In other words, does Windows Media Player embedded plugin support HTTPS. The HTML code generated by my aspx page is the following : <object id="NSPlay" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://www.microsoft.com/netshow/download/en/nsasfinf.cab#Version=2,0,0,912" viewastext=""...
10
4383
Fary4u
by: Fary4u | last post by:
I've recently find some Paginate Plugin but it's only came with NEXT & PRV HERE IS THE CODE eval(function(p,a,c,k,e,r){e=function(c) { return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36)) };
2
1794
by: luke noob | last post by:
//deleteComment $('a.c_delete').livequery("click", function(e){ if(confirm('Are you sure you want to delete this comment?')==false) return false; e.preventDefault(); var parent = $(this).parent(); var c_id = $(this).attr('id').replace('CID-','');
1
3138
by: omar999 | last post by:
hi guys i really dont understand where i am going wrong.I've read countless articles including http://blog.nemikor.com/2009/10/03/using-multiple-versions-of-jquery/ but still having trouble with multiple versions of jquery not working. either the jquery slideshow doesnt work or the jquery ie select width fix doesnt work! rrghhh <head> <link href="/css/styles.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"...
0
1450
by: suresh3205 | last post by:
I have developed click to call using visual c++ plugin for ie, my plugin affect jquery slide on webpages. i am using body -> get_innerhtml(&bstr), body -> put_innerhtml(&bstr) methods for changing inner html elemnts. what reason jquery slide not work ?
1
1638
colinod
by: colinod | last post by:
I have a horizontal menu that uses the following jquery to work $(document).ready(function () { // <!]> }); this works fine but i want to get the submenu to appear on click instead of on mouseover but still dissapear when the mouse goes out of the menu i tried changing the
0
8416
by: celinsmith111 | last post by:
jQuery has always offered you a plethora of options for performing tweaks to your website and/or web applications. One such flexibility that's available with jQuery is the ease of bending the rules of text placed within the site or application. Thanks to the easy availability of Java Web Application Development technologies and jQuery text effect libraries, we can easily find that perfect color, angle or shape of the text that needs to go into...
0
7854
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8219
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8221
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6629
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
5722
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5395
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
3845
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
1455
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1192
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.