why is my waypoints destroy function call throwing a error ?
hey guys , just had nothing much to do today , so decided to play around with waypoints.js(jQuery version) a bit , heres what i have so far : The destroy waypoints has the following code attached to it as of now: $('.destroy').on('click' , function(){ console.log(ways); ways.destroy(); }); you'll see this code in the animation.js file . when i click on the button , i get the following message : Uncaught TypeError: ways.destroy is not a function Why ? , i cheked
open the node in Jqtree
$('#tree1').tree('openNode', node); I have used above code for open the node in Jqtree but some time i not working.how can i handle this issue?
how to retrieve json for selection node parent
how to retrieve json for selection node parent
clear the all selection node in entire Jqtree treeview
clear the all selection node in entire Jqtree treeview
How to fetch selected node id from Jqtree.
How to fetch selected node id from Jqtree. Structure of data is: [ { Id:65 Name: 'node1', } ] Here i want to fecth id value
spritz.js documentation or gt repo
hey guys have a look at the source of this website . In the resources you will come across a plugin called spritz.js , can somebody tell me where can i find the documentation of this plugin ? or is it hosted on git . i have made a small demo to illustrate the usage of spritz.js .
Javascript - > Date validation not happening when Imask is used
Dear All Pls visit following link http://sawarkar.in/savarkaradmin/patriotsavarkaredit1.php?id=8229 the top most field i.e. Arrest Date formated Pls enter dd-mm-yyyy format when I enter date 50-55-2222 (dd-mm-yyyy) format the Javascript function chkDate() displayes the the day, month and year correctly but not validated i avail Year, Month and Day as follow (even tried parseInt) var yr=parseInt(idate.substring(6,10)); var mm=parseInt(idate.substring(3,5)); var dd=parseInt(idate.substring(0,2));
Jquery Lens Slider
Hello Guys, I am new to Jquery development. I have created a Jquery Plugin. www.jquerylenslider.com. Its a free, please have a look into it and let me know your feedback and suggestion. Thanks Mohammed
Is there a website where I can pay for the development of a plugin?
Thanks for your advice
Bar Indicator - a new jQuery plugin
BarIndicator ( link ) Hello to all jQuery enthusiasts! I am please to announce the release of a new jQuery plugin, called BarIndicator. BarIndicator is a jQuery plugin that helps you visualize numeric data (percentage or absolute numbers) in to bars. Please feel free to check the plugin page , also visit the GitHub repository
PrimeUI 2.0 - JQuery Plugins Extensions Released
Dear all, PrimeUI is a an open source set of Rich UI Widgets based on jQuery UI with 40 widgets. For more information, please visit; http://blog.primefaces.org/?p=3548 P.S. I hope this is not the wrong forum, I couldn't find a forum like jQuery Extensions so apologies if it is not the best place to post this.
using return false in plugin code
hey guys the below peice of JS is just from a regular plugin , have a look : this.$navNext.on( 'click.gallery', function( event ) { if( _self.options.autoplay ) { clearTimeout( _self.slideshow ); _self.options.autoplay = false; } _self._navigate('next'); return false; // return false here }); now notice 2 things here , 1st the element on which the the on handler is applied , I.E. this.$navNext; and the 2nd is the return false; now in this instance the this.$navNext; is a <a> element , but
Carousel for switchung iFrames or Web Applications?
Hello, I am a developer of business web applications, experienced in Javascript, HTML5, jQuery (itself) but haven't developed own jQuery plugins yet. I now need the expertise of experienced plugin developers, about feasability of the following scenario: I am evaluating possibilities to develop a "Windows-like" app switcher, in carousel style, which shall allow business users to switch between several web apps, loaded at the same time, but only have one visible in the foreground at a point of time.
Building a plugin , what to plan first Jquery or CSS ??
Hey guys , I have a total noob question , but i still got to ask . when you build a JS plugin that also has alot of CSS involved , what do you do ? - Plan out the CSS first ? or the JS/Jquery 1st or both simultaniously ? for example , if your building a simple carasoul , would you first define - how to hide the slides ? - speed of transition etc ? - what size the carasoul sould be etc in the CSS and then move on to the Jquery part of it ? Ex. below is how the bootstrap carasoul CSS is built
Best plugin practice for dynamic table creation?
Hey guys, I'm working on a plugin that will dynamically create product tables and append them divs (or whatever selectors call the plugin function). So far, it works as planned but the tables are generated by copying an HTML template that is hardcoded onto the view. My code is long so I'm not going to paste all of it but it is essentially like this (very generally and minus all the table logic functions): <div class="rowtemplate"> (row HTML) </div> $.fn.block = function(rows, maxrows) { var
Update Plugin When Div is Resized...
Hi guys, I've made a custom plugin that fills a div with text - as big as it can be (based on fittext) - it works the way I want - except for one thing... You call the plugin like this: $(".lotsOfDivs").myPlugin("% fill","% from top"); At the bottom of the plugin I've got this line: $(window).on('resize.myplugin orientationchange.myplugin', resizeText); If I have a div ("big") that is 100% width and height of the body - and I call the plugin like this: <div class="big"> <div class="item">My Text</div>
Is there a way to print title attrib of all images on a web page?
I was wondering if someone here have or knows of a method using jquery, maybe by means of a button or another way to show/print/display the tittle attribute of a group of images using jquery. Probably it doesn't have any utility, but is it possible? Thanks for your responses and interest in this matter.
is correct extend the ajax function adding a method "websocket+json-rpc"?
I'm interested on replace ajax calls by websockets and json-rpc calls, but many javascripts i'm using are writen for use ajax. Is correct to extends the ajax object, adding a new method? (existing methods are GET, POST, PUT) There is some work similar this? Thanks
Call Interne function of a plugin with parameter
Hi With your help, I understand how access to an internal function of my plugin. jsfiddle But now, How Can I do send parameter when I use $('#div1').BK("GetInfo"); Imagine I Want send "background" as parameter I try this I think It's close of my searches Here My parameter is from plugin but I want parameter from outside when I call $('#div').BK({ "GetNews": function (t) { alert(t); } }); If debugging is the art of removing bugs ... then program is the art of creating
Communication with jquery component
I created a jquery graphical component. I wish now questioning. But I have no idea how to even searching on Google ... The idea would be a javascript function to make a call to a function of my component. Here is the simplified creation of structure ( TFOPlugin.js) : (function ($, w) { $.fn.TableFullOption = function (options) { var settings = $.extend(true, {}, { FiltreGeneral: false, BtnReset: false, Datas: {}, Head: "", Body: "", Delete: "", Add: "", Modify: "", Details: "", AvecPager: false,
superfish menu problem - pay 50 euro for help
helo guys my english is a bit rusty. I need some change in superfish menu. i pay 50 eur for help with paypal. this is the normal menu style and this is my change the first menu should be open by click and have a toggle effect. the other menus they should open by mouse over. this is my code <script> $(function() { $('#sample-menu-3').superfish({ animation: {height:'show'}, delay: 1200, }); }); </script> <ul id="sample-menu-3" class="sf-menu
Presentation of plug in: Date-time picker for mobile interfaces
The idea is an inter-related wheels mechanism. Clock like. For example, when rolling upper wheel "Year", lower wheels "Month, Days" also rotating dependently. This helps in positioning lower values by rolling uppers, if not exact to, but definitely close to desired position, making time adjusting much quicker. Especially useful for mobile interfaces, where date-time adjusting rollers are commonly used. github example source
What are difference between setOptions and setOption?
Hai friends, Currently i a worked with Jquery Widget factory.Anybody give the more explanations about _create, setOptions , setOption, _refresh, _destroy and _init.I am waiting for your response.
i hava problem with the below uncaught typeerror in jquery
in that nivoslider error i didn't understand how to fix that error pls help me
How to Merger Images and pdf into one pdf using jquery
Hello All, I wanted to merge images and pdf into one pdf using jquery.
disable are-you-sure.js plugin on Linkbutton click event.
Hi, How disable are-you-sure.js plugin on asp.net Linkbutton click event. thanks.
IE 11 Error Canvg.js parser error
Dear, I am traying to save my chart as image. This works good with Firefox but it does not work under IE(11). The error is happening with: if (window.DOMParser) { var parser = new DOMParser(); return parser.parseFromString(xml, 'text/xml'); <----- Error } has anyone any idea how I can solve this problem? Thanks
Creation my own plugin for form validation
I am trying to develop a validation plugin to validate forms using jquery, but I can´t to execute some action after a successful validation, I don't know how to return a value from my plugin or to execute a callback after a successful validation. jquery_validacion_form.js (function($){ $.fn.extend({ validate:function(){ var success=true; return this.each(function() //var $this=$(this); if($(this).attr('class')=='required'){ if($(this).val()==''){ $(this).css('border','1px solid #FF0000'); success=false;
JQUI Widget Factory: data- overrides passed options, or passed options overrides data- ?
In a widget using jQuery UI Widget Factory, sometimes options can be set with data- attributes. It's common in jQuery Mobile. I don't think there is really any standard for this, though? In jquery.mobile.iscrollview, I let the user override options by setting a JSON string in the data-iscroll attribute in the HTML. e.g.: <div data-iscroll='{"scrollbars":false,"useTransform":true}'> I think that the use of a JSON string here is actually either unprecedented or at least uncommon. It's certainly
Widget Factory - Leaving option keys undefined?
In a jQuery UI Widget Factory widget, is it considered "kosher" to leave option keys undefined? Or must every option key be defined? It would produce different results when you check an option that might have a boolean value. If the key is defined, then it will return false. If the key is not defined, it would return undefined. For a simple boolean test, it would not make any difference. But I do not know what code or common practice may lurk that might test for an explicit value of false. I suppose
[jQuery Help] Scan or enter barcode and add to table but count duplicate entries.
Hi all, /* -- BACKGROUND -- */ I work for a company in the retail sector and I have been developing a website for said company. I am currently working on a second site for only staff to use using the WordPress blog/CMS system. Creating plugins for WordPress I can get my head round but jQuery not so much. /* -- MY IDEA -- */ My Idea is to have a permanently focused input field where a bar code can be scanned in via a bar code scanner or can me manually entered. Switching between being scanned or
Unitel Direct- How can develop jQuery Plugins
I am Otis Waterman.I am working in Unitel Direct Company.I am doing work on jQuery and I am confused that how to develop jQuery plugins.I want you help. Help me.
Passing toggle state - Local storage
Hi folks! First of all, i apologize if i am posting in wrong forum, but i am JS and jQuery newbie and i dont know what i am doing.Here is a thing. I have a toggle open/close DIV with UL list in it that look like this: <div id="dropdown-1"> <div class="option-heading"> <i class="fa fa-angle-double-up"></i> <i class="fa fa-angle-double-down"></i> <h5>Title</h5> </div> <div class="option-content"> <ul class="check_list check_list_show"> <li><a href="#>Item 1</a><li/> <li><a href="#>Item 2</a><li/> <li><a
refer to the plugin from the options block
Hi, Is it possible to access/refer to the plugin from the options block ? Sample code - $.widget("my.wwid", { options: { func1: function(){ //how do I refer here to the widget }, _create: function(){ . . . } });
Closing widget issue
Hi there, I am new to widget development and I am trying developing a dialog widget. How can I unload/close/kill/destroy the dialog from a command button which is part of the dialog ?
jQuery Wrapper/Plugin for ZingChart charting lib API
HTML5 charts based in JavaScript are a great way to add interactive data visualizations to your apps and sites. But what if vanilla JavaScript isn’t your jam? Now there is a way to use ZingChart with jQuery syntax -- https://github.com/zingchart/ZingChart-jQuery
FancyIndex plugin presentation
Hey Guys! As I am developing plugins and code for ~13 years now, I decided to publish some plugins. So at first I am confronted with the main question: "Where do I have to publish the plugin?". Hopefully you have some nice tips and ideas. B2T: The plugin. Nowadays almost every "fresh" page looks the (s)hame: One page, very content, much scroll. So even though you really hate usability, enhance your design patters by using customer-orientated plugins like this. Example & documentation: http://www.cwdesigns.de/eskju-jquery-fancyindex.html
Fancy Form
I did form library(plugin) on JQuery. Fancy Form For the moment doc is absent, but samples have code on page. Docs will be in future. Can you please overview and say what do you think about it? What you would like to see in it? One more question. Sorry for not the topic. Give me advice. I wanted to do not just plugin, I wanted to do some small commercial product on JQuery. But faced problem how to say that I did it. I did not find place where possible to write about it. I have never tried self as
Common initialization / common variables in jQuery UI Widget factory?
I have a jQuery UI plugin that is working successfully. I want to convert it to jQuery UI Widget Factory. My current widget allows me to apply one initialization across all of the selected elements. I do this just before my this.each statement. Works great. I call my current plugin like this: $("input[title *= 'Cost Center Name']").simpleDialogListSP({spListName : "Cost Centers", dialogTitle : "Cost Centers" }); I have multiple input boxes with the title of Cost Center Name X. My plugin goes out
jquery core extension
I was looking this page, under jquery documentation (because I would like to write a jquery plugin). Now, I understand that 'greenify' will became a chainble plugin. But, 'ltrim' and 'rtrim' what are considered? Unchainable plugins? It is allowed ? In general, functions written in style $.XYZ (without 'fn'), what are useful for? Feel free to move this post on the appropiate forum, Thank you Claudio
Next Page