473,323 Members | 1,550 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,323 software developers and data experts.

Jquery tooltipster plugin problem to work sript

1
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 1229

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

Similar topics

1
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...
0
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...
10
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) {...
2
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; ...
1
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...
0
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...
1
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...
0
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...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.