You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
Yes, I know, there are always lots of ways to improve things, and sometimes a few time to do it...
Feel free to send a pull request with those changes and I will merge :)
Because it is already have an href generated from MCV- also remove the
invoiceID property- that is bad taging any way. you should use
data-invoiceID then you can use jquery.data("invoiceID") - it is
in guidelines with HTML5
Besides- Using A href and the returning false is very bad code practice.
I will be working on this form time to time because I will use it for my
own personal needs. I like the desing and I am happy it is in MVC3 so its
easy to code.
Please let me know how I can update the code. Do i need to install
something and then downlaod the source control and update it back somehow-
like team explorer or source safe?
Yes, I know, there are always lots of ways to improve things, and
sometimes a few time to do it...
Feel free to send a pull request with those changes and I will merge :)
Thanks,
iván
Reply to this email directly or view it on GitHub:
I think that you need to create a core JavaScript file.
This is going to take some remodelling to allow re usability for buttons like.
$('a.newCustomer').live('click', function () {
to be used on any page.
For example when I click proposal. It is obvious its for new customer. So I quickly want to add him.
I do not want to go edit customer... then proposal
This file should be loaded in Shared
any specific jQuery that only applies to ONE page should be loaded on that view - like UI effects, graphs or something.
The text was updated successfully, but these errors were encountered: